[pLog-svn] r2763 - in plog/trunk: class/action/adminclass/controller js js/prototype js/ui locale templates/admintemplates/admin/xml

Oscar Renalias oscar at renalias.net
Tue Jan 10 12:07:46 GMT 2006


Great work, I think it looks good. I will give it a try in Safari
later on today if I have some time.

Regarding having this feature in the "edit post" page, I don't think
it's necessary.

Last but not least, I'd appreciate some help in the area regarding the
stabilization of the dao/ classes. It's never too late to get familiar
with it... :)

Oscar

On 1/10/06, Mark Wu <markplace at gmail.com> wrote:
> BTW, I forgot to tell you, I also change the format of xml.template. You can
> see the change in the following example:
>
> <reponse>
> <method>addArticleCategoryAjax</method>
> <success>1</success>
> <message>blah blah blah blah</message>
> <results>
>   <id>1</id>
>   <name>test</name>
> </results>
> </response>
>
> 1. method: the method name that you defined for this Ajax action
> 2. success: 0-> fail, 1->success
> 3. message: message returned from server no matter success or fail. (we
> don't need to declare the locale string in newpost.template any more)
> 4. results: you can defined by your self. Take this as example,  it will
> return the new article category name and id
>
> This change can make the Ajax action more generic, how you guys think? Need
> your input.
>
> Mark


More information about the pLog-svn mailing list