[07/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 FLEX-34440 Adding the setItemAt() operation to HierarchicalCollectionViewCursor_FLEX_34119_Test, which uncovers FLEX-34440. Separate un

2014-08-11 Thread mihaic
FLEX-34119 FLEX-34440 Adding the setItemAt() operation to HierarchicalCollectionViewCursor_FLEX_34119_Test, which uncovers FLEX-34440. Separate unit test for FLEX-34440 will follow. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[02/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Adding two unit tests for HierarchicalCollectionViewCursor (HCVC). HierarchicalCollectionViewCursor_Basics_Test is meant to ensure that

2014-08-11 Thread mihaic
FLEX-34119 Adding two unit tests for HierarchicalCollectionViewCursor (HCVC). HierarchicalCollectionViewCursor_Basics_Test is meant to ensure that HCVC works as expected in non-corner cases (it's definitely incomplete, and could use more tests. I created it mainly to test the few functions I

[03/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 CAUSE: HierarchicalCollectionViewCursor.collectionChangeHandler dealt with CollectionEventKind.ADD and CollectionEventKind.REMOVE event

2014-08-11 Thread mihaic
FLEX-34119 CAUSE: HierarchicalCollectionViewCursor.collectionChangeHandler dealt with CollectionEventKind.ADD and CollectionEventKind.REMOVE events in a defective way: when the event happened before the currently-selected node, but in a different collection from the selected node, it assumed

[11/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34440 CAUSE: When HierarchicalCollectionView converts a CollectionEventKind.REPLACE CollectionEvent into a CollectionEventKind.REMOVE one, it

2014-08-11 Thread mihaic
FLEX-34440 CAUSE: When HierarchicalCollectionView converts a CollectionEventKind.REPLACE CollectionEvent into a CollectionEventKind.REMOVE one, it also deletes the parent(s) of the replaced node root(s). However, if the HierarchicalCollectionViewCursor which then immediately responds to this

[12/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34424 Added a unit test to reproduce FLEX-34424. As expected, it is currently failing. Also added a few more tests to HierarchicalCollectionV

2014-08-11 Thread mihaic
FLEX-34424 Added a unit test to reproduce FLEX-34424. As expected, it is currently failing. Also added a few more tests to HierarchicalCollectionViewCursor_Basics_Test to do with the deletion of nodes. These are currently passing. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo

[14/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34424 CAUSE: HierarchicalCollectionViewCursor deals with deletions of nodes before the current node in two distinct ways: 1) relatively: if i

2014-08-11 Thread mihaic
FLEX-34424 CAUSE: HierarchicalCollectionViewCursor deals with deletions of nodes before the current node in two distinct ways: 1) relatively: if it's possible, it calls movePrevious() as many times as the number of nodes removed; if not, 2) absolutely: it seeks to the location of the first

[09/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 FLEX-34440 changing the package of the unit tests (and helper classes) to mx.collections.

2014-08-11 Thread mihaic
FLEX-34119 FLEX-34440 changing the package of the unit tests (and helper classes) to mx.collections. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7b55b014 Tree:

[08/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34440 Added unit test to reproduce FLEX-34440. This also required a few changes in HierarchicalCollectionViewTestUtils.

2014-08-11 Thread mihaic
FLEX-34440 Added unit test to reproduce FLEX-34440. This also required a few changes in HierarchicalCollectionViewTestUtils. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3336f2ec Tree:

[17/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34456 CAUSE: When a HierarchicalCollectionViewCursor reacted to a deletion before another cursor, it deleted the parent mappings of the delet

2014-08-11 Thread mihaic
FLEX-34456 CAUSE: When a HierarchicalCollectionViewCursor reacted to a deletion before another cursor, it deleted the parent mappings of the deleted nodes (even if it didn't need to make any changes to its internal state). Since these mappings are on the HierarchicalCollectionView, the next

[16/19] git commit: [flex-sdk] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into FLEX-34119

2014-08-11 Thread mihaic
Merge remote-tracking branch 'origin/develop' into FLEX-34119 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/65d90e36 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/65d90e36 Diff:

[05/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Simplified two if statements, removed an unused variable, and removed Duplicate variable definition warnings in HierarchicalCollectionV

2014-08-11 Thread mihaic
FLEX-34119 Simplified two if statements, removed an unused variable, and removed Duplicate variable definition warnings in HierarchicalCollectionViewCursor. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b8cc55f3

[19/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34458 CAUSE: Because HierarchicalCollectionViewCursor uses both relative and absolute bookmarks in the various collections of the hierarchy,

2014-08-11 Thread mihaic
FLEX-34458 CAUSE: Because HierarchicalCollectionViewCursor uses both relative and absolute bookmarks in the various collections of the hierarchy, there needs to be special treatment for these two cases. Namely, while it works great with absolute bookmarks to call .movePrevious on the bookmark

[13/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34424 Improved the unit test by making it parameterized and adding a few more cases.

2014-08-11 Thread mihaic
FLEX-34424 Improved the unit test by making it parameterized and adding a few more cases. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cc5f71cd Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/cc5f71cd

[10/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 FLEX-34440 Renaming variables to make code more readable.

2014-08-11 Thread mihaic
FLEX-34119 FLEX-34440 Renaming variables to make code more readable. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3ce553b3 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3ce553b3 Diff:

[18/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34458 Added a unit test which reproduces the bug (which means it currently fails).

2014-08-11 Thread mihaic
FLEX-34458 Added a unit test which reproduces the bug (which means it currently fails). Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/979c7a8f Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/979c7a8f Diff:

[06/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Renamed a Boolean for clarity in HierarchicalCollectionViewCursor.collectionChangeHandler.

2014-08-11 Thread mihaic
FLEX-34119 Renamed a Boolean for clarity in HierarchicalCollectionViewCursor.collectionChangeHandler. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0e15df32 Tree:

[04/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Adding some explanations on the main unit test.

2014-08-11 Thread mihaic
FLEX-34119 Adding some explanations on the main unit 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/75e8db42 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/75e8db42 Diff:

[01/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 renaming variables for increased readability.

2014-08-11 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop cecd8e464 - 2f1b76827 FLEX-34119 renaming variables for increased readability. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0a2c3bd8 Tree:

flex-sdk_mustella-air - Build # 800 - Failure!

2014-08-11 Thread flex . mustella
flex-sdk_mustella-air - Build # 800 - Failure: http://flex-mustella.cloudapp.net/job/flex-sdk_mustella-air/800/ Changes for Build #800 [falken] FLEX-34450 updated baseline image [falken] correct case for osmf.swc so compiles on Linux work [...truncated 69026

git commit: [flex-asjs] [refs/heads/develop] - update release version

2014-08-11 Thread aharui
Repository: flex-asjs Updated Branches: refs/heads/develop 910d4d9c7 - 564d137a4 update release version Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/564d137a Tree:

Git Push Summary

2014-08-11 Thread aharui
Repository: flex-asjs Updated Tags: refs/tags/apache-flex-flexjs-0.0.3-rc0 [created] 8a44c3003

svn commit: r919059 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/installer/sdk-installer-config-4.0.xml

2014-08-11 Thread buildbot
Author: buildbot Date: Mon Aug 11 18:28:59 2014 New Revision: 919059 Log: Staging update by buildbot for flex Modified: websites/staging/flex/trunk/cgi-bin/ (props changed) websites/staging/flex/trunk/content/ (props changed)

svn commit: r6133 - in /dev/flex/flexjs/0.0.3: ./ rc0/ rc0/ApproveFlexJS.xml rc0/READme rc0/apache-flex-flexjs-installer-config.xml rc0/binaries/

2014-08-11 Thread aharui
Author: aharui Date: Mon Aug 11 18:28:29 2014 New Revision: 6133 Log: rc0 of Apache FlexJS 0.0.3 Added: dev/flex/flexjs/0.0.3/ dev/flex/flexjs/0.0.3/rc0/ dev/flex/flexjs/0.0.3/rc0/ApproveFlexJS.xml (with props) dev/flex/flexjs/0.0.3/rc0/READme (with props)

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

2014-08-11 Thread aharui
Author: aharui Date: Mon Aug 11 18:28:44 2014 New Revision: 1617343 URL: http://svn.apache.org/r1617343 Log: update sdk-installer-config-4.0 for flexjs 0.0.3 rc0 Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Modified:

svn commit: r919060 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/installer/sdk-installer-config-4.0.xml

2014-08-11 Thread buildbot
Author: buildbot Date: Mon Aug 11 18:32:16 2014 New Revision: 919060 Log: Staging update by buildbot for flex Modified: websites/staging/flex/trunk/cgi-bin/ (props changed) websites/staging/flex/trunk/content/ (props changed)

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

2014-08-11 Thread aharui
Author: aharui Date: Mon Aug 11 18:32:10 2014 New Revision: 1617345 URL: http://svn.apache.org/r1617345 Log: revert, that was just practice Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml URL:

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

2014-08-11 Thread aharui
Author: aharui Date: Mon Aug 11 18:32:45 2014 New Revision: 1617346 URL: http://svn.apache.org/r1617346 Log: revert, that was just practice Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml URL:

[3/3] git commit: [flex-falcon] [refs/heads/develop] - fix another bug in script

2014-08-11 Thread aharui
fix another bug in script Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/21344852 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/21344852 Diff:

[2/3] git commit: [flex-falcon] [refs/heads/develop] - fix bug in script

2014-08-11 Thread aharui
fix bug in script Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/6010fc7b Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/6010fc7b Diff:

[1/3] git commit: [flex-falcon] [refs/heads/develop] - an ant script that can create an release candidate, including uploading to dist.apache.org, using mailto for the emails, and updating sdk-install

2014-08-11 Thread aharui
Repository: flex-falcon Updated Branches: refs/heads/develop 3a4114d76 - 21344852a an ant script that can create an release candidate, including uploading to dist.apache.org, using mailto for the emails, and updating sdk-installer-config-4.0.xml on flex.a.o Project:

git commit: [flex-falcon] [refs/heads/develop] - fix yet another bug in script

2014-08-11 Thread aharui
Repository: flex-falcon Updated Branches: refs/heads/develop 21344852a - 21a86aa4b fix yet another bug in script Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/21a86aa4 Tree:

flex-sdk_mustella - Build # 991 - Still Failing!

2014-08-11 Thread flex . mustella
flex-sdk_mustella - Build # 991 - Still Failing: http://flex-mustella.cloudapp.net/job/flex-sdk_mustella/991/ Changes for Build #984 Changes for Build #985 Changes for Build #986 [jmclean] fixed MD5s for FP 13 and 14 [tomc] Fix FLEX-34450 by removing the length checks for the last part of an

flex-sdk_mustella-air - Build # 801 - Fixed!

2014-08-11 Thread flex . mustella
flex-sdk_mustella-air - Build # 801 - Fixed: http://flex-mustella.cloudapp.net/job/flex-sdk_mustella-air/801/ Changes for Build #800 [falken] FLEX-34450 updated baseline image [falken] correct case for osmf.swc so compiles on Linux work Changes for Build #801 [mihaic] FLEX-34119 renaming

[2/2] git commit: [flex-asjs] [refs/heads/develop] - ant script to build FlexJS release candidates, including uploading to dist.apache.org, adding to the installer, tagging the repo, and mailto to the

2014-08-11 Thread aharui
ant script to build FlexJS release candidates, including uploading to dist.apache.org, adding to the installer, tagging the repo, and mailto to the mailing list. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit:

[1/2] git commit: [flex-asjs] [refs/heads/develop] - fix asdoc issue

2014-08-11 Thread aharui
Repository: flex-asjs Updated Branches: refs/heads/develop 564d137a4 - 1725a40dd fix asdoc issue Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/89bbc547 Tree: