Author: ben
Date: 2007-08-15 14:31:08 -0700 (Wed, 15 Aug 2007)
New Revision: 6069

Modified:
   openlaszlo/branches/wafflecone/
Log:
Blocked revisions 5820,5861,5891,6066-6067 via svnmerge

...............
  r5820 | max | 2007-07-26 17:36:49 -0700 (Thu, 26 Jul 2007) | 26 lines
  
  Change 20070726-maxcarlson-t by [EMAIL PROTECTED] on 2007-07-26 14:55:06 PDT
      in /Users/maxcarlson/openlaszlo/legals-checkin
      for http://svn.openlaszlo.org/openlaszlo/branches/legals
  
  Summary: Fix DHTML embedding to respect passed in values
  
  New Features:
  
  Bugs Fixed: LPP-4046 - DHTML embedding should respect passed in values, 
instead of the canvas values
  
  Technical Reviewer: promanik
  QA Reviewer: jcrowley
  Doc Reviewer: (pending)
  
  Documentation:
  
  Release Notes:
  
  Details: LzSprite.js - Store width, height and bgcolor values passed in for 
use by LaszloCanvas.lzs.
  
  LaszloCanvas.lzs - Allow canvas sprite to overritde width, height and bgcolor
      
  
  Tests: See LPP-4046.
...............
  r5861 | ben | 2007-07-31 10:28:36 -0700 (Tue, 31 Jul 2007) | 99 lines
  
  Blocked revisions 5808,5811,5813 via svnmerge
  
  ................
    r5808 | ben | 2007-07-25 22:14:33 -0700 (Wed, 25 Jul 2007) | 4 lines
    
    Recreating wafflecone from legals at r5746, in order to skip
    a few post-5746 changes to legals.
  ................
    r5811 | ben | 2007-07-25 22:29:41 -0700 (Wed, 25 Jul 2007) | 3 lines
    
    Removed merge tracking for "svnmerge" for 
    http://svn.openlaszlo.org/openlaszlo/branches/legals
  ................
    r5813 | ben | 2007-07-25 22:35:36 -0700 (Wed, 25 Jul 2007) | 83 lines
    
    Blocked revisions 5747,5757,5771 via svnmerge
    
    ........
      r5747 | max | 2007-07-22 21:00:59 -0700 (Sun, 22 Jul 2007) | 28 lines
      
      Change 20070722-maxcarlson-g by [EMAIL PROTECTED] on 2007-07-22 12:13:31 
PDT
          in /Users/maxcarlson/openlaszlo/legals-checkin
          for http://svn.openlaszlo.org/openlaszlo/branches/legals
      
      Summary: Fix inputtext focus and blurring in IE
      
      New Features:
      
      Bugs Fixed: LPP-4244 - Mouse handling busted in R5588 IE7 DHTML
      
      Technical Reviewer: promanik
      QA Reviewer: hminsky
      Doc Reviewer: (pending)
      
      Documentation: 
      
      Release Notes:
      
      Details: LzSprite.js - setWidth/Height() return new width value if 
changed.  Optimize setOpacity.
      
      LzMouseKernel.js - Pass eventname and target into 
LzInputTextSprite.__hideIfNotFocused(), but only when fix_ie_clickable quirk is 
on.  Otherwise, act the same as before.
      
      LzInputTextSprite.js - Add __setglobalclickable() method and call it 
instead of calling __setCSSClassProperty() directly.  Turn global ckickability 
on when mousing out of inputtext, and off again when mousing back over the 
inputtext.  This makes clickable views function they way they should without 
interfering with the inputtext.  setWidth/Height() use values returned from 
LzSprite.setWidth/Height().
          
      
      Tests: ant lztest, LPP-4244 pass.
    ........
      r5757 | max | 2007-07-23 17:07:34 -0700 (Mon, 23 Jul 2007) | 24 lines
      
      Change 20070723-maxcarlson-r by [EMAIL PROTECTED] on 2007-07-23 13:14:59 
PDT
          in /Users/maxcarlson/openlaszlo/legals-checkin
          for http://svn.openlaszlo.org/openlaszlo/branches/legals
      
      Summary: Turn off opacity for opacity == 1, turn off alphaimageloader in 
ie7
      
      New Features:
      
      Bugs Fixed: LPP-4242 - Controls go to disabled state when outer view 
opacity set in R5588 IE7 DHTML
      
      Technical Reviewer: promanik
      QA Reviewer: jcrowley
      Doc Reviewer: (pending)
      
      Documentation:
      
      Release Notes:
      
      Details: LzSprite.js - Separate ie_opacity into its own quirk.  Turn off 
