[Bese-devel] New patches to ucw_ajax: 4-Jul-2007

Marco Baringer mbaringer at common-lisp.net
Thu Jul 5 04:30:19 UTC 2007


Wed Jul  4 18:52:47 EDT 2007  attila.lendvai at gmail.com
  * Fix :through-redirect of register-action when used with invocation isolated actions

    M ./src/rerl/standard-session-frame.lisp -18 +22

Wed Jul  4 18:51:42 EDT 2007  attila.lendvai at gmail.com
  * Fix some #"" reader bugs

    M ./src/helpers.lisp -2 +10

Wed Jul  4 18:49:56 EDT 2007  attila.lendvai at gmail.com
  * Move the render :wrap-around of template-component to simple :around for better customizability

    M ./src/components/template.lisp -5 +4

Wed Jul  4 18:48:14 EDT 2007  attila.lendvai at gmail.com
  * Fix some issues with js-to-lisp-rpc

    M ./src/application-mixins/ajax-application.lisp -24 +22

Fri Jun 29 19:14:31 EDT 2007  attila.lendvai at gmail.com
  * Export some cookie helpers, escape cookie values as uri, so you can have unicode stuff and cookie control chars in the value
  
     #:add-set-cookie-header
     #:cookie-value
     #:make-cookie

    M ./src/application-mixins/cookie-session-application.lisp -1
    M ./src/backend/common.lisp -5 +5
    M ./src/packages.lisp +4
    M ./src/rerl/standard-request-context.lisp -1 +4

Thu Jun 28 12:37:14 EDT 2007  attila.lendvai at gmail.com
  * Fix uri escaping, the path was not propertly escaped causing problems with unicode url-prefix

    M ./src/helpers.lisp -42 +36

Thu Jun 28 12:36:11 EDT 2007  attila.lendvai at gmail.com
  * Added make-cookie that calls escape-as-uri on the supplied path. This fixes session-cookie-application with unicode url-prefix.

    M ./src/application-mixins/cookie-session-application.lisp -4 +4
    M ./src/backend/common.lisp +8

Wed Jul  4 15:33:15 EDT 2007  attila.lendvai at gmail.com
  * Fix: bind *dispatcher-registers* as documented (but dispatchers needs a cleanup, probably based on lambda's and capturing)

    M ./src/rerl/standard-dispatchers.lisp -1 +16
    M ./src/vars.lisp +2


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

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



More information about the bese-devel mailing list