Author: ben
Date: 2007-07-11 14:14:07 -0700 (Wed, 11 Jul 2007)
New Revision: 5646
Modified:
openlaszlo/branches/4.0/
Log:
Blocked revisions 5635-5636,5638,5644 via svnmerge
.......
r5635 | ptw | 2007-07-09 17:35:11 -0700 (Mon, 09 Jul 2007) | 17 lines
Change 20070703-ptw-i by [EMAIL PROTECTED] on 2007-07-03 09:28:56 EDT
in /Users/ptw/OpenLaszlo/legals
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Remove unused property from UserClass
Technical Reviewer: pbr (Message-Id: <[EMAIL PROTECTED]>)
QA Reviewer: max (Message-ID: <[EMAIL PROTECTED]>)
Details:
The `userclass` property is not used anywhere. Removing it so it
does not mystify future generations.
Tests:
ant lztest, smokecheck
.......
r5636 | ptw | 2007-07-09 19:26:59 -0700 (Mon, 09 Jul 2007) | 62 lines
Change 20070705-ptw-R by [EMAIL PROTECTED] on 2007-07-05 14:42:10 EDT
in /Users/ptw/OpenLaszlo/legals
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Move formatToString into LFC
New Features: lz.text has a new method, `format` that implements most
of `printf` for setting the text (content).
Bugs Fixed:
LPP-3073 'Move Format and formatToString from Debug to LFC'
Technical Reviewer: hminsky (Message-ID: <[EMAIL PROTECTED]>)
QA Reviewer: frisco (pending)
Doc Reviewer: jgrandy, jsundman (pending)
Documentation:
Here is an example of using the text `format` method to set the
contents of a text node.
<canvas>
<class name="clickClock" extends="text">
<attribute name="dayTable"
value='["Sunday", "Monday", "Tuesday", "Wednesday",
"Thursday", "Friday", "Saturday"]'
/>
<handler name="onclick">
var now = new Date;
this.format("You clicked me at %02d:%02d:%02d on %s",
now.getHours(),
now.getMinutes(),
now.getSeconds(),
dayTable[now.getDay()]);
</handler>
</class>
<clickClock>
Click Me!
</clickClock>
</canvas>
Release Notes:
Details:
lztext: Duplicated debugger format tests for text
debugger/LzFormat, compiler/LzFormatter: moved pad and
formatToString out of debugger into compiler as a mixin.
core/Library: moved class support to compiler.
LzText: mix in LzFormatter, add format method.
LaszloLibrary, compiler/Library: compiler runtime support is 3
files now: runtime, class, and formatter.
Parser.jjt: add `mixin` as an alias for `trait` and `with` as an
alias for `inherits`. This will allow us to transition to the new
approved syntax for mixins.
Tests:
ant lztest, smokecheck
.......
r5638 | jcrowley | 2007-07-09 23:32:31 -0700 (Mon, 09 Jul 2007) | 27 lines
Change 20070706-jcrowley-r by [EMAIL PROTECTED] on 2007-07-06 05:57:55 EDT
in /Users/jcrowley/src/svn/openlaszlo/legals-alpha
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Contributor bug fixes: change onResult to ondata in netremotecall,
add remotecontext attribute to netremotecall, map result of
netremotecall
to dataset
New Features:
Bugs Fixed: LPP-4216, LPP-4217, LPP-4222
Technical Reviewer: pbr
QA Reviewer: max
Doc Reviewer:
Documentation:
Release Notes:
Details: This is a set of fixes from Sebastian Wagner, to update
rtmpconnection.lzx.
Tests:
.......
r5644 | jgrandy | 2007-07-11 13:04:01 -0700 (Wed, 11 Jul 2007) | 39 lines
Change 20070709-jgrandyw-I by [EMAIL PROTECTED] on 2007-07-09 11:06:35 PDT
in /Users/jgrandyw/dev/svn/openlaszlo/branches/legals
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Many improvements to doc tools and dguide and refguide
New Features:
Bugs Fixed:
LPP-1568 Dataselectionmanager isSelected() has a return value, but is
not documented.
LPP-1981 context attribute of datapointer is missing a description
LPP-3385 Dataset reference page shows confusing use of setQueryString()
LPP-3548 Add runtime switch to documentation examples
LPP-3801 improved reference doc for @mask attribute
LPP-3924 Refguide Index entries for members should give parent class name
LPP-3926 Remove links to Designer's guide
LPP-3927 Link to forums from Preface in Reference Guide is incorrect
LPP-3938 Index to 4.0 reference missing several entries for LzFoo(see
also foo)
LPP-3941 Create "Users" and "Contributors" sets containing existing books
LPP-4088 Ant doc reports 'build successful' even though a gremlin in a
.dbk source file breaks the build
LPP-4089 Many semicolons disappeared from dguide code examples
LPP-4124 LzParam should be a public API
LPP-4125 LzDataElement.lzs should be listed in Files index of RefGuide
LPP-4140 selectionmanager not documented in 4.0.2
LPP-4187 Refguide: missing description for radiogroup
LPP-4262 docs/components is obsolete and should be removed
LPP-4263 Contributor's reference build shows lots of broken links
LPP-4264 Streamline xref's within written documentation
Technical Reviewer: ben
QA Reviewer: frisco
Doc Reviewer: jsundman
Details:Mostly documented in the relevant bugs.
Tests:
.......
Property changes on: openlaszlo/branches/4.0
___________________________________________________________________
Name: svnmerge-blocked
-
/openlaszlo/branches/legals:4608,4665,4717,4745,4750,4756,4759,4767,4782,4784,4823,4833-4834,4837,4842,4845-4847,4868-4870,4875-4876,4892-4893,4919,4921-4922,4924,4933,4937,4940-4941,4954,4958-4959,4965,4970,4979-4980,4982,4990,4999,5001,5014-5015,5043,5045-5050,5053,5061,5067-5069,5071,5073-5075,5080,5082-5084,5097-5100,5103,5106,5113,5115-5117,5122,5124,5143,5153-5155,5174-5175,5192,5201,5208,5215,5226,5232,5236,5246,5252,5274-5275,5278,5292-5294,5297,5309-5310,5317,5320,5323,5325,5330,5333-5334,5337,5367,5371,5381,5391,5407,5420,5423,5454,5470,5496,5524-5526,5530,5534-5535,5538,5552-5553,5564,5568,5590-5592,5596
+
/openlaszlo/branches/legals:4608,4665,4717,4745,4750,4756,4759,4767,4782,4784,4823,4833-4834,4837,4842,4845-4847,4868-4870,4875-4876,4892-4893,4919,4921-4922,4924,4933,4937,4940-4941,4954,4958-4959,4965,4970,4979-4980,4982,4990,4999,5001,5014-5015,5043,5045-5050,5053,5061,5067-5069,5071,5073-5075,5080,5082-5084,5097-5100,5103,5106,5113,5115-5117,5122,5124,5143,5153-5155,5174-5175,5192,5201,5208,5215,5226,5232,5236,5246,5252,5274-5275,5278,5292-5294,5297,5309-5310,5317,5320,5323,5325,5330,5333-5334,5337,5367,5371,5381,5391,5407,5420,5423,5454,5470,5496,5524-5526,5530,5534-5535,5538,5552-5553,5564,5568,5590-5592,5596,5635-5636,5638,5644
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins