André Bargull | 1 Nov 13:45
Picon

[Fwd: For Review: Change 20071020-bargull-2 Summary: Two improvements for LzHTTPLoader.js]

Henry, I'm still waiting for your review of this changeset. Any news for me?

- André

-------- Original-Message --------
Subject: 	For Review: Change 20071020-bargull-2 Summary: Two 
improvements for LzHTTPLoader.js
Date: 	Sat, 20 Oct 2007 17:35:58 +0200
From: 	André Bargull <a.bargull <at> intensis.de>
To: 	Henry Minsky <henry.minsky <at> gmail.com>
CC: 	laszlo-dev <at> openlaszlo.org

Change 20071020-bargull-2 by bargull <at> dell--p4--2-53 on 2007-10-20 17:11:11
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Two improvements for LzHTTPLoader

New Features:

Bugs Fixed:
LPP-4945 - Improvements for "LzHTTPLoader.prototype.loadXMLDoc"

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

Documentation:

Release Notes:
(Continue reading)

Henry Minsky | 1 Nov 13:58
Picon

Re: [Fwd: For Review: Change 20071020-bargull-2 Summary: Two improvements for LzHTTPLoader.js]

Sorry, I must have missed that, I'll get back to you today.

On 11/1/07, André Bargull <a.bargull <at> intensis.de > wrote:
Henry, I'm still waiting for your review of this changeset. Any news for me?

- André

-------- Original-Message --------
Subject:        For Review: Change 20071020-bargull-2 Summary: Two
improvements for LzHTTPLoader.js
Date:   Sat, 20 Oct 2007 17:35:58 +0200
From:   André Bargull < a.bargull <at> intensis.de>
To:     Henry Minsky <henry.minsky <at> gmail.com>
CC:     laszlo-dev <at> openlaszlo.org



Change 20071020-bargull-2 by bargull <at> dell--p4--2-53 on 2007-10-20 17:11:11
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Two improvements for LzHTTPLoader

New Features:

Bugs Fixed:
LPP-4945 - Improvements for "LzHTTPLoader.prototype.loadXMLDoc"

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

Documentation:

Release Notes:

Details:
Timeout checking was not removed for erroneous requests in non-proxied
DHTML applications, this is now fixed.
To test this, you need to uncomment the Debug.write statements in
LzHTTPLoader.prototype.removeTimeout and
LzHTTPLoader.__LZcheckXMLHTTPTimeouts. You can see, that erroneous
requests were still checked against timeouts.
Additionally, the try..catch block in
"LzHTTPLoader.prototype.loadXMLDoc" has been shortened, because it was
catching just too much errors. Sounds strange, but the block was solely
added to catch possible errors in Firefox when you read out
XMLHttpRequest.status on a aborted request and just for this error!


Tests:

Files:
M WEB-INF/lps/lfc/kernel/dhtml/LzHTTPLoader.js

Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20071020-bargull-2.tar





--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com

Henry Minsky | 1 Nov 14:09
Picon

Re: [Fwd: For Review: Change 20071020-bargull-2 Summary: Two improvements for LzHTTPLoader.js]

approved!

On 11/1/07, André Bargull <a.bargull <at> intensis.de> wrote:
Henry, I'm still waiting for your review of this changeset. Any news for me?

- André

-------- Original-Message --------
Subject:        For Review: Change 20071020-bargull-2 Summary: Two
improvements for LzHTTPLoader.js
Date:   Sat, 20 Oct 2007 17:35:58 +0200
From:   André Bargull <a.bargull <at> intensis.de>
To:     Henry Minsky < henry.minsky <at> gmail.com>
CC:     laszlo-dev <at> openlaszlo.org



Change 20071020-bargull-2 by bargull <at> dell--p4--2-53 on 2007-10-20 17:11:11
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Two improvements for LzHTTPLoader

New Features:

Bugs Fixed:
LPP-4945 - Improvements for " LzHTTPLoader.prototype.loadXMLDoc"

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

Documentation:

Release Notes:

Details:
Timeout checking was not removed for erroneous requests in non-proxied
DHTML applications, this is now fixed.
To test this, you need to uncomment the Debug.write statements in
LzHTTPLoader.prototype.removeTimeout and
LzHTTPLoader.__LZcheckXMLHTTPTimeouts. You can see, that erroneous
requests were still checked against timeouts.
Additionally, the try..catch block in
"LzHTTPLoader.prototype.loadXMLDoc" has been shortened, because it was
catching just too much errors. Sounds strange, but the block was solely
added to catch possible errors in Firefox when you read out
XMLHttpRequest.status on a aborted request and just for this error!


Tests:

Files:
M WEB-INF/lps/lfc/kernel/dhtml/LzHTTPLoader.js

Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20071020-bargull-2.tar





--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com

Henry Minsky | 1 Nov 14:37
Picon

Re: LzCanvas API disappearances: build, embedfonts, expires, libraries, maxtextheight, maxtextwidth



On 10/31/07, Benjamin Shine <ben <at> laszlosystems.com> wrote:

I continue to track down differences between the 3.4 doc and the 4.1
doc. Today I'm interested in several attributes that appear in the
3.4 reference for LzCanvas, but are not in the 4.1 reference for
LzCanvas.


 

LPP-5009: Setting the embedfonts attribute of canvas doesn't cause a
compilation warning or error, but "embedfonts" is not present in
LaszloCanvas.lzs. Is the API gone, or is the validator confused?
Surely this should be an error, at least in DHTML.
<canvas embedfonts="true"> </canvas>


I totally forget the details of how it's supposed to work, but the compiler looks at the embedfonts flag when deciding whether to bake fonts into the app. So it
is quite possible nothing in the runtime looks at that flag.

