jmcl...@apache.org |
[7/8] git commit: [flex-utilities] [refs/heads/develop] - add description to asdic target |
Fri, 29 Aug, 00:48 |
jmcl...@apache.org |
[8/8] git commit: [flex-utilities] [refs/heads/develop] - update read me with instruction on use and where to get dictionaries from |
Fri, 29 Aug, 00:48 |
jmcl...@apache.org |
git commit: [flex-utilities] [refs/heads/develop] - add package descriptions |
Fri, 29 Aug, 01:18 |
jmcl...@apache.org |
svn commit: r6298 - /dev/flex/squiggly/1.0/rc1/ |
Fri, 29 Aug, 01:42 |
mih...@apache.org |
git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34456 Added a unit test which reproduces the bug. |
Thu, 07 Aug, 16:48 |
mih...@apache.org |
[01/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - fixed MD5s for FP 13 and 14 |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[02/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - Fix FLEX-34450 by removing the length checks for the last part of an email domain Update Mustella tests to mathc new behaviour i.e. the tests should now return valid |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[03/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34450 - remove invalid domain checks from thise locale because the length is no longer checked |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[04/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34450 remove now redundant email domain length checks from locale unit tests |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[05/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34450 updated baseline image |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[06/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - correct case for osmf.swc so compiles on Linux work |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[07/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - Merge remote-tracking branch 'origin/develop' into FLEX-34119 |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[08/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - 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 change |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[09/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34458 Added a unit test which reproduces the bug (which means it currently fails). |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[10/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - 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 c |
Fri, 08 Aug, 16:17 |
mih...@apache.org |
[01/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 renaming variables for increased readability. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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 HCVC works as expected in non-corner cases (it's defi |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[03/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 CAUSE: HierarchicalCollectionViewCursor.collectionChangeHandler dealt with CollectionEventKind.ADD and CollectionEventKind.REMOVE events in a defective way: when the event happened before t |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[04/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Adding some explanations on the main unit test. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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 HierarchicalCollectionViewCursor. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[06/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Renamed a Boolean for clarity in HierarchicalCollectionViewCursor.collectionChangeHandler. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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 unit test for FLEX-34440 will follow. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[10/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 FLEX-34440 Renaming variables to make code more readable. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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 also deletes the parent(s) of the replaced node root( |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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 HierarchicalCollectionViewCursor_Basics_Test to do with the deletion of nodes |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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 it's possible, it calls movePrevious() as many times as |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[15/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34456 Added a unit test which reproduces the bug. |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[16/19] git commit: [flex-sdk] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into FLEX-34119 |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[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 deleted nodes (even if it didn't need to make any changes t |
Mon, 11 Aug, 11:41 |
mih...@apache.org |
[18/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34458 Added a unit test which reproduces the bug (which means it currently fails). |
Mon, 11 Aug, 11:42 |
mih...@apache.org |
[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, there needs to be special treatment for these two case |
Mon, 11 Aug, 11:42 |
mih...@apache.org |
[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-32541 CAUSE: AdvancedDataGridHeaderRenderer.mouseEventToHeaderPart() assumes that sortItemRendererInstance cannot be null. However, as the project attached to the ticket shows, it can. |
Tue, 26 Aug, 16:47 |
mih...@apache.org |
[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-32541 Removing unused constant. |
Tue, 26 Aug, 16:47 |
mkess...@apache.org |
git commit: [flex-utilities] [refs/heads/develop] - FLEX-34474: Removed styles that were not needed and were causing white labels on gray buttons. |
Wed, 20 Aug, 21:06 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Updated formatting beads with the introduction of a FormatBase that is implemented natively in JS and AS. |
Fri, 08 Aug, 17:06 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Replaced use of eval with property index. |
Tue, 12 Aug, 13:50 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Changed BarChart (actually BoxItemRenderer) to use SVG on the JavaScript side to draw the bars. This meant changing a little of the infrastructure to be a little more generic. |
Tue, 12 Aug, 20:50 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Updated FlexJS chart library with StackedChart and refactored interfaces. |
Wed, 20 Aug, 17:32 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Updated chart example with new StackedChart. |
Wed, 20 Aug, 17:38 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Changed BarChartLayout to produce horizontal bars and added ColumnChart (and ColumnChartLayout) for vertical bar charts. JavaScript version not complete. |
Thu, 21 Aug, 21:08 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Modifications to the chart layouts to account for null or missing axes on JavaScript x-compile. |
Fri, 22 Aug, 15:27 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Renamed "StackedChart" to "StackedColumnChart" and created StackedBarChart. |
Mon, 25 Aug, 19:44 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Replaced XAxisBead and YAxisBead with HorizontalCategoryAxisBead and VerticalCategoryAxisBead. |
Mon, 25 Aug, 20:04 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Updated BarChartExample to reflect new changes in the SDK. |
Tue, 26 Aug, 12:03 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Changed the examples' build file to set the SWF HTML wrapper at 100% x 100%. This is what happens in Flash Builder and I don't see any adverse effects from doing this. |
Tue, 26 Aug, 18:13 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Added VerticalLinearAxisBead and HorizontalLinearAxisBead to the chart portion of the FlexJS SDK. Adjusted the chart layouts to allow for two axes. |
Tue, 26 Aug, 20:56 |
p...@apache.org |
git commit: [flex-asjs] [refs/heads/develop] - Added linear axis beads to the BarChartExample. |
Tue, 26 Aug, 20:59 |
t...@apache.org |
git commit: [flex-sdk] [refs/heads/develop] - Fix FLEX-34450 by removing the length checks for the last part of an email domain Update Mustella tests to mathc new behaviour i.e. the tests should now return valid |
Fri, 01 Aug, 18:00 |
t...@apache.org |
[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34450 - remove invalid domain checks from thise locale because the length is no longer checked |
Mon, 04 Aug, 18:21 |
t...@apache.org |
[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34450 remove now redundant email domain length checks from locale unit tests |
Mon, 04 Aug, 18:21 |
t...@apache.org |
git commit: [flex-sdk] [refs/heads/develop] - FLEX-34450 updated baseline image |
Tue, 05 Aug, 21:31 |
t...@apache.org |
git commit: [flex-sdk] [refs/heads/develop] - correct case for osmf.swc so compiles on Linux work |
Tue, 05 Aug, 21:44 |
t...@apache.org |
svn commit: r1618004 - /flex/site/trunk/content/doc-getstarted.cmsPage |
Thu, 14 Aug, 17:56 |
t...@apache.org |
svn commit: r919352 - in /websites/production/flex: cgi-bin/ content/ |
Thu, 14 Aug, 17:57 |
t...@apache.org |
svn commit: r1618240 - /flex/site/trunk/content/doc-getstarted.cmsPage |
Fri, 15 Aug, 17:31 |
t...@apache.org |
svn commit: r1618241 - /flex/site/trunk/content/doc-getstarted.cmsPage |
Fri, 15 Aug, 17:33 |
t...@apache.org |
svn commit: r1618242 - /flex/site/trunk/content/doc-getstarted.cmsPage |
Fri, 15 Aug, 17:33 |
t...@apache.org |
svn commit: r919461 - in /websites/production/flex: cgi-bin/ content/ |
Fri, 15 Aug, 17:34 |