[Bese-devel] New patches to ucw_ajax: 4-Jun-2007
Marco Baringer
mbaringer at common-lisp.net
Tue Jun 5 04:30:37 UTC 2007
Mon Jun 4 07:56:49 EDT 2007 attila.lendvai at gmail.com
* Update examples with the new form stuff, added a nested form
M ./examples/src/forms.lisp -22 +53
M ./examples/wwwroot/static/examples.css +1
Mon Jun 4 07:56:10 EDT 2007 attila.lendvai at gmail.com
* Change the default listening port to 0.0.0.0
M ./src/vars.lisp -1 +1
Mon Jun 4 07:52:28 EDT 2007 attila.lendvai at gmail.com
* Revised form handling
Nesting of form tags is not allowed, therefore don't use form tags when ajax rendering and/or
rendering a nested <ucw:form tag. In those situations the client side js takes care of gathering
the data to be posted. Now ajax rendering can happen indepened from the form boundaries.
M ./src/components/ajax.lisp -44 +28
M ./src/components/dojo-widgets.lisp -7 +19
M ./src/components/form.lisp -53 +63
M ./src/packages.lisp -1 +2
M ./src/per-application-parenscript.lisp -55 +64
M ./src/rerl/standard-action.lisp +7
M ./src/rerl/standard-classes.lisp -1 +1
M ./src/rerl/standard-dispatchers.lisp -1 +1
M ./src/yaclml/ucw-tags.lisp -127 +117
Sun Jun 3 20:57:28 EDT 2007 attila.lendvai at gmail.com
* Added a callback-dispatcher whose sole purpose is to accept ajax-posted form data
M ./src/rerl/basic-dispatchers.lisp -1 +2
M ./src/rerl/rerl-variables.lisp +1
M ./src/rerl/standard-dispatchers.lisp -2 +38
Wed May 30 19:53:42 EDT 2007 attila.lendvai at gmail.com
* Signal an error when an action was not found and its id was specified
M ./src/rerl/basic-dispatchers.lisp +2
M ./src/rerl/conditions.lisp -6 +17
Wed May 30 19:07:59 EDT 2007 attila.lendvai at gmail.com
* Fix response flushing and therefore 404 rendering
M ./src/rerl/basic-action.lisp -4 +7
M ./src/rerl/standard-server.lisp -3 +8
M ./src/yaclml/tal.lisp -1 +1
An updated tarball of ucw_ajax's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_ajax-20070604.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_ajax;a=summary
More information about the bese-devel
mailing list