Hi Kevin,
I just submitted a new patch that brings the Java implementation up to
data against the current trunk. All of the previously mentioned code
style issues (brace alignment, line length) should be fixed. If there
are any remaining code style or other issues, please let me know.
Thanks,
Gary
On Wed, May 7, 2008 at 5:22 PM, Kevin Brown <[EMAIL PROTECTED]> wrote:
> Why don't you go ahead and commit just the javascript parts; I think there
> might still be some outstanding issues on the Java code.
>
>
>
> On Wed, May 7, 2008 at 2:12 PM, Chris Chabot <[EMAIL PROTECTED]> wrote:
>
> > I see this patch is pending for the java implementation too:
> >
> > --- features/core.io/io.js (revision 654160)
> > +++ features/core.io/io.js (working copy)
> > @@ -307,7 +307,10 @@
> > oauthService : oauthService || "",
> > oauthToken : oauthToken || "",
> > signOwner : signOwner || "true",
> > - signViewer : signViewer || "true"
> > + signViewer : signViewer || "true",
> > + contentType : params.CONTENT_TYPE || "TEXT",
> > + numEntries : params.NUM_ENTRIES || "3",
> > + getSummaries : (params.GET_SUMMARIES ? "true" : "false")
> > };
> >
> > if (!respondWithPreload(paramData, params, callback,
> > processResponse)) {
> >
> > The PHP implementation for ContentType.FEED support is done and requires
> > this for its functioning, anyone have any objections to me going ahead and
> > committing this?
> >
> > -- Chris
> >
>