[Bese-devel] New patches to ucw_ajax: 25-Jun-2006
Marco Baringer
mbaringer at common-lisp.net
Mon Jun 26 04:30:09 UTC 2006
Sun Jun 25 09:02:23 EDT 2006 attila.lendvai at gmail.com
* Call threaded-lisp-p at load-time to avoid a warning
M ./src/control.lisp -15 +16
Sun Jun 25 08:47:28 EDT 2006 attila.lendvai at gmail.com
* Get rid of the eval defclass in modular-application
M ./src/rerl/modular-application/modular-application.lisp -10 +12
Sun Jun 25 08:20:21 EDT 2006 attila.lendvai at gmail.com
* Merge dispatcher and application refactor with the dev branch
M ./examples/examples.lisp -8 +5
M ./src/packages.lisp -1 +2
M ./src/rerl/standard-application.lisp -2 +3
M ./src/rerl/standard-dispatcher.lisp -134 +51
Sun Jun 25 06:55:38 EDT 2006 attila.lendvai at gmail.com
* Make sure context.locale is always a list
M ./src/rerl/modular-application/l10n-module.lisp -5 +5
Sat Jun 24 05:22:37 EDT 2006 evrim at core.gen.tr
* fixed asd file for modular-applications.
M ./ucw.asd -6 +13
Sat Jun 24 05:22:27 EDT 2006 evrim at core.gen.tr
* added security-module.lisp
A ./src/rerl/modular-application/security-module.lisp
Sat Jun 24 05:21:54 EDT 2006 evrim at core.gen.tr
* added modular-application.lisp which specifies modular applications.
A ./src/rerl/modular-application/modular-application.lisp
Sat Jun 24 05:21:13 EDT 2006 evrim at core.gen.tr
* added l10n-module.lisp
A ./src/rerl/modular-application/l10n-module.lisp
Sat Jun 24 05:20:45 EDT 2006 evrim at core.gen.tr
* cookie-module.lisp added.
A ./src/rerl/modular-application/cookie-module.lisp
Sat Jun 24 05:20:32 EDT 2006 evrim at core.gen.tr
* added LICENCE file.
A ./LICENCE
Sat Jun 24 04:35:31 EDT 2006 evrim at core.gen.tr
* fixed type in l10n-example -> *l10n-example-appication*
M ./examples/l10n.lisp -3 +3
Sat Jun 24 04:34:52 EDT 2006 evrim at core.gen.tr
* added src/rerl/modular-application direcorty.
A ./src/rerl/modular-application/
Fri Jun 23 16:16:34 EDT 2006 evrim at core.gen.tr
* l10n.lisp removed. moved to modular-applications.
R ./src/l10n.lisp
Fri Jun 23 16:11:02 EDT 2006 evrim at core.gen.tr
* secure-application.lisp removed. moved to modular-applications.
R ./src/components/secure-application.lisp
Fri Jun 23 16:07:52 EDT 2006 evrim at core.gen.tr
* cookie-session.lisp removed. moved to modular-applications.
R ./src/rerl/cookie-session.lisp
Thu Jun 22 08:10:56 EDT 2006 Marco Baringer <mb at bese.it>
* Define shared-initialize :after, not a shared-initialize whose first form in (call-next-method)
M ./src/rerl/standard-dispatcher.lisp -3 +3
Mon Jun 19 05:55:36 EDT 2006 attila.lendvai at gmail.com
* Fix the fix for dispatcher priority
M ./src/rerl/standard-dispatcher.lisp -1 +1
Mon Jun 19 03:35:57 EDT 2006 Alexey Antipov <door at lcpi.ru>
* action-dispatcher created with nil priority
M ./src/rerl/standard-dispatcher.lisp -3 +4
Sun Jun 18 19:25:21 EDT 2006 evrim at core.gen.tr
* - merged conflicts with current dev-branch. tal-matcher updated according to marcos's ends-width patch.
M ./src/rerl/standard-dispatcher.lisp -91 +11
Sun Jun 18 16:14:26 EDT 2006 evrim at core.gen.tr
* - Introducing the new dispatcher implementation. now we have reusable
matchers and handlers. API didn't change a lot for now. Only change
is two arg'ed handler lambda()'s are replaced with zero arg-ed one's
to form up a standard. Old arguments like application and context
can be reached via special *context*. Please see also previous patch
comments for more info about what may have changed.
M! ./src/rerl/standard-dispatcher.lisp -138 +380
Sun Jun 18 13:45:43 EDT 2006 evrim at core.gen.tr
* - ucw example application fixed to reflect changes in new dispacther
api.
M! ./examples/examples.lisp -8 +8
Sun Jun 18 13:45:07 EDT 2006 evrim at core.gen.tr
* - ucw admin application dispatchers fixed to reflect new dispatcher
api.
M ./src/admin/admin.lisp -7 +3
Sun Jun 18 13:44:30 EDT 2006 evrim at core.gen.tr
* - ensure-session moved to std-application class.
M ./src/rerl/standard-application.lisp +11
Sun Jun 18 13:43:11 EDT 2006 evrim at core.gen.tr
* - defentry-point fixed accoring to new disaptcher implementation. It
now creates a zero-arged lambda function for action handling.
M ./src/rerl/standard-action.lisp -1 +1
Sun Jun 18 13:42:08 EDT 2006 evrim at core.gen.tr
* - fixed exports for new dispatcher implementaion. exported dispatchers:
* action-dispatcher
* minimal-dispatcher
* simple-dispatcher
* parenscript-dispatcher
* url-dispatcher
* regexp-dispatcher
* tal-dispatcher
- *dispatcher-registers* is un-exported since it does not exists anymore.
M! ./src/packages.lisp -3 +3
Sun Jun 18 13:39:02 EDT 2006 evrim at core.gen.tr
* - flush-request-response() moved to object std-request-context.
M ./src/rerl/standard-request-context.lisp +8
Fri Jun 23 17:42:28 EDT 2006 attila.lendvai at gmail.com
* Render custom checkbox images so that the page is not scrolled when they are clicked
M ./src/components/form.lisp -2 +1
M ./wwwroot/ucw/ucw.css +4
Fri Jun 23 04:37:56 EDT 2006 attila.lendvai at gmail.com
* Merge conflicts with dev branch in forms.lisp
M ./src/components/form.lisp -1 +5
Thu Jun 22 08:37:35 EDT 2006 Marco Baringer <mb at bese.it>
* Merge conflicts with Pupeno's last patch
M ./src/components/form.lisp -1 +8
Wed Jun 21 09:28:40 EDT 2006 José Pablo Ezequiel "Pupeno" Fernández Silva <pupeno at pupeno.com>
* Be able to define accesskey in other input fields than text.
M! ./src/components/form.lisp -8 +7
Wed Jun 21 09:16:57 EDT 2006 José Pablo Ezequiel "Pupeno" Fernández Silva <pupeno at pupeno.com>
* Be able to specify accesskey for input elemnts.
M! ./src/components/form.lisp -4 +3
Wed Jun 21 08:47:50 EDT 2006 José Pablo Ezequiel "Pupeno" Fernández Silva <pupeno at pupeno.com>
* Re-place comments (email and regexp validator).
M ./src/components/form.lisp -1 +3
Wed Jun 21 08:28:48 EDT 2006 José Pablo Ezequiel "Pupeno" Fernández Silva <pupeno at pupeno.com>
* Export min and max -length for the length-validator.
M ./src/packages.lisp +2
Tue Jun 20 15:31:45 EDT 2006 attila.lendvai at gmail.com
* Err, really fix the content-length header this time
M ./src/backend/common.lisp -1 +1
Tue Jun 20 09:45:10 EDT 2006 attila.lendvai at gmail.com
* Fix content-length header in serv-* backend methods
M ./src/backend/common.lisp -1 +1
Mon Jun 19 06:11:31 EDT 2006 José Pablo Ezequiel "Pupeno" Fernández Silva <pupeno at pupeno.com>
* Esperanto translation.
A ./wwwroot/ucw/examples/l10n/eo/
A ./wwwroot/ucw/examples/l10n/eo/greeting.tal
M ./wwwroot/ucw/examples/l10n/es_ES/greeting.tal -1 +1
Mon Jun 19 05:50:43 EDT 2006 José Pablo Ezequiel "Pupeno" Fernández Silva <pupeno at pupeno.com>
* Spanish translation.
A ./wwwroot/ucw/examples/l10n/es_ES/
A ./wwwroot/ucw/examples/l10n/es_ES/greeting.tal
Sun Jun 18 17:13:55 EDT 2006 attila.lendvai at gmail.com
* Display the locale preference list in the l10n example
M ./examples/l10n.lisp -3 +7
M ./wwwroot/ucw/examples/l10n/l10n-example.tal -1 +1
Sun Jun 18 11:35:12 EDT 2006 attila.lendvai at gmail.com
* Make the l10n tal example an embeddable non-window component
M ./examples/l10n.lisp -13 +7
M ./wwwroot/ucw/examples/l10n/l10n-example.tal -9 +6
Sun Jun 18 10:21:28 EDT 2006 attila.lendvai at gmail.com
* Better way to load the examples in the README
M ./README -1 +2
Sat Jun 17 13:31:14 EDT 2006 Maciek Pasternacki <maciekp at japhy.fnord.org>
* Fix last patch (by Alberto Santini <albertosantini at gmail.com>)
M ./src/backend/common.lisp -1 +1
Sat Jun 17 09:48:08 EDT 2006 Maciek Pasternacki <maciekp at japhy.fnord.org>
* Fix an IE date header problem (by Lou Vanek <vanek at acd.net>)
M ./src/backend/common.lisp -3 +8
Sun Jun 18 10:34:51 EDT 2006 attila.lendvai at gmail.com
* Use indefinit articles in l10n example
M ./examples/l10n.lisp -6 +6
M ./src/l10n.lisp -1 +1
An updated tarball of ucw_ajax's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_ajax-20060625.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_ajax;a=summary
More information about the bese-devel
mailing list