Approved!
On 2008-04-10, at 10:49 EDT, Philip Romanik wrote:
Change 20080410-Philip-6 by [EMAIL PROTECTED] on 2008-04-10 10:31:52
EDT
in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Make LzMiniNode the superclass of LzNode
New Features:
Bugs Fixed:
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
LzMiniNode used to be the top-level class for data components such
as LzDataElement. The old version "borrowed" the definition of
setAttribute() from LzNode. Tucker suggested that LzMiniNode can
become a superclass of LzNode. It turns out this isn't difficult to
do, and only a minor rearrangement of data is needed.
LzMiniNode - Moved to core directory. Defines setAttribute()
LzNode - Removed or commented out defs of children, __LZdeleted,
setAttribute. Added override keyword
LasloView - Added override keyword
LzDatapath - commented out defs of sel
Tests:
/test/lfc/data/alldata in dhtml/swf
smokecheck in dhtml/swf
amazon/lzpix in dhtml/swf
Files:
A + WEB-INF/lps/lfc/core/LzMiniNode.lzs
M WEB-INF/lps/lfc/core/LzNode.lzs
M WEB-INF/lps/lfc/core/Library.lzs
M WEB-INF/lps/lfc/views/LaszloView.lzs
D WEB-INF/lps/lfc/data/LzMiniNode.lzs
M WEB-INF/lps/lfc/data/LzDatapath.lzs
M WEB-INF/lps/lfc/data/Library.lzs
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080410-Philip-6.tar