[Fwd: Re: Outstanding changes that could be integrated to 4.0.1]
Max Carlson <max <at> openlaszlo.org>
2007-05-01 18:26:11 GMT
These should have been sent to laszlo-dev. Sorry about that!
--
Regards,
Max Carlson
OpenLaszlo.org
Please take all of these. The risks are low. It's mostly just doc
content changes, but in 4763 I also inadvertenly included a change to
one of the doctools files; 4764 reverses that.
Thanks,
jrs
>
>
> john:
> 4693 - some clarificaitons about data in SOLO apps
> 4763 - explain how to delete imported library. Resolves 1071
> 4764 - commenting out compilation of examples to dhtml
> 4835 - updating performance tuning chapter. Resolves LPP-990
> 4836 - clarifications about persistent connection manager.
> Resolves LPP-944
>
>
I just realized this should be transacted on laszlo-dev.
On Apr 30, 2007, at 10:33 AM, P T Withington wrote:
> On 2007-04-30, at 13:01 EDT, Max Carlson wrote:
>
>> ptw:
>> 4766 - Migrate 4765 to legals
>> Risk: nil
>> Benefit: Large XML data sets will work correctly in SWF runtime
>> 4815 - Install global error handler
> Risk: low -- only affects DHTML with debugging on
> Benefit: high -- DHTML programs that get an error that is not
> caught by the compiler runtime will get caught by this handler and
> an error message will be printed in the debug console (rather than
> just silently failing).
>
The four sets of changes below are all candidates for integration to 4.0.1
SOAP/RPC for DHTML::
4820 - more of JSON SOAP implementation
4821 - need to fix svn-commit on cygwin.. forgot this one too
4718 - refactor SOAP service into JSON and SWF
4748 - another checkpoint for SOAP/DHTML
4749 - alias escape to encodeURIComponents in swf
4754 - SOAP crap
Benefit: implements most SOAP services for DHTML
Risk: modest, the SWF RPC code was moved to a new package,
might be some untested cases that got broken.
4755 - fix braino
4795 - move definition of encodeURIComponent outside of $debug block
Benefit: fixes URL data encoding bug which will cause data transactions to fail mysteriously in DHTML but work in SWF.
Risks: modest, as it affects data URL encoding in several places
4798-4806 - fix for datapath / <datapath> conflict
Benefit: fixes user-visible confusing inconsistency with use of datapath tag and attribute
Risk: affects the datapath init code at a low level, so may be some corner
case we aren't testing for which will get broken.
4811 - fixup grid example
Benefit: fixes important example
Risk: low , just undeleted a test data file that was inadvertently removed
I sent this in a separate email. Here's a copy
Change 4790 should be moved to 4.0.1. This removes the contact demo (and
the link to it) which doesn't run. However, you must also take change 4811
(Henry's fix to the grid demo because it depends upon the data I deleted).
Risk: low. The demo can't run because the redmond components have been
removed.
>pbr:
>4789-4790 - Remove contacts demo (uses redmond components)