[Bese-devel] New patches to ucw_dev: 19-Feb-2006
Marco Baringer
mbaringer at common-lisp.net
Mon Feb 20 06:00:06 UTC 2006
Sun Feb 19 17:46:08 CST 2006 Marco Baringer <mb at bese.it>
* Implement date-field
M ./examples/forms.lisp +6
M ./src/components/form.lisp -26 +73
M ./src/packages.lisp -1 +7
Sun Feb 19 15:43:08 CST 2006 Marco Baringer <mb at bese.it>
* Renamed formx.lisp to form.lisp
./src/components/formx.lisp -> ./src/components/form.lisp
M ./ucw.asd -2 +2
Sun Feb 19 15:33:19 CST 2006 Marco Baringer <mb at bese.it>
* Removed presentation and interface-element stuff.
This code, while very cool, belongs in a seperate library and not
inside ucw inself. The wall-time stuff has been dropped as well.
The code is now located in the ucw-presentations library located at:
http://common-lisp.net/project/ucw/repos/ucw-presentations
M ./examples/examples.lisp -2
R ./examples/presentations.lisp
R ./src/components/aux-slots-mixin.lisp
M ./src/components/form.lisp -909
R ./src/components/ie.lisp
R ./src/components/indirect-value-class.lisp
R ./src/components/presentations.lisp
M ./src/components/range-set.lisp -228
R ./src/components/search-criteria.lisp
R ./src/components/time-element.lisp
M ./src/components/user-login.lisp -23 +20
M ./src/packages.lisp -48 +1
R ./src/wall-time.lisp
M ./ucw.asd -12 +2
Sun Feb 19 15:31:25 CST 2006 Marco Baringer <mb at bese.it>
* Deal with logging an action call when SELF is NIL. (Reported by: Aleksandar Bakic <a_bakic at yahoo.com>)
M ./src/rerl/standard-action.lisp -2 +4
Sun Feb 19 14:19:53 CST 2006 Marco Baringer <mb at bese.it>
* Run javascript form checks on keyup, not onchange (onkeyup gives much more immediate feedback)
M ./src/components/formx.lisp -1 +1
Sun Feb 19 13:13:45 CST 2006 Marco Baringer <mb at bese.it>
* Typo in print-object method
M ./src/components/formx.lisp -1 +1
Sun Feb 19 13:13:01 CST 2006 Marco Baringer <mb at bese.it>
* Added missing declare ignore declaration
M ./src/components/secure-application.lisp -1 +1
Sat Feb 18 12:40:11 CST 2006 Marco Baringer <mb at bese.it>
* Added new form library and reworked examples to use it
The new form library (temporarily called formx) is much much simpler
than the presentation stuff we currently have. This should make it
easer to use and customize, while it may do a lot less it no longer
imposes an entire framevork on every form tag.
M ./examples/examples.lisp -7 +5
M ./examples/forms.lisp -239 +108
M ./src/admin/admin.lisp -17 +19
A ./src/components/formx.lisp
M ./src/packages.lisp +21
M ./ucw.asd +1
A ./wwwroot/dojo.js
M ./wwwroot/ucw/admin/admin-repl.tal -3 +3
Sat Feb 18 09:27:33 CST 2006 Marco Baringer <mb at bese.it>
* Added :script type to window-component's javascript slot.
This now option does what :js said it did (but didn't acutally
do). :js now mentions that its value will be passed to js:js* and then
to <:script.
M ./src/components/window.lisp -1 +4
An updated tarball of ucw_dev's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_dev-20060219.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_dev;a=summary
More information about the bese-devel
mailing list