[Bese-devel] New patches to ucw_ajax: 9-Aug-2006

Marco Baringer mbaringer at common-lisp.net
Thu Aug 10 04:30:17 UTC 2006


Wed Aug  9 18:58:47 EDT 2006  attila.lendvai at gmail.com
  * Fix conflicts with the extra-tags patch

    M ./src/components/widget.lisp -9 +10

Wed Aug  9 18:56:37 EDT 2006  attila.lendvai at gmail.com
  * Added dirty-p-checker slot to generic-html-input
  
  This may be a JS lambda or a true/false literal that will be used when
  checking wether this field is dirty (i.e. when leaving the page).

    M ./src/components/form.lisp +3
    M ./src/per-application-parenscript.lisp -5 +8

Wed Aug  9 18:55:57 EDT 2006  attila.lendvai at gmail.com
  * Refactored checkbox-field to use a hidden input and do not clear its value at render-time

    M ./src/components/form.lisp -45 +38
    M ./src/per-application-parenscript.lisp -11 +55

Wed Aug  9 18:50:44 EDT 2006  attila.lendvai at gmail.com
  * Fix progress label positioning

    M ./wwwroot/ucw/ucw.css -1 +1

Wed Aug  9 18:44:56 EDT 2006  attila.lendvai at gmail.com
  * Added enable-js-sharpquote-reader

    M ./src/helpers.lisp -1 +16
    M ./src/packages.lisp +1
    M ./src/parenscript-utils.lisp +2
    M ./src/rerl/standard-dispatcher.lisp -7 +1

Wed Aug  2 10:32:48 EDT 2006  evrim at core.gen.tr
  UNDO: extra-tags slot added to html-element for the of (@ ..) tag. widget-component fixed accordingly to include extra-tags.

    M ./src/components/html-element.lisp -5

Wed Aug  2 10:32:48 EDT 2006  evrim at core.gen.tr
  * extra-tags slot added to html-element for the of (@ ..) tag. widget-component fixed accordingly to include extra-tags.

    M ./src/components/html-element.lisp +5
    M! ./src/components/widget.lisp -12 +11

Wed Aug  9 08:29:54 EDT 2006  attila.lendvai at gmail.com
  * Log remote peer address in httpd backend
  
  Tested only on sbcl, on other lisps it probably prints nil.
  Requires the trivial-sockets repo from:
  http://www.common-lisp.net/project/bese/darcs/trivial-sockets_until-i-can-merge-with-the-mainline/

    M ./src/backend/httpd.lisp -5 +8
    M ./src/backend/multithread-httpd.lisp -6 +8

Tue Aug  8 15:01:57 EDT 2006  attila.lendvai at gmail.com
  * Session mixin handling similar to session-context, WARNING: small api change!
  
  application.session-type and the :session-type initarg has been
  removed an a session-class method with list method combination
  has been added.
  
  the list of classes are used to calculate an effective session class
  that'll be used with the application in question.

    M ./src/application-mixins/single-frame-application.lisp -2 +5
    M ./src/packages.lisp +1
    M ./src/rerl/protocol.lisp -3 +11
    M ./src/rerl/standard-application.lisp -3 +12
    M ./src/rerl/standard-classes.lisp -5 +2


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

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



More information about the bese-devel mailing list