[Bese-devel] New patches to ucw_dev: 1-May-2006
Marco Baringer
mbaringer at common-lisp.net
Tue May 2 04:30:04 UTC 2006
Mon May 1 11:42:50 EDT 2006 Marco Baringer <mb at bese.it>
* Added send-redirect function.
send-redirect does what redirect-component's render method did but
it's usable from a simple-dispatcher (or anywhere else we don't have
ucw's component context machinery).
M ./src/components/redirect.lisp -3 +11
M ./src/packages.lisp -1 +1
Mon May 1 09:53:14 EDT 2006 Marco Baringer <mb at bese.it>
* Use dolist*, not dolist, in tabbed-pane's render method.
M ./src/components/tabbed-pane.lisp -1 +1
Mon May 1 09:50:00 EDT 2006 Marco Baringer <mb at bese.it>
* Using (when (whatever) T) is weird, use (whatever) instead
M ./src/components/form.lisp -3 +2
Mon May 1 09:48:49 EDT 2006 Marco Baringer <mb at bese.it>
* Minor indentation/whitespace fixups in src/components/form.lisp
M ./src/components/form.lisp -7 +11
Sun Apr 30 20:17:56 EDT 2006 cjstuij at gmail.com
* make-with-dummy-request-nicer
M ./src/rerl/standard-request-context.lisp -2 +1
Sun Apr 30 19:39:20 EDT 2006 cjstuij at gmail.com
* tabbed-pane-makeover - tabbed panes are now wrapped in divs in stead of a table, for more design flexibility. Is no longer tied to a tal file.
M ./src/admin/admin.lisp -6 +4
M ./src/components/tabbed-pane.lisp -18 +14
M ./wwwroot/stylesheet.css -17 +42
Fri Apr 28 12:58:29 EDT 2006 Nathan Bird <nathan at acceleration.net>
* Removing integer-range-validator, use number-range-validator instead.
M ./examples/forms.lisp -10
M ./src/components/form.lisp -5 +3
Fri Apr 28 12:49:49 EDT 2006 Nathan Bird <nathan at acceleration.net>
* the value of a number-field should be nil, not 0, if nothing was entered.
M ./src/components/form.lisp -1 +1
Mon May 1 07:00:31 EDT 2006 Luca Capello <luca at pca.it>
* bin/ucwctl: allow a custom ucwctl.conf via -u|--ucwctl-file
This adds the possibility to specify a different ucwctl.conf file
instead of the default /etc/ucw/ucwctl.conf. Moreover, by default
ucwctl now reads ~/.ucw/ucwctl.conf it it exists, overriding the
values in the general /etc/ucw/ucwctl.conf, and the same happens if
the ucwctl.conf is specified via the command line option. All command
line options override the values present in any ucwctl.conf files.
The order is the following:
1) /etc/ucw/ucwctl.conf (if it exists)
2) ~/.ucw/ucwctl.conf (if it exists)
3) -u|--ucwctl-file (if specified, exit if it cannot be read)
4) command line options
A deeper discussion is available at:
http://common-lisp.net/pipermail/bese-devel/2006-April/001932.html
http://common-lisp.net/pipermail/bese-devel/2006-April/001961.html
M ./bin/ucwctl -58 +88
M ./bin/ucwctl.1 -1 +11
An updated tarball of ucw_dev's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_dev-20060501.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_dev;a=summary
More information about the bese-devel
mailing list