[Laszlo-dev] For Review: Change 20080908-dda-I Summary: Fix conversion script for apply
Donald Anderson
dda at ddanderson.com
Mon Sep 8 12:02:36 PDT 2008
Change 20080908-dda-I by dda at lester.local on 2008-09-08 14:58:01 EDT
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-c
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix conversion script for apply
New Features:
Bugs Fixed: LPP-6947 (Conversion script mishandling "onapply")
Technical Reviewer: ptw (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
x.onapply="..." is no longer converted to x.onapplied="....",
though we still change x.apply="..."
Tests:
$ cat /tmp/foo.lzx
xxx.apply="goahead"
xxx.onapply="donotchange"
xxx.apply() // yes
xxx.onapply() // no
$ perl $LPS_HOME/WEB-INF/lps/server/bin/convert_laszlo.pl foo.lzx
$ cat /tmp/foo.lzx
xxx.applied="goahead"
xxx.onapply="donotchange"
xxx.setAttribute('applied', true) // yes
xxx.onapply() // no
Files:
M WEB-INF/lps/server/bin/convert_laszlo.pl
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080908-dda-I.tar
--
Don Anderson
Java/C/C++, Berkeley DB, systems consultant
voice: 617-547-7881
email: dda at ddanderson.com
www: http://www.ddanderson.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20080908/13f3f474/attachment.html
More information about the Laszlo-dev
mailing list