[Laszlo-checkins] r10260 - openlaszlo/trunk/WEB-INF/lps/lfc/data

dda@openlaszlo.org dda at openlaszlo.org
Tue Jul 8 12:07:10 PDT 2008


Author: dda
Date: 2008-07-08 12:07:02 -0700 (Tue, 08 Jul 2008)
New Revision: 10260

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/data/LzParam.lzs
Log:
Change 20080708-dda-L by dda at 97.sub-75-192-214.myvzw.com on 2008-07-08 15:01:30 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc4
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix broken doc build following publishing lz.* names

New Features:

Bugs Fixed: LPP-6600 (Publish all _public_ LFC classes in `lz` namespace)

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    Changes for LPP-6600, and a subsequent merge apparently broke the doc build.
    doctools created a lz.param.N30739.html file instead of lz.param.html, don't
    know why.  For the moment, removed publishing of lz.Param = LzParam so we can move
    forward with other doc changes (including fixing naming convention).

Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzParam.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzParam.lzs	2008-07-08 19:06:36 UTC (rev 10259)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzParam.lzs	2008-07-08 19:07:02 UTC (rev 10260)
@@ -337,4 +337,4 @@
 // Fixes LPP-3030 toString() in IE 6+ - the function declaration doesn't work...
 // FIXME: [2008-03-31 pbr] Is this needed?
 LzParam.prototype.toString = LzParam.prototype.serialize;
-lz.Param = LzParam;  // publish
+//lz.Param = LzParam;  // publish?



More information about the Laszlo-checkins mailing list