Re: [GitHub] flex-sdk pull request: deleted "removed = source.splice(index, 1)[...

2015-03-08 Thread piotrz
Hi Kevin, I've just pushed your changes. It sounds like this line was really unneeded. Thanks for catching it! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/GitHub-flex-sdk-pull-request-deleted-rem

[GitHub] flex-sdk pull request: deleted "removed = source.splice(index, 1)[...

2015-03-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-sdk/pull/17 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

Re: svn commit: r942906 - /websites/production/flex/cgi-bin/single-mirror-url.cgi

2015-03-08 Thread Justin Mclean
Hi, > Ah good to know. Was there a discussion about this somewhere? It's popped up on several lists in the last week (but it wasn't immediately obvious what the cause was or how wide spread it was) but I missed the original email (assuming Infra sent one out). Justin

Re: svn commit: r942906 - /websites/production/flex/cgi-bin/single-mirror-url.cgi

2015-03-08 Thread OmPrakash Muppirala
Ah good to know. Was there a discussion about this somewhere? Thanks, Om On Sun, Mar 8, 2015 at 10:16 PM, Justin Mclean wrote: > Hi, > > > Not sure who made this change. > > Infra. > > > What problem does this change fix? > > Without the executable bit set people were getting "Internal Server

Re: svn commit: r942906 - /websites/production/flex/cgi-bin/single-mirror-url.cgi

2015-03-08 Thread Justin Mclean
Hi, > Not sure who made this change. Infra. > What problem does this change fix? Without the executable bit set people were getting "Internal Server Error" when trying to directly download. Infra change some setup a few weeks back and this has been an issue for several projects. I guess no-

Re: svn commit: r942906 - /websites/production/flex/cgi-bin/single-mirror-url.cgi

2015-03-08 Thread OmPrakash Muppirala
Not sure who made this change. What problem does this change fix? Thanks, Om On Mar 8, 2015 1:07 PM, wrote: > Author: markt > Date: Sun Mar 8 20:07:18 2015 > New Revision: 942906 > > Log: > Fix broken downloads > > Modified: > websites/production/flex/cgi-bin/single-mirror-url.cgi (props

Re: [GitHub] flex-sdk pull request: deleted "removed = source.splice(index, 1)[...

2015-03-08 Thread kevin.godell
ArrayList.as was broken recently due to an improvement. Can somebody with write access merge this pull request [1] to remove line 532 from [2] The problem created is that 2 items get removed when using removeItemAt(index) due to line 532. [1] https://github.com/apache/flex-sdk/pull/17 [2] https:/

Re: flex/air does not resize app when "call in use" statusbar showing on iphone

2015-03-08 Thread kevin.godell
Looking into this further, it is not just the "phone in use" or "wifi hotspot" statusbars that cause this situation, but any other app that manipulates the height of the native ios statusbar, such as google maps and the built-in ios map program. While it not only creates a bad looking gap at the

AW: [FlexPMD] Starting work on FlexPMD

2015-03-08 Thread Christofer Dutz
Ok ... so I finished migrating the rules to PMD5 and fixed the obvious errors in the Testsuite. So currently the build is green ... would be cool however if someone could go through the rules and give them a little love. I don't know if I did the changes to the rules 100% PMD feng-shui ;-) Next

Re: [DISCUSSION] MXML pseudo states suggestion

2015-03-08 Thread jude
Hmm. I don't have any problem with using the "icon.up" in the MXML skin. I'm thinking of the occasion in the example. We could still declare the states property changes generated code as part of the document except when we set a skin state we set the component instance.currentState instead of curr

Re: [JIRA] notification of search results / new issues that match filter/section

2015-03-08 Thread OmPrakash Muppirala
I think the best way to do that is to subscribe to iss...@flex.apache.org and then add an email filter looking for ' Components: Showcase' in the body of the email. BTW, thanks much for taking care of the showcase backlog! Regards, Om On Mar 8, 2015 8:49 AM, "Tom Chiverton" wrote: > Is there a

[JIRA] notification of search results / new issues that match filter/section

2015-03-08 Thread Tom Chiverton
Is there a way for me to be notified when new issues show up in a search result, or component i.e. https://issues.apache.org/jira/browse/FLEX/component/12320911/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-summary-panel ? I'd like to have one less place I have to try and remembe

AW: [FlexPMD] Starting work on FlexPMD

2015-03-08 Thread Christofer Dutz
Hi Justin, just noticed ... you don't need FM at all to build my new version of Flex PMD. FlexMojos is only needed in order to build the editor and viewer of the old FlexPMD. All you need for the new language-module is what's inside the "language-module" directory. It should be self contained

AW: [FlexPMD] Starting work on FlexPMD

2015-03-08 Thread Christofer Dutz
Oh ... thought I had FM 7.0.1 in there ... don't see a reason not using the latest released version ;-) Yesterday I noticed that I had to comment out some code in order to have FlexPMD use PMD 5.x ... this made some of the tests in the ruleset testsuite fail ... I fixed most of these errors. Th