[Bese-devel] New patches to ucw_ajax: 26-Aug-2007

Marco Baringer mbaringer at common-lisp.net
Mon Aug 27 04:30:29 UTC 2007


Fri Aug 24 15:06:17 EDT 2007  attila.lendvai at gmail.com
  * Added call-in-restored-rendering-environment; renamed to call-in-rendering-environment

    M ./src/components/ajax.lisp -16 +23
    M ./src/components/form.lisp -1 +1
    M ./src/contextl-integration.lisp -2 +2
    M ./src/packages.lisp -1 +2
    M ./src/rerl/protocol.lisp -1 +1
    M ./src/rerl/standard-component/standard-component.lisp -2 +2

Fri Aug 24 15:05:59 EDT 2007  attila.lendvai at gmail.com
  * rename funcall-as- to call-as-

    M ./src/backend/common.lisp -1 +1
    M ./src/backend/httpd.lisp -3 +3
    M ./src/backend/iolib.lisp -2 +2
    M ./src/backend/multithread-httpd.lisp -2 +2
    M ./src/rerl/basic-application.lisp -1 +1
    M ./src/rerl/standard-server.lisp -5 +5
    M ./test/core/application.lisp -3 +3
    M ./test/core/server.lisp -4 +4

Fri Aug 24 15:04:11 EDT 2007  attila.lendvai at gmail.com
  * Fix client side collapsible pane onclick js

    M ./src/components/collapsible-pane.lisp -3 +11

Mon Aug 20 13:05:09 EDT 2007  attila.lendvai at gmail.com
  * housekeeping

    M ./src/application-mixins/ajax-application.lisp -1 +1
    M ./src/components/ajax.lisp -1 +2
    M ./src/components/dojo-widgets.lisp +1
    M ./src/contextl-integration.lisp -2 +2
    M ./src/rerl/protocol.lisp +1
    M ./src/rerl/request-loop-error.lisp -1 +1
    M ./src/rerl/standard-dispatchers.lisp +1

Mon Aug 20 06:05:43 EDT 2007  attila.lendvai at gmail.com
  * fix: drop registered form fields when they are not in the DOM anymore (to fix form dirtyness checking)

    M ./src/per-application-parenscript.lisp -12 +16

Mon Aug 20 05:38:33 EDT 2007  attila.lendvai at gmail.com
  * trivial changes to the examples

    M ./examples/src/examples.lisp -1 +2
    M ./examples/wwwroot/static/examples.css +5

Mon Aug 20 05:37:15 EDT 2007  attila.lendvai at gmail.com
  * refactor ajax rendering to use call-with-rendering-environment on the parent chain before calling ajax-render on the component to be ajax rendered.

    M ./src/application-mixins/ajax-application.lisp +4
    M ./src/components/ajax.lisp -14 +19
    M ./src/packages.lisp -1

Mon Aug 20 05:28:18 EDT 2007  attila.lendvai at gmail.com
  * <ucw:form is only nested if the supplied html-form is not alread bound to *current-form*
  
  it's needed because call-with-rendering-environment of html-form needs to bind *current-form* but it does not mean that
  we are in a nested form when we reach the rendering of the <ucw:form tag.

    M ./src/yaclml/ucw-tags.lisp -2 +3

Mon Aug 20 05:24:36 EDT 2007  attila.lendvai at gmail.com
  * added call-with-rendering-environment

    M ./src/packages.lisp +1
    M ./src/rerl/protocol.lisp +5
    M ./src/rerl/standard-component/standard-component.lisp +7

Mon Aug 20 05:22:56 EDT 2007  attila.lendvai at gmail.com
  * use call-with-rendering-environment where apropriate

    M ./src/components/form.lisp +4
    M ./src/contextl-integration.lisp -18 +17

Tue Aug 14 08:37:38 EDT 2007  attila.lendvai at gmail.com
  * funcall-with- was renamed to call-with-

    M ./src/backend/common.lisp -1 +1
    M ./src/rerl/basic-action.lisp -1 +1
    M ./src/rerl/request-loop-error.lisp -1 +1
    M ./src/rerl/standard-server.lisp -1 +1

Tue Aug 14 08:22:45 EDT 2007  attila.lendvai at gmail.com
  * added support to use a different js handler in js-to-lisp-rpc

    M ./src/application-mixins/ajax-application.lisp -7 +10

Tue Aug 14 08:21:05 EDT 2007  attila.lendvai at gmail.com
  * fix upload example to follow <ucw:form related changes

    M ./examples/wwwroot/tal/upload.tal -1 +1


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

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



More information about the bese-devel mailing list