[Bese-devel] New patches to ucw_dev: 6-Mar-2006
Marco Baringer
mbaringer at common-lisp.net
Tue Mar 7 05:30:03 UTC 2006
Mon Mar 6 13:53:56 EST 2006 Marco Baringer <mb at bese.it>
* Change the (alist|hash-table|plist)-select-fields to chose a value based on the key
When you chose based on a mapping object (alist, plist, etc.) you
generally want to see the key in the options and get back the
corresponding value. If you really wanted to chose a value based on
the value you'd use a normal select with a simple list of values.
M ./src/components/form.lisp -28 +89
Mon Mar 6 13:52:12 EST 2006 Marco Baringer <mb at bese.it>
* Typo in QUICKSTART
M ./docs/QUICKSTART -1 +1
Sat Mar 4 10:23:41 EST 2006 Marco Baringer <mb at bese.it>
* Move form-field's javascript validators into a custom property on the field object (client side)
This change makes it much simpler to reuse the validation in other
places, we no longer have to rewrite all the validation code every
time we want to call it.
M ./src/components/form.lisp -14 +7
An updated tarball of ucw_dev's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_dev-20060306.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_dev;a=summary
More information about the bese-devel
mailing list