Change 20070504-maxcarlson-S by [EMAIL PROTECTED] on 2007-05-04
18:25:13 PDT
in /Users/maxcarlson/openlaszlo/4.0
for http://svn.openlaszlo.org/openlaszlo/branches/4.0
Summary: Merge changes from lwgals to 4.0
New Features:
Bugs Fixed:
Technical Reviewer: promanik
QA Reviewer: jgrandy
Doc Reviewer: (pending)
Documentation:
jrs:
Please do not take 4892 unless Jim requests it. My other changes are
cool.
Josh:
Please take revision 4901 - it's a really minor change that effects
only the Calendar demo.
Jim:
None of my changes, and no doc changes at all after yesterday, should
be taken into 4.0.1.
Max:
per the status call, mine are in
Henry:
Yes, those two are worth taking.
Benefit: fixes an ugly though not necessarily very common bug case
this bug for the user...
Release Notes:
Details:
------------------------------------------------------------------------
r4848 | jsundman | 2007-04-30 13:09:41 -0700 (Mon, 30 Apr 2007) | 1 line
Changed paths:
M /openlaszlo/branches/legals/docs/src/dguide/databinding.html
adding information about and position(). Resolves lpp-1022
------------------------------------------------------------------------
r4849 | jsundman | 2007-04-30 15:07:07 -0700 (Mon, 30 Apr 2007) | 1 line
Changed paths:
M /openlaszlo/branches/legals/docs/src/dguide/databinding.html
further elaboration on . Resolves lpp-3838
------------------------------------------------------------------------
r4854 | jsundman | 2007-05-01 08:15:02 -0700 (Tue, 01 May 2007) | 1 line
Changed paths:
M /openlaszlo/branches/legals/docs/src/dguide/debugging.html
adding more firebug tips to debugging chapter.
------------------------------------------------------------------------
r4855 | jsundman | 2007-05-01 08:21:45 -0700 (Tue, 01 May 2007) | 1 line
Changed paths:
M /openlaszlo/branches/legals/docs/src/dguide/debugging.html
aobut the debug tag in dhtml apps. Resolves lpp-3834
------------------------------------------------------------------------
r4856 | jsundman | 2007-05-01 09:33:26 -0700 (Tue, 01 May 2007) | 1 line
Changed paths:
M /openlaszlo/branches/legals/docs/src/tutorials/classes.html
changing wording of OO tutorial. Resolves LPP-3558
------------------------------------------------------------------------
r4858 | hqm | 2007-05-01 12:47:04 -0700 (Tue, 01 May 2007) | 32 lines
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/data/LzDatapointer.lzs
Change 20070501-hqm-4 by [EMAIL PROTECTED] on 2007-05-01 14:54:26 EDT
in /cygdrive/c/users/hqm/openlaszlo/legals2/WEB-INF/lps/lfc/data
for http://svn.openlaszlo.org/openlaszlo/branches/legals/WEB-INF/
lps/lfc/data
Summary: fix for LPP-3882 constraint to datapath not working
New Features:
Bugs Fixed: LPP-3882
Technical Reviewer: ptw (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Changed semantics of LzDatapointer.mumble.dependencies to be same as
swf.
Tests:
test case from Antun,
test/lfc/data/alldata
amazon
------------------------------------------------------------------------
r4860 | hqm | 2007-05-01 15:44:36 -0700 (Tue, 01 May 2007) | 1 line
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/data/LzDatapointer.lzs
should have tested that...
------------------------------------------------------------------------
r4866 | max | 2007-05-02 02:11:24 -0700 (Wed, 02 May 2007) | 43 lines
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/kernel/swf/dojo/
flash6/DojoExternalInterface.as
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/kernel/swf/dojo/
flash8/DojoExternalInterface.as
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/services/platform/
swf/LzBrowser.as
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/services/platform/
swf/LzHistory.as
M /openlaszlo/branches/legals/WEB-INF/lps/templates/html-
response.xslt
M /openlaszlo/branches/legals/lps/components/extensions/html.lzx
M /openlaszlo/branches/legals/lps/includes/source/embed-library.lzs
A /openlaszlo/branches/legals/lps/includes/source/iframemanager.js
Change 20070430-maxcarlson-7 by [EMAIL PROTECTED] on 2007-04-30
10:49:38 PDT
in /Users/maxcarlson/openlaszlo/legals-clean
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Add flash support to html tag
New Features:
Bugs Fixed: LPP-3735 - <html> embedding tag not working in FF2.0 / OS
X in swf
Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: DojoExternalInterface.as - add callback to LzBrowser when
flash/browser subsystem is ready.
LzBrowser.as - queue callJS() calls until flash/browser subsystem is
ready.
html-response.xslt - default to wmode: transparent in flash - to
allow HTML to show through.
html.lzx - Add proxy Lz object to call browser methods from swf.
Calls now delegated to Lz.iframemanager API for both SWf and DHTML.
embed-library.lzs - Include iframemanager.js.
iframemanager.js - Browser APIs to manage iframes, called by html.lzx.
Tests: http://localhost:8080/legals-clean/lps/components/extensions/
test/html.lzx?lzr=dhtml, http://localhost:8080/legals-clean/lps/
components/extensions/test/html.lzx?lzr=swf7 and http://localhost:
8080/legals-clean/lps/components/extensions/test/html.lzx?lzr=swf8
should have relatively consistent behavior. The DHTML version is
untouched. Tested under webkit, safari and firefox 2 os x. All
browsers worked across swf7 and swf8 except Safari, which doesn't
send onload events (minor). Also tested http://localhost:8080/legals-
clean/test/history/ and http://localhost:8080/legals-clean/test/lfc/
legals/testjscomm/test6.jsp and http://localhost:8080/legals-clean/
test/lfc/legals/testjscomm/test8.jsp
Files:
M WEB-INF/lps/lfc/kernel/swf/dojo/flash6/DojoExternalInterface.as
M WEB-INF/lps/lfc/kernel/swf/dojo/flash8/DojoExternalInterface.as
M WEB-INF/lps/lfc/services/platform/swf/LzBrowser.as
M WEB-INF/lps/templates/html-response.xslt
M lps/components/extensions/html.lzx
M lps/includes/source/embed-library.lzs
A lps/includes/source/iframemanager.js
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070430-
maxcarlson-7.tar
------------------------------------------------------------------------
r4879 | mkratt | 2007-05-02 17:33:34 -0700 (Wed, 02 May 2007) | 1 line
Changed paths:
M /openlaszlo/branches/legals/build.xml
removed runlzunit smoke wrappertest and scrutinize from megatest
------------------------------------------------------------------------
r4897 | max | 2007-05-03 20:54:31 -0700 (Thu, 03 May 2007) | 39 lines
Changed paths:
M /openlaszlo/branches/legals/lps/components/extensions/drawview.lzx
M /openlaszlo/branches/legals/lps/components/lz/checkbox.lzx
20070503-maxcarlson-p by [EMAIL PROTECTED] on 2007-05-03 18:41:32 PDT
in /Users/maxcarlson/openlaszlo/legals-clean
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Simple fixes for components
New Features:
Bugs Fixed:
Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)
Documentation: I have view with datapath which is replicated. Each
view has
checkbox, like:
<checkbox name="cbox">
I get the following in debug console:
Code:
WARNING: lz/checkbox.lzx:20: reference to undefined property '_title'
ERROR: lz/checkbox.lzx:20: undefined object does not have a property
'height' WARNING: lz/checkbox.lzx:20: reference to undefined property
'height'
Release Notes:
Details: drawview.lzx - eliminate warnings
checkbox.lzx - fix databound checkboxes.
Tests:
Files:
M lps/components/extensions/drawview.lzx
M lps/components/lz/checkbox.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070503-
maxcarlson-p.tar
------------------------------------------------------------------------
r4898 | max | 2007-05-03 20:55:50 -0700 (Thu, 03 May 2007) | 27 lines
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/lfc/lzpreloader.as
Change 20070503-maxcarlson-o by [EMAIL PROTECTED] on 2007-05-03
18:30:53 PDT
in /Users/maxcarlson/openlaszlo/legals-clean
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Fix splash centering
New Features:
Bugs Fixed: LPP-3943 - Splash off center
Technical Reviewer: promanik
QA Reviewer: sallen
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: lzpreloader.as - test to make sure the canvas size has
stabilized before initializing the splash.
Tests: Splash positioning is solid now. Before it was often off for
soloapps,esp. in Safari. Sarah, let me know if this helps!
Files:
M WEB-INF/lps/lfc/lzpreloader.as
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070503-
maxcarlson-o.tar
------------------------------------------------------------------------
r4901 | jcrowley | 2007-05-04 02:53:49 -0700 (Fri, 04 May 2007) | 26
lines
Changed paths:
M /openlaszlo/branches/legals/demos/calendar/eventselector.lzx
Change 20070502-jcrowley-H by [EMAIL PROTECTED] on
2007-05-02 00:31:28 EDT
in /Users/jcrowley/src/svn/openlaszlo/legals-thirteen
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Calendar demo event text is not clipped for recent edits
New Features:
Bugs Fixed: LPP-3737
Technical Reviewer: pbr
QA Reviewer:
Doc Reviewer:
Documentation:
Release Notes:
Details: There was no clip on the selected event class.
Tests: Did as described in LPP-3737 - noticed text was now clipped.
Files:
M demos/calendar/eventselector.lzx
Tests: ant clean build test
Files:
M .
M WEB-INF/lps/lfc/kernel/swf/dojo/flash6/DojoExternalInterface.as
M WEB-INF/lps/lfc/kernel/swf/dojo/flash8/DojoExternalInterface.as
M WEB-INF/lps/lfc/services/platform/swf/LzHistory.as
M WEB-INF/lps/lfc/services/platform/swf/LzBrowser.as
M WEB-INF/lps/lfc/lzpreloader.as
M WEB-INF/lps/lfc/data/LzDatapointer.lzs
M WEB-INF/lps/templates/html-response.xslt
M docs/src/tutorials/classes.html
M docs/src/dguide/databinding.html
M docs/src/dguide/debugging.html
M build.xml
M lps/components/extensions/html.lzx
M lps/components/extensions/drawview.lzx
M lps/components/lz/checkbox.lzx
M lps/includes/source/embed-library.lzs
A + lps/includes/source/iframemanager.js
M demos/calendar/eventselector.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070504-
maxcarlson-S.tar