[Bese-devel] New patches to ucw_public: 11-Mar-2006

Marco Baringer mbaringer at common-lisp.net
Sun Mar 12 05:40:02 UTC 2006


Fri Mar 10 15:12:34 EST 2006  aycan.irican at core.gen.tr
  * added submit methÄod

    M ./src/components/form.lisp +1

Sat Mar 11 08:39:48 EST 2006  Marco Baringer <mb at bese.it>
  * Move a comment to it's proper place (it got lost in the previous refactoring)

    M ./src/rerl/standard-server.lisp -2 +2

Sat Mar 11 08:39:03 EST 2006  Marco Baringer <mb at bese.it>
  * Refactor standard-server's service method to make the distinction between logic and error handling clearer

    M ./src/rerl/standard-server.lisp -40 +48

Sat Mar 11 08:24:18 EST 2006  Marco Baringer <mb at bese.it>
  * Minor indentation fixup

    M ./src/rerl/standard-action.lisp -2 +2

Sat Mar 11 08:24:08 EST 2006  Marco Baringer <mb at bese.it>
  * Minor indentation fixup in ucw-tags

    M ./src/html/yaclml/ucw-tags.lisp -12 +12

Mon Mar  6 13:54:24 EST 2006  Marco Baringer <mb at bese.it>
  * Use dojo.html.* to add/remove the valid/involid classes from the form fields

    M ./src/components/form.lisp -3 +8

Sat Mar 11 06:32:07 EST 2006  Marco Baringer <mb at bese.it>
  * Mention rfc2109 in QUICKSTART

    M ./docs/QUICKSTART +2

Fri Mar 10 14:52:35 EST 2006  Marco Baringer <mb at bese.it>
  * Fix handling of the javasript set-action-parametetr function.
  
  This function is now stored in a property of the form object, this
  avoids having to create a new, unique, name for it each time we render
  a form and, hopefully, will work on all browesrs.

    M ./src/html/yaclml/ucw-tags.lisp -33 +26

Thu Mar  9 14:38:57 EST 2006  aycan.irican at core.gen.tr
  * mod-lisp backend shutdown uses external-format-for to get charset

    M ./src/backend/mod-lisp.lisp -1 +2

Thu Mar  9 05:45:06 EST 2006  Marco Baringer <mb at bese.it>
  * Since araneida doesn't support multipart/form-data we assume the body is always a string of application/x-www-form-urlencoded

    M ./src/backend/araneida.lisp -5 +1

Wed Mar  8 12:53:43 EST 2006  Marco Baringer <mb at bese.it>
  * *print-base* and *print-radix*'s values were inverted

    M ./src/components/form.lisp -2 +2

Wed Mar  8 12:43:04 EST 2006  Marco Baringer <mb at bese.it>
  * Added (setf value) method for checkboxs

    M ./src/components/form.lisp -3 +11

Wed Mar  8 12:20:11 EST 2006  Marco Baringer <mb at bese.it>
  * Declare the variables introduced by <ucw:select as ignorable

    M ./src/html/yaclml/ucw-tags.lisp -22 +24

Wed Mar  8 11:19:59 EST 2006  Marco Baringer <mb at bese.it>
  * Added :value initarg to form-fields

    M ./src/components/form.lisp +7

Wed Mar  8 11:19:34 EST 2006  Marco Baringer <mb at bese.it>
  * Added implement of (setf value) for form-field and integer-field

    M ./src/components/form.lisp +9

Tue Mar  7 14:24:27 EST 2006  aycan.irican at core.gen.tr
  * added :port parameter to start-swank

    M ./src/control.lisp -2 +3

Tue Mar  7 12:27:38 EST 2006  Marco Baringer <mb at bese.it>
  * Fix typo in last patch

    M ./src/components/user-login.lisp -6 +6

Tue Mar  7 11:47:07 EST 2006  Marco Baringer <mb at bese.it>
  * Fix initargs on user-login's form fields. (Patch by: Alexey Antipov <door at lcpi.ru>)

    M ./src/components/user-login.lisp -6 +6

Tue Mar  7 08:50:17 EST 2006  Maciek Pasternacki <maciekp at japhy.fnord.org>
  * Unbreak binary file serving, add slot external-format to httpd-response class.

    M ./src/backend/httpd.lisp -3 +6

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

Sun Mar  5 12:31:50 EST 2006  Marco Baringer <mb at bese.it>
  * Updated, and added where missing, copyright info

    M ./src/backend/accept.lisp -1 +1
    M ./src/backend/araneida.lisp -1 +1
    M ./src/backend/aserve.lisp -1 +1
    M ./src/backend/common.lisp +29
    M ./src/backend/httpd.lisp +30
    M ./src/backend/mod-lisp.lisp -1 +1
    M ./src/backend/multithread-httpd.lisp +30

Sun Mar  5 10:26:09 EST 2006  Marco Baringer <mb at bese.it>
  * Added find-frame-by-id method specialized on standard-session

    M ./src/rerl/standard-session.lisp +3

Sun Mar  5 08:19:19 EST 2006  Marco Baringer <mb at bese.it>
  * stadard-classes depends on standard-vars

    M ./ucw.asd -1 +2

Sun Mar  5 08:19:07 EST 2006  Marco Baringer <mb at bese.it>
  * Avoid creating a new binding which we won't use.

    M ./src/components/container.lisp -1 +1


An updated tarball of ucw_public's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_public-20060311.tar.gz

Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_public;a=summary



More information about the bese-devel mailing list