LPP-5008: API change from 3.4 to 4.1: canvas.build gone (seems to
have been replaced with canvas.lpsbuild)


Finally -- these three attributes are documented in the 3.4
reference, but not found in the 4.1 source. Are they a changed API?
LzCanvas.libraries

 

LzCanvas.maxtextheight
LzCanvas.maxtextwidth


Those last two are obsolete, they were needed as hints to the compiler because of
Flash 5 limitations on how runtime text could be dimensioned.



-- these are covered by the omnibus LPP-4972: Elements in LzCanvas
class attribute lists in 3.4 and 4.1 refguides don't match

-ben







--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com

Henry Minsky | 1 Nov 17:17
Picon

For Review: Change 20071101-hqm-8 Summary: fix spurious compiler warning on instance method declaration

Change 20071101-hqm-8 by hqm <at> IBM-2E06404CB67 on 2007-11-01 12:08:42 EDT
    in /cygdrive/c/users/hqm/openlaszlo/trunk2
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary:  fix spurious compiler warning on instance method declaration

New Features:

Bugs Fixed: LPP-5003

Technical Reviewer: jcrowley
QA Reviewer: pkang
Doc Reviewer:

Documentation:

Release Notes:

Details:

Compiling a method on an Instance requires a different check than when
compiling
a class.

Tests:

from bug test case source
smokecheck
amazon
webtop/lzmail client

Files:

M      WEB-INF/lps/server/src/org/openlaszlo/compiler/ViewSchema.java
M      WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071101-hqm-8.tar

--

-- 
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com

J Crowley | 1 Nov 18:21
Favicon

Re: For Review: Change 20071101-hqm-8 Summary: fix spurious compiler warning on instance method declaration

Approved!  Thanks, Henry.

On Nov 1, 2007, at 12:17 PM, Henry Minsky wrote:

> Change 20071101-hqm-8 by hqm <at> IBM-2E06404CB67 on 2007-11-01 12:08:42  
> EDT
>    in /cygdrive/c/users/hqm/openlaszlo/trunk2
>    for http://svn.openlaszlo.org/openlaszlo/trunk
>
> Summary:  fix spurious compiler warning on instance method declaration
>
> New Features:
>
> Bugs Fixed: LPP-5003
>
> Technical Reviewer: jcrowley
> QA Reviewer: pkang
> Doc Reviewer:
>
> Documentation:
>
> Release Notes:
>
> Details:
>
>
> Compiling a method on an Instance requires a different check than when
> compiling
> a class.
>
> Tests:
>
> from bug test case source
> smokecheck
> amazon
> webtop/lzmail client
>
>
>
> Files:
>
> M      WEB-INF/lps/server/src/org/openlaszlo/compiler/ViewSchema.java
> M      WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java
>
> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071101-hqm-8.tar
>
>
> -- 
> Henry Minsky
> Software Architect
> hminsky <at> laszlosystems.com

André Bargull | 1 Nov 19:50
Picon

LzUnit and IE6

I wanted to run smoketest in trunk under DHTML-IE6, but I got several 
errors, i.e. test this app:

<canvas debug="true" >
  <include href="lzunit"/>

  <TestSuite>
    <TestCase>
      <method name="testFailure">
        assertTrue(false);//expected to fail
      </method>
    </TestCase>
  </TestSuite>

</canvas>

It won't run under IE6 (at least for me), because "TestFailure" and 
"TestError" (defined in lzunit.lzx) are "undefined" in IE6 (FF2 works 
without a problem). Any clues?

- André

J Crowley | 1 Nov 20:07
Favicon

For Review: Change 20071101-jcrowley-4 Summary: Laszlo Explorer, incorrect text (Also, updated the

Change 20071101-jcrowley-4 by jcrowley <at> DoctorManhattan.mshome.net on  
2007-11-01 14:42:26 EDT
     in /Users/jcrowley/src/svn/openlaszlo/wafflecone
     for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Laszlo Explorer, incorrect text  (Also, updated the
	version references to "4.0.7".)

New Features:

Bugs Fixed: LPP-4906 - Laszlo Explorer, incorrect text

Technical Reviewer: ptw
QA Reviewer: sosullivan
Doc Reviewer:

Documentation:

Release Notes:

Details: Changed the phrase:
	Support for applications to DHTML remains at "beta" level
  to:
	Support for DHTML applications remains at a "beta" level

(The "to" was missing a preceding verb.  I also considered changing
	"to" to "in", but this seemed more succinct/etc.)

Also updated every instance of "4.0.6" to read "4.0.7".

Tests: Run laszlo-explorer in wafflecone.

Files:
M      laszlo-explorer/coverpages/welcome/index.html

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071101-jcrowley-4.tar

P T Withington | 1 Nov 20:22
Favicon

Flash player updated for Leopard, Flash-dependent nerds rejoice

[Flash player updated for Leopard, Flash-dependent nerds
rejoice](http://arstechnica.com/journals/apple.ars/2007/11/01/flash-player-updated-for-leopard-flash-dependent-nerds-rejoice 
)

Benjamin Shine | 1 Nov 21:22
Favicon

For Review: Change 20071101-ben-I Summary: Update laszlo explorer welcome page to say 4.0.7 not 4.0.6

Change 20071101-ben-I by ben <at> slim.local on 2007-11-01 13:21:16 PDT
     in /Users/ben/src/svn/openlaszlo/branches/wafflecone
     for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Update laszlo explorer welcome page to say 4.0.7 not 4.0.6

Technical Reviewer: none

Documentation:
Laszlo Explorer welcome page should say 4.0.6, not 4.0.7.

Files:
M      laszlo-explorer/coverpages/welcome/index.html

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071101-ben- 
I.tar


Gmane