[Bese-devel] New patches to ucw_dev: 25-Apr-2006
Marco Baringer
mbaringer at common-lisp.net
Wed Apr 26 04:30:05 UTC 2006
Tue Apr 25 10:56:23 EDT 2006 Marco Baringer <mb at bese.it>
tagged 2006-04-25
Tue Apr 25 10:38:20 EDT 2006 Marco Baringer <mb at bese.it>
* Minore refactoring in standard-dispatcher
M ./src/rerl/standard-dispatcher.lisp -4 +4
Tue Apr 25 10:38:07 EDT 2006 Marco Baringer <mb at bese.it>
* Fix cookie-session-application.
The service :after method is no longer a good place to set cookies in the response.
M ./src/rerl/cookie-session.lisp -9 +5
Tue Apr 25 08:06:53 EDT 2006 Marco Baringer <mb at bese.it>
* Added the priority slot to the dispatchers and updated standard-application's (setf application.dispatcher) method to keep them sorted
M ./src/rerl/standard-action.lisp -1 +3
M ./src/rerl/standard-application.lisp +17
M ./src/rerl/standard-classes.lisp -3 +1
M ./src/rerl/standard-dispatcher.lisp -6 +20
Tue Apr 25 07:28:58 EDT 2006 cjstuij at gmail.com
* docs-update - updates the readme and the ucw-intro tutorial to reflect the recent changes in ucw
M ./README -169 +32
A ./docs/ucw-intro/ucw-intro.html
A ./docs/ucw-intro/ucw-intro_source.tar
Tue Apr 25 07:24:16 EDT 2006 cjstuij at gmail.com
* del-docs-to-add-again
R ./docs/ucw-intro/ucw-intro.html
R ./docs/ucw-intro/ucw-intro_stage_dirs.tar
Tue Apr 25 07:27:02 EDT 2006 Marco Baringer <mb at bese.it>
* Implement new response API for mod-lisp
M ./src/backend/mod-lisp.lisp -31 +46
Tue Apr 25 07:05:25 EDT 2006 Marco Baringer <mb at bese.it>
* Changed the response sending api again. It is now possible to effectvly bypass the backend's response handling stuff.
Previously it was not actually possible (though it did look that
way). See the comment at the bottow of src/rerl/protocol.lisp for
details on the now api. as before this is only implemneted for the
httpd backend.
M ./examples/examples.lisp -15 +72
M ./src/backend/common.lisp -3 +2
M ./src/backend/httpd.lisp -22 +28
M ./src/packages.lisp -2 +2
M ./src/rerl/protocol.lisp -7 +42
M ./src/rerl/standard-dispatcher.lisp -3 +2
M ./src/rerl/standard-request-context.lisp -3 +2
Mon Apr 24 20:35:38 EDT 2006 Nathan Bird <nathan at acceleration.net>
* Avoid registering bad applications
Since #'ucw-user::prepare-application-variables(config.lisp) aggressively
searches for things that might be applications, we want to avoid registering
anything that isn't actually an application.
Log along the way.
M ./src/control.lisp -1 +7
An updated tarball of ucw_dev's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_dev-20060425.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_dev;a=summary
More information about the bese-devel
mailing list