Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 17155  Next ›
17155 31.07.2010 10:08:44, by svnbuild
'automated build tagging by the nightly build script'
17154 30.07.2010 21:30:10, by pbr
(Note: dojo 1.5 is now out and I changed the loadpath to point to 1.5)

Change 20100729-philip-zf0 by philip@PHILIP-I7 on 2010-07-29 19:48:32 EDT
in /cygdrive/c/clients/laszlo/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix layout of editor and buttons within the rte component.

New Features:

Bugs Fixed: LPP-9252

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

Documentation:

Release Notes:

Overview:


Details:
lps/components/extensions/rte.lzx
- If an image button uses a relative path, make it absolute to it works properly in an iframe.

lps/includes/rtewrapper.html
- Use dijit.layout to control the size of the editor and button div.

lps/includes/source/rtemanager.js
- Load dijit.layout components to autosize the editor and button div.
- Use AlwaysShowToolbar plugin so editor height is properly sized.
- resize layout when a button is added/removed or the editor is created.

examples/extensions/rte.lzx
- Size rte component to the size of the window.
- Use relative path to image (is patched by rte component)


Tests:

http://localhost:8080/trunk/examples/extensions/rte.lzx

The editor and buttons now size properly to the window size. The scrollbar now appears at the proper time.


Files:
M lps/components/extensions/rte.lzx
M lps/includes/rtewrapper.html
M lps/includes/source/rtemanager.js
M examples/extensions/rte.lzx


Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20100729-philip-zf0.tar
17153 30.07.2010 21:01:34, by bargull
importing patch 20100730-bargull-NCH for review
17152 30.07.2010 14:33:33, by bargull
Change 20100730-bargull-xbG by bargull@Bargull02 on 2010-07-30 11:15:54
in /home/anba/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: don't clobber for-loop variable in getServerRoot()

New Features:

Bugs Fixed: LPP-9253 (dead loop in embed-compressed.js at line #109)

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

Documentation:

Release Notes:

Overview:


Details:
Simply renamed second "i" to "j"


Tests:
visual inspection
17151 30.07.2010 14:17:19, by ptw
Create tags/4.8.1 from branches/4.8@17145
17150 30.07.2010 11:19:22, by bargull
importing patch 20100730-bargull-xbG for review
17149 30.07.2010 10:08:25, by svnbuild
'automated build tagging by the nightly build script'
17148 30.07.2010 03:30:41, by max
importing patch 20100729-maxcarlson-F for review
17147 30.07.2010 01:57:13, by pbr
importing patch 20100729-philip-zf0 for review
17146 29.07.2010 21:41:30, by svnbuild
'automated build tagging by the nightly build script'
17145 29.07.2010 21:31:19, by ptw
Change 20100729-ptw-u by ptw@padme.westell.com on 2010-07-29 15:30:53 EDT
in /Users/ptw/OpenLaszlo/4.8
for http://svn.openlaszlo.org/openlaszlo/branches/4.8

Summary: Set production release
17144 29.07.2010 21:27:49, by ptw
Merged revisions 17057 via svnmerge from
http://svn.openlaszlo.org/openlaszlo/trunk

........
r17057 | hqm | 2010-07-22 07:24:04 -0400 (Thu, 22 Jul 2010) | 39 lines

Change 20100721-hqm-m by hqm@new-host-5.home on 2010-07-21 23:39:51 EDT
in /Users/hqm/openlaszlo/trunk3
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix for " swf10 compiler errors not reported properly by LPS servlet"

New Features:

Bugs Fixed: LPP-9223

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

Documentation:

Release Notes:

Overview:

SWF9External.java: the error collector class is not keeping track of the error
object is creates in some cases


Details:


Tests:

test case from bug report now reports proper error the dev console when compiling
via browser/servlet

When compiling the attached test case, with lzr=swf10, you should see this error in the browser

The application could not be compiled due to the following errors:
Compilation Errors
org.openlaszlo.sc.CompilerError: choke.lzx: 3: Error: The attribute final can only be used on a method defined in a class, in line: public static final function foo () {}
........
17143 29.07.2010 20:53:26, by max
importing patch 20100729-maxcarlson-i for review
17142 29.07.2010 10:08:43, by svnbuild
'automated build tagging by the nightly build script'
17141 29.07.2010 07:20:38, by hqm
Change 20100728-hqm-R by hqm@new-host.home on 2010-07-28 23:09:24 EDT
in /Users/hqm/openlaszlo/trunk3
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: compiling snippets in swf10 fails in some cases

New Features:

Bugs Fixed: LPP-9248

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

Documentation:

Release Notes:

Overview:

Recently code was added to delete 'unknown' .as files from the as3 tmp
working dir when compiling in "incremental mode".

However the ImportCompiler also uses incremental mode, expecting that
when it compiles each loadable library, they will be able to link
against the classes from the main app. So we can't scrub the working
directory in that case before each library is compiled.

Details:

Changed to SWF9External.compileTranslationUnits() to skip deleting
unknown .as files when compiling in SNIPPET mode.

Tests:

compile test case in snippets test dir for swf10

cd test/snippets
lzc --runtime=swf10 import-component.lzx

should compile with no errors
17140 29.07.2010 05:21:33, by hqm
importing patch 20100728-hqm-R for review
17139 29.07.2010 03:11:07, by max
Change 20100728-maxcarlson-c by maxcarlson@friendly on 2010-07-28 14:47:19 PDT
in /Users/maxcarlson/openlaszlo/trunk2
for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Break iframemanager.js out into a separate include

Bugs Fixed: LPP-9245 - Break up embedding JS includes (partial)

Technical Reviewer: promanik
QA Reviewer: hminsky

Details: DeploySOLO*, solo-* - Add iframemanager.js

html.lzx - Add swf proxy method for __createcallback(), called when iframemanager is loaded and has an id. Store a reference to the owner in create().

rte.lzx - Fix a couple of bad callJavascript() calls

embednew - Shorten lookups. Move __dhtmlLoadLibrary() to public API loadJSLib(), improve to avoid loading the same URL more than once. Add jsloaded hashtable that can be used to tell the status of a .js loaded with loadJSLib(). getServerRoot() caches lookup value.

embed-library - Replace iframemanager with iframemanagerstub.

iframemanagerstub - Add stub create() method that captures all arguments, loads iframemanager.js, then creates the iframes and calls back into the LZX to let the <html/> continue initializing.

iframemanager - Update __gotload() to provide inital load notification so setHTML() can be called. Clean up __destroy() so it won't fail for DHTML-specific calls.

build.xml - Add separate build target for iframemanager.js.

Tests: examples/extensions/html.lzx and examples/extensions/rte.lzx run as before.
17138 29.07.2010 03:10:54, by max
updating patch 20100728-maxcarlson-c for review
17137 29.07.2010 03:10:52, by max
remove patch 20100728-maxcarlson-c
17136 29.07.2010 01:38:20, by max
importing patch 20100728-maxcarlson-c for review
1 2 3 4 5 6 7 8 9 10 Next