flex-blazeds git commit: Updated the README to indicate the correct minimum required Java version

2015-11-09 Thread erikdebruin
Repository: flex-blazeds Updated Branches: refs/heads/develop e6cb4dee0 -> a70bb51d3 Updated the README to indicate the correct minimum required Java version Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - "Fix" Mustella jenkins script

2015-09-30 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/develop 0bb17072e -> 2da2d643a "Fix" Mustella jenkins script Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - Added support for FP 18, 19 and 20

2015-09-29 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/develop f661863d5 -> 0bb17072e Added support for FP 18, 19 and 20 Mustella noticed that these higher versions weren't associated with a SWF version yet... Signed-off-by: Erik de Bruin Project:

git commit: [flex-asjs] [refs/heads/develop] - Change the template to hold the required variables, not those copied from the Flex SDK

2015-09-27 Thread erikdebruin
Repository: flex-asjs Updated Branches: refs/heads/develop 0bbba3e58 -> 28c5972bb Change the template to hold the required variables, not those copied from the Flex SDK Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - Update jenkins script with new FP versions

2015-09-25 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/develop 636859085 -> 145743606 Update jenkins script with new FP versions The LTS version was bumped from 13 to 18 by Adobe: http://blogs.adobe.com/flashplayer/2015/05/upcoming-changes-to-flash-players-extended-support-release-2.html And

[1/2] git commit: [flex-falcon] [refs/heads/develop] - Formatted with 'FalconJXFormat.xml'

2015-07-02 Thread erikdebruin
FLEXJS_OUTPUT_DIR_NAME = bin; @@ -97,13 +96,12 @@ public class MXMLFlexJSPublisher extends JSGoogPublisher implements public File getOutputFolder() { // (erikdebruin) - If there is a -marmotinni switch, we want -// the output redirected to the directory it specifies

[2/2] git commit: [flex-falcon] [refs/heads/develop] - GCC and externs: add the 'externs.js' files to the SWCs; tell GCC to use those to prevent renaming

2015-07-02 Thread erikdebruin
= project.getLibraries(); + +// (erikdebruin) We don't want to forget that we need to tell the GCC +// about them fancy externs we've been working so hard on +for (ISWC swc : swcs) +{ +String srcName = swc.getSWCFile().getName().replace(.swc, .js

[4/5] git commit: [flex-falcon] [refs/heads/develop] - Fix uncaught exception

2015-07-01 Thread erikdebruin
Fix uncaught exception Found this one while trying to compile a modified version of Fred's JQuery externs example. I know next to nothing about Falcon, so if more enlightened folks can trace this back to the root cause, that would be lovely :-) Signed-off-by: Erik de Bruin e...@ixsoftware.nl

[1/5] git commit: [flex-falcon] [refs/heads/develop] - Fix NPE

2015-07-01 Thread erikdebruin
Repository: flex-falcon Updated Branches: refs/heads/develop 7ad42479d - e7cc6f5ed Fix NPE If '-output' is left out of the cli arguments, and no '-load-config' is specified, an uncaught NPE was thrown Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project:

[5/5] git commit: [flex-falcon] [refs/heads/develop] - In FlexJS 'const' declarations weren't getting emitted as with a 'var' keyword

2015-07-01 Thread erikdebruin
In FlexJS 'const' declarations weren't getting emitted as with a 'var' keyword Omitting keywords, especially when running in strict mode, won't work out well. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

[2/5] git commit: [flex-falcon] [refs/heads/develop] - Revert Fix NPE

2015-07-01 Thread erikdebruin
Revert Fix NPE This reverts commit 49fee9146f9095f8bb5098de4f742508ca5a13d0. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/185c3776 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/185c3776 Diff:

[3/5] git commit: [flex-falcon] [refs/heads/develop] - Fix NPE

2015-07-01 Thread erikdebruin
Fix NPE This time such that the diff looks nicer ;-) Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/099263d4 Tree:

[4/5] git commit: [flex-falcon] [refs/heads/develop] - Bypass FlexJS' new underscored namespace convention