ie_alpha_image_loader and turn on invisible_parent_image_sizing_fix quirks for 
ie 7.  setOpacity(0) hides the div, and setOpacity(1) removes the opacity css 
property.  Fix __findParents for cases where the parent sprite is null.
          
      
      Tests: Fixes initial testcase in LPP-4242.  Also fixes display bug in 
calendar edit panel (select an event and click the (i) button).
    ........
      r5771 | max | 2007-07-24 12:45:25 -0700 (Tue, 24 Jul 2007) | 24 lines
      
      Change 20070724-maxcarlson-G by [EMAIL PROTECTED] on 2007-07-24 11:29:20 
PDT
          in /Users/maxcarlson/openlaszlo/legals-checkin/WEB-INF/lps/lfc
          for 
http://svn.openlaszlo.org/openlaszlo/branches/legals/WEB-INF/lps/lfc
      
      Summary:  Fix memory leaks in IE 7
      
      New Features:
      
      Bugs Fixed:
      
      Technical Reviewer: promanik
      QA Reviewer: jcrowley
      Doc Reviewer: (pending)
      
      Documentation:
      
      Release Notes:
      
      Details: LzSprite.js - More comperhensive destruction of 
non-ie_alphaimageloader images in __destroyImage().  Leave empty hashes for 
LzSprite.prototype.__sprites and LzSprite.prototype._sizedomcache in 
__cleanUpForIE().
          
      
      Tests: Before this test, reloading any application in IE7 would show 
leakage when hitting reload repeatedly in the browser.  I tested with the task 
manager open to watch memory usage.  This change stabilizes image leaks, but 
there may still be some leaks when data is loaded.
    ........
  ................
...............
  r5891 | jcrowley | 2007-08-01 01:07:55 -0700 (Wed, 01 Aug 2007) | 2 lines
  
  This should've been checked in a long time ago along with baseform.lzx, but 
something went wrong.  This was approved in January by Tucker, but somehow this 
file didn't get included in the commit.  Fixing that now.
...............
  r6066 | jcrowley | 2007-08-15 11:38:48 -0700 (Wed, 15 Aug 2007) | 27 lines
  
  Change 20070814-jcrowley-k by [EMAIL PROTECTED] on 2007-08-14 22:59:10 EDT
      in /Users/jcrowley/src/svn/openlaszlo/legals-b
      for http://svn.openlaszlo.org/openlaszlo/branches/legals
  
  Summary: LZPIX window is too big, white border around outside
  
  New Features: 
  
  Bugs Fixed: LPP-3716
  
  Technical Reviewer: pbr
  QA Reviewer: max
  Doc Reviewer: 
  
  Documentation:
  
  Release Notes:
  
  Details: Changed the pointers in the nav to point to the app itself
        (as is the case with all the other demos) instead of to
        the LZPix wrapper page.
  
  Tests: Run Laszlo-Explorer; click "Demos"; click "LZPix; notice the
        absence of the big white rectangle over on the right.
        Repeat in Laszlo-Explorer DHTML.
...............
  r6067 | jcrowley | 2007-08-15 11:40:33 -0700 (Wed, 15 Aug 2007) | 28 lines
  
  Change 20070814-jcrowley-f by [EMAIL PROTECTED] on 2007-08-14 18:04:03 EDT
      in /Users/jcrowley/src/svn/openlaszlo/legals-safe
      for http://svn.openlaszlo.org/openlaszlo/branches/legals
  
  Summary: test-basetabs.lzx reference to undefined variable goldstyle
  
  New Features:
  
  Bugs Fixed: LPP-3998
  
  Technical Reviewer: ben
  QA Reviewer: max
  Doc Reviewer: (pending)
  
  Documentation:
  
  Release Notes:
  
  Details: Fixed the last remaining error message in the test.  (The
        original bug about 'goldstyle' was already fixed, but
        Mamye received some additional errors in the debugger.
        This takes care of the remaining one.  The others were
        the result of the binary libraries transition.)
  
  Tests: Run test/components/lz/test-basetabs.lzx - note an
        absence of error messages in Debugger.
...............



Property changes on: openlaszlo/branches/wafflecone
___________________________________________________________________
Name: svnmerge-blocked
   - /openlaszlo/branches/legals:5747,5757,5771 
/openlaszlo/trunk:3893,3953,4394,4462,4468,4472,5086,5172,5204,5210,5332
   + /openlaszlo/branches/legals:5747,5757,5771,5820,5861,5891,6066-6067 
/openlaszlo/trunk:3893,3953,4394,4462,4468,4472,5086,5172,5204,5210,5332


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to