Merged revisions 12251-12252,12254-12255,12257-12258,12260,12262-12266,12268-12269,12271-12275,12278-12285 via svnmerge from
http://svn.openlaszlo.org/openlaszlo/trunk
........
r12251 | max | 2008-12-28 08:26:11 -0500 (Sun, 28 Dec 2008) | 18 lines
Change 20081227-maxcarlson-H by maxcarlson@Bank.lan on 2008-12-27 21:41:58 PST
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Allow default runtime for Flash to be any version
Bugs Fixed:
LPP-7515 - compiler.runtime.default=swf9 seems to be not working
Technical Reviewer: andre.bargull@udo.edu
QA Reviewer: promanik
Details: Now that we no longer support swf6/7, the lzr argument isn't required in the URL/filename.
embednew.js, flash.js - Comment out lzr=swfx versioning code.
Tests: See
LPP-7515........
r12271 | bargull | 2008-12-30 17:21:03 -0500 (Tue, 30 Dec 2008) | 26 lines
Change 20081230-bargull-Pvj by bargull@dell--p4--2-53 on 2008-12-30 17:00:14
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add implicit null-ownerDocument/parentNode
New Features:
Bugs Fixed:
LPP-7537 Technical Reviewer: hminsky
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Create a new, empty data-element and make it the parent of the parsed data-element.
Tests:
see bugreport
........
r12285 | bargull | 2009-01-02 11:41:03 -0500 (Fri, 02 Jan 2009) | 27 lines
Change 20081229-bargull-zLj by bargull@dell--p4--2-53 on 2008-12-29 18:19:52
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: implement "setHTML()" for swf9
New Features:
Bugs Fixed:
LPP-7533 Technical Reviewer: hminsky
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Moved definition of "setHTML" from LzInputTextSprite to LzTextSprite (will be required for
LPP-6617),
and added "html"-flag to LzTextSprite (Flash TextField hasn't got this flag anymore in AS3), if this flag is set, use "TextField#htmlText", otherwise "TextField#text" to set new text.
Tests:
see bugreport
........