2015-05-31 Thread erikdebruin
Bypass FlexJS' new underscored namespace convention Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/a388b191 Tree:

[5/5] git commit: [flex-falcon] [refs/heads/develop] - Quick commit to keep get everything in the repo before Mike goes wild

2015-05-31 Thread erikdebruin
{ // ToDo (erikdebruin): properly handle E4X -write(ASEmitterTokens.THIS); -write(ASEmitterTokens.MEMBER_ACCESS); getWalker().walk(node.getLeftOperandNode()); write

[3/5] git commit: [flex-falcon] [refs/heads/develop] - Raise visibility to allow sub class to call from @override method

2015-05-31 Thread erikdebruin
Raise visibility to allow sub class to call from @override method Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/33961df1 Tree:

[1/5] git commit: [flex-falcon] [refs/heads/develop] - Make comment more distinct

2015-05-31 Thread erikdebruin
Repository: flex-falcon Updated Branches: refs/heads/develop e3548616e - 2b06e1e9f Make comment more distinct Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

[2/5] git commit: [flex-falcon] [refs/heads/develop] - Add null check

2015-05-31 Thread erikdebruin
Add null check Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/06cbaf4a Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/06cbaf4a Diff:

Git Push Summary

2015-05-31 Thread erikdebruin
Repository: flex-falcon Updated Branches: refs/heads/vf2js [created] 2b06e1e9f

[2/5] git commit: [flex-falcon] [refs/heads/develop] - Revert Add null check

2015-05-31 Thread erikdebruin
Revert Add null check This reverts commit 06cbaf4a4b6a953c34f253fedcb97f64fc7f23ee. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/27b6d989 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/27b6d989

[3/5] git commit: [flex-falcon] [refs/heads/develop] - Revert Raise visibility to allow sub class to call from @override method

2015-05-31 Thread erikdebruin
Revert Raise visibility to allow sub class to call from @override method This reverts commit 33961df15ff123b4af57883069b6124f3acbb02d. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/08846bed Tree:

[1/5] git commit: [flex-falcon] [refs/heads/develop] - Revert Quick commit to keep get everything in the repo before Mike goes wild

2015-05-31 Thread erikdebruin
+1359,8 @@ public class JSVF2JSEmitter extends JSGoogEmitter implements IJSVF2JSEmitter { // ToDo (erikdebruin): properly handle E4X +write(ASEmitterTokens.THIS); +write

[4/5] git commit: [flex-falcon] [refs/heads/develop] - Revert Make comment more distinct

2015-05-31 Thread erikdebruin
Revert Make comment more distinct This reverts commit 9b95414ba99eca4bb0401a906414635e240fc2aa. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/39b63cf7 Tree:

[5/5] git commit: [flex-falcon] [refs/heads/develop] - Revert Bypass FlexJS' new underscored namespace convention

2015-05-31 Thread erikdebruin
Revert Bypass FlexJS' new underscored namespace convention This reverts commit a388b191544e7fee7d999b0301d2e4a0b8f1f939. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/2d0adbb1 Tree:

[2/3] git commit: [flex-asjs] [refs/heads/develop] - Revert SCRIPT_HOME path had extra slash

2015-05-13 Thread erikdebruin
Revert SCRIPT_HOME path had extra slash This reverts commit cfa4c2309cae36f8df65262cb762117241eef880. Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e9be91b7 Tree:

[1/3] git commit: [flex-asjs] [refs/heads/develop] - SCRIPT_HOME path had extra slash

2015-05-13 Thread erikdebruin
Repository: flex-asjs Updated Branches: refs/heads/develop 6f3ce1aab - b0aec1322 SCRIPT_HOME path had extra slash Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/cfa4c230 Tree:

[3/3] git commit: [flex-asjs] [refs/heads/develop] - Revert Revert SCRIPT_HOME path had extra slash

2015-05-13 Thread erikdebruin
Revert Revert SCRIPT_HOME path had extra slash This reverts commit e9be91b7be0a4125fe68b3b62f98ce69b6baecc5. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b0aec132 Tree:

svn commit: r1671828 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2015-04-07 Thread erikdebruin
Author: erikdebruin Date: Tue Apr 7 12:13:28 2015 New Revision: 1671828 URL: http://svn.apache.org/r1671828 Log: Update Apache Flex Installer config ‘latest version’ to 4.14.1 Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Modified: flex/site/trunk/content

svn commit: r946646 - in /websites/production/flex: cgi-bin/ content/

2015-04-07 Thread erikdebruin
Author: erikdebruin Date: Tue Apr 7 12:14:02 2015 New Revision: 946646 Log: Publishing svnmucc operation to flex site by erikdebruin Added: websites/production/flex/cgi-bin/ - copied from r946645, websites/staging/flex/trunk/cgi-bin/ websites/production/flex/content

[2/2] git commit: [flex-sdk] [refs/heads/develop] - Tests for FLEX-34753

2015-04-04 Thread erikdebruin
Tests for FLEX-34753 Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b2e06b59 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/b2e06b59 Diff:

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34753 - Returning strongly typed object in Promise fails (Aleksey and Andrey Gorbatov)

2015-04-04 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/develop 151c6fa1e - b2e06b599 FLEX-34753 - Returning strongly typed object in Promise fails (Aleksey and Andrey Gorbatov) Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - Fix test for FLEX-34753

2015-04-04 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/develop eb819a159 - 34bae8282 Fix test for FLEX-34753 Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/34bae828 Tree:

git commit: [flex-sdk] [refs/heads/release4.14.1] - Handle URL encode and decode

2015-03-30 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/release4.14.1 120d9c8db - 695151d4d Handle URL encode and decode Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/695151d4 Tree:

[41/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34424 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedAppli

2015-03-30 Thread erikdebruin
FLEX-34424 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication, so I changed how uncaught client errors are captured to reflect this. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[35/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34119 moving the unit test to where it can be executed part of 'ant test'

2015-03-30 Thread erikdebruin
FLEX-34119 moving the unit test to where it can be executed part of 'ant test' Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2b4d9dff Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2b4d9dff Diff:

[48/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Fix minor version number issue

2015-03-30 Thread erikdebruin
Fix minor version number issue Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/120d9c8d Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/120d9c8d Diff:

[27/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/media/FontTranscoder.java -- diff --git a/modules/compiler/src/java/flex2/compiler/media/FontTranscoder.java

[30/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/asc/src/java/macromedia/abc/Optimizer.java -- diff --git a/modules/asc/src/java/macromedia/abc/Optimizer.java

[29/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/asc/src/java/macromedia/asc/parser/VariableBindingNode.java -- diff --git a/modules/asc/src/java/macromedia/asc/parser/VariableBindingNode.java

[28/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/as3/binding/PrefixedPrettyPrinter.java -- diff --git

[46/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34119 this unit test is blocking FlexUnit, so I'm moving it back (temporarily) to prevent it from being executed in the flex-sdk_test

2015-03-30 Thread erikdebruin
FLEX-34119 this unit test is blocking FlexUnit, so I'm moving it back (temporarily) to prevent it from being executed in the flex-sdk_test job until we find a solution for the stack overflow. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[47/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Updated with FP 17 mention and corrected whitespace (for consistency)

2015-03-30 Thread erikdebruin
Updated with FP 17 mention and corrected whitespace (for consistency) Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d52e19ff Tree:

[31/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
Remove @author tags Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3ddcfee1 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3ddcfee1 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/3ddcfee1

[24/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TabNode.java -- diff --git a/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/richtext/TabNode.java

[50/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Merge branch 'release4.14.1'

2015-03-30 Thread erikdebruin
Merge branch 'release4.14.1' Signed-off-by: Erik de Bruin e...@ixsoftware.nl Conflicts: apache-flex-sdk-installer-config.xml build.properties flex-sdk-description.xml frameworks/build.xml frameworks/projects/advancedgrids/src/mx/core/Version.as

[38/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34778 moved the test to where it can be executed via 'ant test'

2015-03-30 Thread erikdebruin
FLEX-34778 moved the test to where it can be executed via 'ant test' Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/eded6401 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/eded6401 Diff:

[44/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34775 moved the unit test where it can be run by 'ant test'.

2015-03-30 Thread erikdebruin
FLEX-34775 moved the unit test where it can be run by 'ant test'. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/08992163 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/08992163 Diff:

[45/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34119 Running the over 10, 000 parameterized tests in the ant test runner takes over an hour! (On my computer it only takes a bit abov

2015-03-30 Thread erikdebruin
FLEX-34119 Running the over 10,000 parameterized tests in the ant test runner takes over an hour! (On my computer it only takes a bit above three minutes.) I'm ignoring this for now. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[43/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34458 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedAppli

2015-03-30 Thread erikdebruin
FLEX-34458 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication, so I changed how uncaught client errors are captured to reflect this. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

svn commit: r8472 [2/3] - in /release/flex/4.14.1: ./ binaries/ docs/

2015-03-30 Thread erikdebruin
Added: release/flex/4.14.1/RELEASE_NOTES == --- release/flex/4.14.1/RELEASE_NOTES (added) +++ release/flex/4.14.1/RELEASE_NOTES Mon Mar 30 09:22:41 2015 @@ -0,0 +1,1116 @@ +Apache Flex 4.14.1 +== + +New

svn commit: r8472 [3/3] - in /release/flex/4.14.1: ./ binaries/ docs/

2015-03-30 Thread erikdebruin
Added: release/flex/4.14.1/binaries/apache-flex-sdk-installer-config.xml == --- release/flex/4.14.1/binaries/apache-flex-sdk-installer-config.xml (added) +++

svn commit: r8472 [1/3] - in /release/flex/4.14.1: ./ binaries/ docs/

2015-03-30 Thread erikdebruin
Author: erikdebruin Date: Mon Mar 30 09:22:41 2015 New Revision: 8472 Log: Commit Apache Flex SDK release (4.14.1) Added: release/flex/4.14.1/ release/flex/4.14.1/README release/flex/4.14.1/RELEASE_NOTES release/flex/4.14.1/apache-flex-sdk-4.14.1-src.tar.gz (with props

svn commit: r1670027 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2015-03-30 Thread erikdebruin
Author: erikdebruin Date: Mon Mar 30 09:43:44 2015 New Revision: 1670027 URL: http://svn.apache.org/r1670027 Log: Update Apache Flex Installer config to SDK version 4.14.1 Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Modified: flex/site/trunk/content/installer

Git Push Summary

2015-03-30 Thread erikdebruin
Repository: flex-sdk Updated Tags: refs/tags/apache-flex-sdk-4.14.1 [created] 8a03ba876 refs/tags/apache-flex-sdk-4.14.1RC2 [created] d346da296

[25/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/debugger/src/java/flash/tools/debugger/DebuggerLocalizer.java -- diff --git a/modules/debugger/src/java/flash/tools/debugger/DebuggerLocalizer.java

[13/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Fix for https://issues.apache.org/jira/browse/FLEX-34806 Don't set global fontFamily to RobotoRegular since that causes embedCFF related wa

2015-03-30 Thread erikdebruin
Fix for https://issues.apache.org/jira/browse/FLEX-34806 Don't set global fontFamily to RobotoRegular since that causes embedCFF related warnings. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/bd304b6e Tree:

[32/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34778 CAUSE: When a node is opened, HierarchicalCollectionView starts to listen to changes to its children collection. And when it's c

2015-03-30 Thread erikdebruin
FLEX-34778 CAUSE: When a node is opened, HierarchicalCollectionView starts to listen to changes to its children collection. And when it's closed, it doesn't stop listening to these CollectionEvents. So when a closed node's child is replaced, nestedCollectionChangeHandler is triggered, even if

[33/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34778 Adding a unit test which verifies that replacements in the HierarchicalCollectionView work as expected in various circumstances,

2015-03-30 Thread erikdebruin
FLEX-34778 Adding a unit test which verifies that replacements in the HierarchicalCollectionView work as expected in various circumstances, so that a fix for this bug can be made knowing that we're not breaking something else. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo

[42/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34456 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedAppli

2015-03-30 Thread erikdebruin
FLEX-34456 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication, so I changed how uncaught client errors are captured to reflect this. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[23/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/swfutils/src/java/flash/swf/actions/Push.java -- diff --git a/modules/swfutils/src/java/flash/swf/actions/Push.java

[05/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Created stubs for release information

2015-03-30 Thread erikdebruin
Created stubs for release information Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a5e0ea93 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/a5e0ea93 Diff:

[08/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Add contributors list for 4.14.1

2015-03-30 Thread erikdebruin
Add contributors list for 4.14.1 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/09405e02 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/09405e02 Diff:

[17/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - added support for FP 17

2015-03-30 Thread erikdebruin
added support for FP 17 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/59462c97 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/59462c97 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/59462c97

[49/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Handle URL encode and decode

2015-03-30 Thread erikdebruin
Handle URL encode and decode Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/695151d4 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/695151d4 Diff:

[03/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Merge branch 'patch-2' of https://github.com/kevinGodell/flex-sdk into develop

2015-03-30 Thread erikdebruin
Merge branch 'patch-2' of https://github.com/kevinGodell/flex-sdk into develop Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7cef57b7 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7cef57b7 Diff:

[37/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34119 our test runner seems to be an Application, rather than WindowedApplication. Now the unit test reflects that.

2015-03-30 Thread erikdebruin
FLEX-34119 our test runner seems to be an Application, rather than WindowedApplication. Now the unit test reflects that. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/dabf7cc6 Tree:

[22/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/swfutils/test/java/flash/swf/tags/DoActionTest.java -- diff --git a/modules/swfutils/test/java/flash/swf/tags/DoActionTest.java

[34/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34778 running the unit tests as part of 'ant test' now, which implied moving them to frameworks/projects/advancedgrids/tests and chang

2015-03-30 Thread erikdebruin
FLEX-34778 running the unit tests as part of 'ant test' now, which implied moving them to frameworks/projects/advancedgrids/tests and changing the build scripts to allow test execution in the advancedgrids project. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[14/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Update RELEASE_NOTES

2015-03-30 Thread erikdebruin
Update RELEASE_NOTES Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ca09ca9b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/ca09ca9b Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/ca09ca9b

[21/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - add missing bug to release notes

2015-03-30 Thread erikdebruin
add missing bug to release notes Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/04bc3af9 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/04bc3af9 Diff:

[07/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Update some more version numbers

2015-03-30 Thread erikdebruin
Update some more version numbers These numbers are 'dynamic' (generated during a build), but they also are under version control, hence this weird update ;-) Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[26/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Remove @author tags

2015-03-30 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ddcfee1/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java -- diff --git a/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java

[40/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34440 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedAppli

2015-03-30 Thread erikdebruin
FLEX-34440 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication, so I changed how uncaught client errors are captured to reflect this. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[02/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - FLEX-34778 Adding a unit test to reproduce the bug.

2015-03-30 Thread erikdebruin
FLEX-34778 Adding a unit test to reproduce the bug. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8ba3731e Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8ba3731e Diff:

[06/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Updated version numbers

2015-03-30 Thread erikdebruin
Updated version numbers Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/566d5ccc Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/566d5ccc Diff:

[15/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Added support for FP/AIR 17 and 17 beta

2015-03-30 Thread erikdebruin
() then FLASH_VERSION=11.1 else -FLASH_VERSION=16.0 +FLASH_VERSION=17.0 fi fi if [ ${latest} = Y ] then - FLASH_VERSION=16.0 + FLASH_VERSION=17.0 fi -# (erikdebruin) How does this work if the beta

[04/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Update version to 4.14.1

2015-03-30 Thread erikdebruin
Update version to 4.14.1 Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2edd2c4c Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2edd2c4c Diff:

[10/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Fix for https://issues.apache.org/jira/browse/FLEX-34772 Add 'padding' property

2015-03-30 Thread erikdebruin
Fix for https://issues.apache.org/jira/browse/FLEX-34772 Add 'padding' property Signed-off-by: OmPrakash Muppirala bigosma...@gmail.com Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/94437f9d Tree:

svn commit: r945603 - in /websites/production/flex: cgi-bin/ content/

2015-03-30 Thread erikdebruin
Author: erikdebruin Date: Mon Mar 30 09:53:31 2015 New Revision: 945603 Log: Publishing svnmucc operation to flex site by erikdebruin Added: websites/production/flex/cgi-bin/ - copied from r945602, websites/staging/flex/trunk/cgi-bin/ websites/production/flex/content

Git Push Summary

2015-03-24 Thread erikdebruin
Repository: flex-tlf Updated Tags: refs/tags/apache-flex-sdk-14.4.0RC2 [created] 3520dbf9f refs/tags/apache-flex-sdk-4.14.0RC2 [created] 8d2cbd6aa refs/tags/apache-flex-sdk-4.14.1RC1 [created] 7f3c77505

Git Push Summary

2015-03-24 Thread erikdebruin
Repository: flex-blazeds Updated Tags: refs/tags/apache-flex-sdk-14.4.0RC2 [created] 5f9d48899 refs/tags/apache-flex-sdk-4.14.0RC2 [created] f1088ad5c refs/tags/apache-flex-sdk-4.14.1RC1 [created] 9a8a3ed2d

svn commit: r944744 - in /websites/production/flex: cgi-bin/ content/

2015-03-23 Thread erikdebruin
Author: erikdebruin Date: Mon Mar 23 09:36:46 2015 New Revision: 944744 Log: Publishing svnmucc operation to flex site by erikdebruin Added: websites/production/flex/cgi-bin/ - copied from r944743, websites/staging/flex/trunk/cgi-bin/ websites/production/flex/content

svn commit: r1668577 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2015-03-23 Thread erikdebruin
Author: erikdebruin Date: Mon Mar 23 09:36:05 2015 New Revision: 1668577 URL: http://svn.apache.org/r1668577 Log: Update Apache Flex Installer config to allow for SDK 4.14.1 RC1 installation Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Modified: flex/site/trunk

Git Push Summary

2015-03-23 Thread erikdebruin
Repository: flex-sdk Updated Tags: refs/tags/apache-flex-sdk-4.14.1RC1 [created] 31676c346

svn commit: r8385 [2/3] - in /dev/flex/sdk/4.14.1: ./ rc1/ rc1/binaries/ rc1/docs/

2015-03-23 Thread erikdebruin
Added: dev/flex/sdk/4.14.1/rc1/RELEASE_NOTES == --- dev/flex/sdk/4.14.1/rc1/RELEASE_NOTES (added) +++ dev/flex/sdk/4.14.1/rc1/RELEASE_NOTES Mon Mar 23 09:43:34 2015 @@ -0,0 +1,1116 @@ +Apache Flex 4.14.1

svn commit: r8385 [3/3] - in /dev/flex/sdk/4.14.1: ./ rc1/ rc1/binaries/ rc1/docs/

2015-03-23 Thread erikdebruin
Added: dev/flex/sdk/4.14.1/rc1/binaries/apache-flex-sdk-installer-config.xml == --- dev/flex/sdk/4.14.1/rc1/binaries/apache-flex-sdk-installer-config.xml (added) +++

svn commit: r8385 [1/3] - in /dev/flex/sdk/4.14.1: ./ rc1/ rc1/binaries/ rc1/docs/

2015-03-23 Thread erikdebruin
Author: erikdebruin Date: Mon Mar 23 09:43:34 2015 New Revision: 8385 Log: “Publish” Apache Flex SDK 4.14.1 RC1 Added: dev/flex/sdk/4.14.1/ dev/flex/sdk/4.14.1/rc1/ dev/flex/sdk/4.14.1/rc1/README dev/flex/sdk/4.14.1/rc1/RELEASE_NOTES dev/flex/sdk/4.14.1/rc1/apache-flex-sdk

svn commit: r8386 - /dev/flex/sdk/4.14.0/

2015-03-23 Thread erikdebruin
Author: erikdebruin Date: Mon Mar 23 09:45:15 2015 New Revision: 8386 Log: Remove previous Apache Flex SDK RC Removed: dev/flex/sdk/4.14.0/

svn commit: r8387 - /dev/flex/sdk/4.14.1/rc1/ApproveSDK.xml

2015-03-23 Thread erikdebruin
Author: erikdebruin Date: Mon Mar 23 10:05:39 2015 New Revision: 8387 Log: Add RC approval assistance script for Apache Flex SDK RC Added: dev/flex/sdk/4.14.1/rc1/ApproveSDK.xml Added: dev/flex/sdk/4.14.1/rc1/ApproveSDK.xml

git commit: [flex-sdk] [refs/heads/release4.14.1] - Fix minor version number issue

2015-03-23 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/release4.14.1 d52e19ff3 - 120d9c8db Fix minor version number issue Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[10/25] git commit: [flex-sdk] [refs/heads/develop] - set version in config file to 17.0 not 17.0b as some IDEs may check this

2015-03-20 Thread erikdebruin
set version in config file to 17.0 not 17.0b as some IDEs may check this Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/acfb3790 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/acfb3790 Diff:

[01/25] git commit: [flex-sdk] [refs/heads/develop] - Created stubs for release information

2015-03-20 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/develop 58bedac00 - 124afd91c Created stubs for release information Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[25/25] git commit: [flex-sdk] [refs/heads/develop] - Remove @author tags

2015-03-20 Thread erikdebruin
Remove @author tags Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/124afd91 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/124afd91 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/124afd91

[06/25] git commit: [flex-sdk] [refs/heads/develop] - Fix for https://issues.apache.org/jira/browse/FLEX-34806 Don't set global fontFamily to RobotoRegular since that causes embedCFF related warnings.

2015-03-20 Thread erikdebruin
Fix for https://issues.apache.org/jira/browse/FLEX-34806 Don't set global fontFamily to RobotoRegular since that causes embedCFF related warnings. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/086fb4f1 Tree:

[17/25] git commit: [flex-sdk] [refs/heads/develop] - Remove @author tags

2015-03-20 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/124afd91/modules/swfutils/src/java/flash/swf/actions/Push.java -- diff --git a/modules/swfutils/src/java/flash/swf/actions/Push.java

[20/25] git commit: [flex-sdk] [refs/heads/develop] - Remove @author tags

2015-03-20 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/124afd91/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java -- diff --git a/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java

[03/25] git commit: [flex-sdk] [refs/heads/develop] - Update RELEASE_NOTES with the bug fixes and performance enhancements that go into this release

2015-03-20 Thread erikdebruin
Update RELEASE_NOTES with the bug fixes and performance enhancements that go into this release Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b1aa7016 Tree:

[13/25] git commit: [flex-sdk] [refs/heads/develop] - added support for FP 17

2015-03-20 Thread erikdebruin
added support for FP 17 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7d49f44a Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7d49f44a Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/7d49f44a

[19/25] git commit: [flex-sdk] [refs/heads/develop] - Remove @author tags

2015-03-20 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/124afd91/modules/debugger/src/java/flash/tools/debugger/DebuggerLocalizer.java -- diff --git a/modules/debugger/src/java/flash/tools/debugger/DebuggerLocalizer.java

[07/25] git commit: [flex-sdk] [refs/heads/develop] - Update RELEASE_NOTES with new bug fix details

2015-03-20 Thread erikdebruin
Update RELEASE_NOTES with new bug fix details Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c2019693 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c2019693 Diff:

[08/25] git commit: [flex-sdk] [refs/heads/develop] - Added support for FP/AIR 17 and 17 beta

2015-03-20 Thread erikdebruin
() then FLASH_VERSION=11.1 else -FLASH_VERSION=16.0 +FLASH_VERSION=17.0 fi fi if [ ${latest} = Y ] then - FLASH_VERSION=16.0 + FLASH_VERSION=17.0 fi -# (erikdebruin) How does this work if the beta

  1   2   3   4   5   6   7   8   9   10   >