[Bese-devel] New patches to ucw_ajax: 26-Sep-2006
Marco Baringer
mbaringer at common-lisp.net
Wed Sep 27 04:30:10 UTC 2006
Tue Sep 26 22:37:51 EDT 2006 attila.lendvai at gmail.com
* Fix ajax-adding new tab on IE, change the way ajax-received xml is imported to the doc
M ./src/components/dojo-widgets.lisp -6 +6
M ./src/per-application-parenscript.lisp -16 +36
Tue Sep 26 22:35:30 EDT 2006 attila.lendvai at gmail.com
* Added make-standard-ucw-tal-dir-list and renamed to make-standard-ucw-www-root-list
./wwwroot/ucw/option-dialog.tal -> ./wwwroot/ucw/tal/option-dialog.tal
./wwwroot/ucw/range-view.tal -> ./wwwroot/ucw/tal/range-view.tal
M ./examples/src/examples.lisp -2 +3
M ./src/components/option-dialog.lisp -1 +1
M ./src/components/range-view.lisp -1 +1
M ./src/packages.lisp -1 +3
M ./src/rerl/standard-classes.lisp +9
A ./wwwroot/ucw/tal/
Tue Sep 26 22:32:46 EDT 2006 attila.lendvai at gmail.com
* Dropped unused tabbed-pane.tal
R ./wwwroot/ucw/tabbed-pane.tal
Tue Sep 26 19:48:22 EDT 2006 attila.lendvai at gmail.com
* Fix multithreaded-httpd-backend to be safe for IE requests
the catch tag was at a wrong position and the worker thread was not
registered as available. it was triggered by empty requests sent by IE.
M ./src/backend/multithread-httpd.lisp -29 +30
Tue Sep 26 06:10:05 EDT 2006 attila.lendvai at gmail.com
* Fix dispatcher sorting when initialized with the :dispatchers initarg
M ./src/rerl/standard-application.lisp +1
Tue Sep 26 06:09:10 EDT 2006 attila.lendvai at gmail.com
* Fix <ucw:form's without a :action
M ./src/yaclml/ucw-tags.lisp -2 +7
Thu Sep 21 05:42:01 EDT 2006 attila.lendvai at gmail.com
* Bring back hidden input nodes in form to fix submitting forms with "get" method
seems like params in form.action are dropped when the form is submitted with
:method "get". To overcome this the previously dropped hidden input nodes were
brought back to store the session/frame/action params. unfortunately it made
some things slightly more complex when dealing with ajax actions and forms...
M ./src/components/ajax.lisp -1 +1
M ./src/components/dojo-widgets.lisp -1 +1
M ./src/per-application-parenscript.lisp -38 +78
M ./src/rerl/standard-action.lisp -14 +14
M ./src/yaclml/ucw-tags.lisp -62 +83
Tue Sep 19 17:36:15 EDT 2006 attila.lendvai at gmail.com
* Set dojo locale in window.lisp
M ./src/components/window.lisp -9 +18
M ./src/l10n/l10n-application.lisp +3
Fri Sep 8 17:26:45 EDT 2006 attila.lendvai at gmail.com
* Added define-shared-hashtable for global locked hashtables
M ./src/helpers.lisp +47
Fri Sep 8 17:22:31 EDT 2006 attila.lendvai at gmail.com
* Added Accept-Language cache
M ./src/l10n/l10n-application.lisp -26 +52
M ./src/vars.lisp +5
An updated tarball of ucw_ajax's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_ajax-20060926.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_ajax;a=summary
More information about the bese-devel
mailing list