[Bese-devel] New patches to ucw_ajax: 2-Sep-2006
Marco Baringer
mbaringer at common-lisp.net
Sun Sep 3 04:30:12 UTC 2006
Sat Sep 2 18:59:25 EDT 2006 attila.lendvai at gmail.com
* Update per-app to work fine with dojo's debug-at-all-costs
M ./src/per-application-parenscript.lisp -7 +21
Sat Sep 2 12:40:28 EDT 2006 attila.lendvai at gmail.com
* Enable firebug logging when js debugging is enabled
M ./src/components/window.lisp +3
Sat Sep 2 12:39:46 EDT 2006 attila.lendvai at gmail.com
* Update examples and admin app according to recent chages
M ./examples/examples.lisp -2 +1
M ./examples/shared-counter.lisp -1
M ./src/admin/admin.lisp -2 +3
Sat Sep 2 12:39:41 EDT 2006 attila.lendvai at gmail.com
* Implemented the reload-dispatcher, ajax-action-dispatcher
it rerenders the current page if a valid session can be identified.
from now on refreshing a page should bring back the same page if
the reinstating of backtracked places is not altering the component
structure. before this patch such reload requests were handled by
entry point handlers and a new session was created.
./wwwroot/favicon.ico -> ./wwwroot/ucw/favicon.ico
M ./src/backend/httpd.lisp -2 +2
M ./src/packages.lisp +6
M ./src/rerl/protocol.lisp +7
M ./src/rerl/standard-action.lisp -8 +77
M ./src/rerl/standard-classes.lisp -4 +6
M ./src/rerl/standard-dispatcher.lisp -130 +210
M ./src/rerl/standard-session-frame.lisp -2 +4
M ./src/rerl/standard-vars.lisp +11
M ./src/yaclml/ucw-tags.lisp -45 +46
Sat Sep 2 10:47:52 EDT 2006 attila.lendvai at gmail.com
* Simplified/generalized the way ajax xml is rendered
M ./src/components/ajax.lisp -8 +13
M ./src/components/dojo-widgets.lisp -1 +1
M ./src/rerl/standard-action.lisp -9 +14
Sat Sep 2 10:45:01 EDT 2006 attila.lendvai at gmail.com
* Simplify r-n-a-c by Alexander Kjeldaas <alexander.kjeldaas at gmail.com>
M ./src/components/ajax.lisp -16 +13
Fri Sep 1 10:23:18 EDT 2006 attila.lendvai at gmail.com
* Use iso-8859-1 for header values and call external-format-for at read-time
M ./src/backend/httpd.lisp -3 +3
M ./src/backend/mod-lisp.lisp -1 +1
Fri Sep 1 08:33:18 EDT 2006 marijnh at gmail.com
* fix encoding problem in mod-lisp -- it now interprets header values as iso-8859 encoded
M ./src/backend/httpd.lisp +2
M ./src/backend/mod-lisp.lisp -41 +26
An updated tarball of ucw_ajax's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_ajax-20060902.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_ajax;a=summary
More information about the bese-devel
mailing list