Re: [VOTE] Cordova 3.2.0

2014-02-25 Thread Don Coleman
+1 On Tue, Feb 25, 2014 at 4:55 PM, RUDD, Brett wrote: > +1 > > On Feb 25, 2014, at 12:24, Steven Gill wrote: > > > Please review and vote on our past release of Cordova 3.2.0. > > > > You can find the src + asc + md5 + sha at the following links: > > * http://archive.apache.org/dist/cordova/c

Re: [VOTE] Cordova 2.8.1

2014-02-25 Thread Bryan Higgins
+1 On Tue, Feb 25, 2014 at 4:55 PM, RUDD, Brett wrote: > +1 > > On Feb 25, 2014, at 13:21, Steven Gill wrote: > > > 2.8.0 did. Figured might as well do the point release too > > On Feb 25, 2014 1:18 PM, "Joe Bowser" wrote: > > > >> +1 - This release had a vote, didn't it? > >> > >> On Tue, Fe

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Jesse
+1 @purplecabbage risingj.com On Tue, Feb 25, 2014 at 2:08 PM, Michal Mocny wrote: > As answered elsewhere: > > gpg --print-md SHA512 *.zip | diff - *.sha && echo "Exact match" > > gpg --print-md MD5 *.zip | diff - *.md5 && echo "Exact match" > > The awkwardness comes from gpg's format (there

Re: Framework support via plugman + plugin spec

2014-02-25 Thread Jesse
Okay, thanks, that is nice and ugly. I'll put cleaning this mess up on my list. @purplecabbage risingj.com On Tue, Feb 25, 2014 at 3:50 PM, Anis KADRI wrote: > Forgot to mention that there is also a for > pre-compiled libraries. > > > On Tue, Feb 25, 2014 at 3:49 PM, Anis KADRI wrote: > > >

Re: Framework support via plugman + plugin spec

2014-02-25 Thread Anis KADRI
Forgot to mention that there is also a for pre-compiled libraries. On Tue, Feb 25, 2014 at 3:49 PM, Anis KADRI wrote: > Both types are installable by plugman. > > The (install.js) code does not give you a full picture. > > Take a look at [1] > > It is not a defect. > > For tool that is just su

Re: Framework support via plugman + plugin spec

2014-02-25 Thread Anis KADRI
Both types are installable by plugman. The (install.js) code does not give you a full picture. Take a look at [1] It is not a defect. For tool that is just supposed to moves file around and update some config files, I think plugman has gotten overly complicated. Mostly to meet CLI requirements.

Re: Voting on past releases

2014-02-25 Thread sebb
On 25 February 2014 23:12, Lorin Beer wrote: > Sebb, > > I've noticed in multiple posts from you a deep confusion over how our > project operates. > > To avoid generating unhelpful noise on our list and in the middle of > important discussions, I would respectfully suggest you follow some of the >

Re: Monthly Hangouts!

2014-02-25 Thread Brian LeRoux
few things on my mind - release automation discussion - coho tutorial On Tue, Feb 25, 2014 at 3:07 PM, Steven Gill wrote: > We should start putting together an agenda for next Tuesday. > > > On Thu, Feb 13, 2014 at 12:54 PM, Brian LeRoux wrote: > > > awesome thx for teeing this up Andrew /

Re: Voting on past releases

2014-02-25 Thread Lorin Beer
Sebb, I've noticed in multiple posts from you a deep confusion over how our project operates. To avoid generating unhelpful noise on our list and in the middle of important discussions, I would respectfully suggest you follow some of the links Joe Bowser has posted and educate yourself on how our

Re: Monthly Hangouts!

2014-02-25 Thread Steven Gill
We should start putting together an agenda for next Tuesday. On Thu, Feb 13, 2014 at 12:54 PM, Brian LeRoux wrote: > awesome thx for teeing this up Andrew / like the plan > > > On Thu, Feb 13, 2014 at 9:52 AM, Andrew Grieve > wrote: > > > Finally following up on my promise to organize somethin

Re: Framework support via plugman + plugin spec

2014-02-25 Thread Jesse
Inline ... @purplecabbage risingj.com On Tue, Feb 25, 2014 at 2:49 PM, Anis KADRI wrote: > 1. This is an iOS only thing. Non-custom means System frameworks that ship > with the iOS SDK (CoreGraphics.framework, Accounts.frameworks, ...). Custom > frameworks are the ones you usually download, dr

Re: Framework support via plugman + plugin spec

2014-02-25 Thread Anis KADRI
1. This is an iOS only thing. Non-custom means System frameworks that ship with the iOS SDK (CoreGraphics.framework, Accounts.frameworks, ...). Custom frameworks are the ones you usually download, drag and drop to your xcode project. There are some differences in how the project is structured for S

Re: Voting on past releases

2014-02-25 Thread Joe Bowser
I'm just going to leave this here: http://git-scm.com/book/en/Getting-Started-Git-Basics http://wiki.apache.org/cordova/CuttingReleases On 25 Feb 2014 14:38, "sebb" wrote: > On 25 February 2014 21:47, Michal Mocny wrote: > > Some tips, since I found this a pain to figure out. To verify the sh

Re: Voting on past releases

2014-02-25 Thread sebb
On 25 February 2014 21:47, Michal Mocny wrote: > Some tips, since I found this a pain to figure out. To verify the sha file > matches: > >> gpg --print-md SHA512 *.zip | diff - *.sha && echo "Exact match" >> gpg --print-md MD5 *.zip | diff - *.md5 && echo "Exact match" > > Oddly the output of gpg

Framework support via plugman + plugin spec

2014-02-25 Thread Jesse
Plugman's install.js has this nice little gem in the source [0]: frameworkFiles = platformTag.findall('./framework[@custom="true"]'), // CB-5238 adding only custom frameworks Looking through CB-5238[1], and the related issues [2][3] I have some questions. 1. How do we add a non-custom framework?

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Michal Mocny
As answered elsewhere: > gpg --print-md SHA512 *.zip | diff - *.sha && echo "Exact match" > gpg --print-md MD5 *.zip | diff - *.md5 && echo "Exact match" The awkwardness comes from gpg's format (there are threads online complaining about this). We should switch coho to just use sha512sum, etc. +

Re: [VOTE] Cordova 3.3.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 13:54, Lorin Beer wrote: > +1 > > > On Tue, Feb 25, 2014 at 1:49 PM, Joe Bowser wrote: > >> +1 >> >> On Tue, Feb 25, 2014 at 12:27 PM, Steven Gill >> wrote: >>> Please review and vote on our past release of Cordova 3.3.0. >>> >>> You can find the src + asc + md5 +

Re: [VOTE] Cordova 3.2.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 12:24, Steven Gill wrote: > Please review and vote on our past release of Cordova 3.2.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-3.2.0-src.zip > * http://archive.apache.org/dist/cordova/cordova

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 13:17, Joe Bowser wrote: > +1 > > On Tue, Feb 25, 2014 at 1:16 PM, Joe Bowser wrote: >> Coho should stop putting spaces. :( >> >> On Tue, Feb 25, 2014 at 1:13 PM, Steven Gill wrote: >>> Coho generates them >>> On Feb 25, 2014 1:02 PM, "Mike Billau" wrote: >>> +1

Re: [VOTE] Cordova 2.8.1

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 13:21, Steven Gill wrote: > 2.8.0 did. Figured might as well do the point release too > On Feb 25, 2014 1:18 PM, "Joe Bowser" wrote: > >> +1 - This release had a vote, didn't it? >> >> On Tue, Feb 25, 2014 at 12:20 PM, Lorin Beer >> wrote: >>> +1 >>> >>> >>> On Tue,

Re: [VOTE] Cordova 3.0.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 12:17, Steven Gill wrote: > Please review and vote on our past release of Cordova 3.0.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-3.0.0-src.zip > * http://archive.apache.org/dist/cordova/cordova

Re: [VOTE] Cordova 2.9.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 12:08, Steven Gill wrote: > Please review and vote on our past release of Cordova 2.9.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-2.9.0-src.zip > * http://archive.apache.org/dist/cordova/cordova-

Re: [VOTE] Cordova 3.1.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 12:21, Steven Gill wrote: > Please review and vote on our past release of Cordova 3.1.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-3.1.0-src.zip > * http://archive.apache.org/dist/cordova/cordova

Re: [VOTE] Cordova 3.3.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 1:49 PM, Joe Bowser wrote: > +1 > > On Tue, Feb 25, 2014 at 12:27 PM, Steven Gill > wrote: > > Please review and vote on our past release of Cordova 3.3.0. > > > > You can find the src + asc + md5 + sha at the following links: > > * http://archive.apache.org/dist/cor

Re: Voting on past releases

2014-02-25 Thread Joe Bowser
I'm checking Cordova JS. The process gets extremely predictable once we get into everyone using Coho. On Tue, Feb 25, 2014 at 1:47 PM, Michal Mocny wrote: > Some tips, since I found this a pain to figure out. To verify the sha file > matches: > >> gpg --print-md SHA512 *.zip | diff - *.sha && e

Re: [VOTE] Cordova 3.3.0

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 12:27 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 3.3.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-3.3.0-src.zip > * http://archive.apache.org/dist/cordova/cor

Re: [VOTE] Cordova 3.2.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 1:44 PM, Joe Bowser wrote: > +1 > > (The notorious JAVA_HOME bug is in here. Damn you Maven!!! DAMN YOU!!!) > > On Tue, Feb 25, 2014 at 12:24 PM, Steven Gill > wrote: > > Please review and vote on our past release of Cordova 3.2.0. > > > > You can find the src + asc

Re: [VOTE] Cordova 3.1.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 1:37 PM, Joe Bowser wrote: > +1 > > On Tue, Feb 25, 2014 at 12:21 PM, Steven Gill > wrote: > > Please review and vote on our past release of Cordova 3.1.0. > > > > You can find the src + asc + md5 + sha at the following links: > > * http://archive.apache.org/dist/cor

Re: Voting on past releases

2014-02-25 Thread Michal Mocny
Some tips, since I found this a pain to figure out. To verify the sha file matches: > gpg --print-md SHA512 *.zip | diff - *.sha && echo "Exact match" > gpg --print-md MD5 *.zip | diff - *.md5 && echo "Exact match" Oddly the output of gpg is different than that of sha512sum and md5sum so you can

Re: [VOTE] Cordova 3.2.0

2014-02-25 Thread Joe Bowser
+1 (The notorious JAVA_HOME bug is in here. Damn you Maven!!! DAMN YOU!!!) On Tue, Feb 25, 2014 at 12:24 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 3.2.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cor

Re: [VOTE] Cordova 3.1.0

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 12:21 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 3.1.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-3.1.0-src.zip > * http://archive.apache.org/dist/cordova/cor

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Shazron
Full repo name not required, but implied. Just for completeness if someone is looking at the commit from Git ASF, not Github On Tuesday, February 25, 2014, Ian Clelland wrote: > On Tue, Feb 25, 2014 at 12:54 PM, Shazron > > wrote: > > > Something I noticed from a commit from Ian: > > https://git

Re: [VOTE] Cordova 3.0.0

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 12:20 PM, Lorin Beer wrote: > +1 > > > On Tue, Feb 25, 2014 at 12:17 PM, Steven Gill wrote: > >> Please review and vote on our past release of Cordova 3.0.0. >> >> You can find the src + asc + md5 + sha at the following links: >> * http://archive.apache.org/dist/cordova

Re: [VOTE] Cordova 2.9.0

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 12:20 PM, Lorin Beer wrote: > +1 > > > On Tue, Feb 25, 2014 at 12:08 PM, Steven Gill wrote: > >> Please review and vote on our past release of Cordova 2.9.0. >> >> You can find the src + asc + md5 + sha at the following links: >> * http://archive.apache.org/dist/cordova

Re: [VOTE] Cordova 2.8.1

2014-02-25 Thread Steven Gill
2.8.0 did. Figured might as well do the point release too On Feb 25, 2014 1:18 PM, "Joe Bowser" wrote: > +1 - This release had a vote, didn't it? > > On Tue, Feb 25, 2014 at 12:20 PM, Lorin Beer > wrote: > > +1 > > > > > > On Tue, Feb 25, 2014 at 12:03 PM, Steven Gill >wrote: > > > >> Please re

Re: [VOTE] Cordova 2.8.1

2014-02-25 Thread Joe Bowser
+1 - This release had a vote, didn't it? On Tue, Feb 25, 2014 at 12:20 PM, Lorin Beer wrote: > +1 > > > On Tue, Feb 25, 2014 at 12:03 PM, Steven Gill wrote: > >> Please review and vote on our past release of Cordova 2.8.1. >> >> You can find the src + asc + md5 + sha at the following links: >> *

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 1:16 PM, Joe Bowser wrote: > Coho should stop putting spaces. :( > > On Tue, Feb 25, 2014 at 1:13 PM, Steven Gill wrote: >> Coho generates them >> On Feb 25, 2014 1:02 PM, "Mike Billau" wrote: >> >>> +1. >>> Steve, do you generate the SHAs? Just seems like a strange f

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Joe Bowser
Coho should stop putting spaces. :( On Tue, Feb 25, 2014 at 1:13 PM, Steven Gill wrote: > Coho generates them > On Feb 25, 2014 1:02 PM, "Mike Billau" wrote: > >> +1. >> Steve, do you generate the SHAs? Just seems like a strange format...I had >> to remove whitespace to compare. But then again I

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Steven Gill
Coho generates them On Feb 25, 2014 1:02 PM, "Mike Billau" wrote: > +1. > Steve, do you generate the SHAs? Just seems like a strange format...I had > to remove whitespace to compare. But then again I use some crappy Windows > Explorer extension... > > > On Tue, Feb 25, 2014 at 3:20 PM, Lorin Beer

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Mike Billau
+1. Steve, do you generate the SHAs? Just seems like a strange format...I had to remove whitespace to compare. But then again I use some crappy Windows Explorer extension... On Tue, Feb 25, 2014 at 3:20 PM, Lorin Beer wrote: > +1 > > > On Tue, Feb 25, 2014 at 12:14 PM, Steven Gill >wrote: > > >

RE: plugman testing

2014-02-25 Thread Jonathan Bond-Caron
On Tue Feb 25 03:24 AM, Gert-Jan Braas wrote: > I've added some testing for firefoxos in plugman, but am a bit stuck on > the > uninstall handler. > > test: > describe('of elements', function() { > it('should remove stuff by calling common.removeFile', > function(done) { >

Re: Voting on past releases

2014-02-25 Thread Lorin Beer
I've just submitted my +1 for a number of the past releases, and thought I'd document here what the steps I took were. Since these are past releases, some of which I helped tag and have already run, the checklist is slightly simplified: - download package - sanity check package for expected relea

[VOTE] Cordova 3.3.0

2014-02-25 Thread Steven Gill
Please review and vote on our past release of Cordova 3.3.0. You can find the src + asc + md5 + sha at the following links: * http://archive.apache.org/dist/cordova/cordova-3.3.0-src.zip * http://archive.apache.org/dist/cordova/cordova-3.3.0-src.zip.asc * http://archive.apache.org/dist/cordova/cor

[VOTE] Cordova 3.2.0

2014-02-25 Thread Steven Gill
Please review and vote on our past release of Cordova 3.2.0. You can find the src + asc + md5 + sha at the following links: * http://archive.apache.org/dist/cordova/cordova-3.2.0-src.zip * http://archive.apache.org/dist/cordova/cordova-3.2.0-src.zip.asc * http://archive.apache.org/dist/cordova/cor

[VOTE] Cordova 3.1.0

2014-02-25 Thread Steven Gill
Please review and vote on our past release of Cordova 3.1.0. You can find the src + asc + md5 + sha at the following links: * http://archive.apache.org/dist/cordova/cordova-3.1.0-src.zip * http://archive.apache.org/dist/cordova/cordova-3.1.0-src.zip.asc * http://archive.apache.org/dist/cordova/cor

Re: [VOTE] Cordova 3.0.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:17 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 3.0.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-3.0.0-src.zip > * http://archive.apache.org/dist/cordova/co

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:14 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 2.9.1. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-2.9.1-src.zip > * http://archive.apache.org/dist/cordova/co

Re: [VOTE] Cordova 2.9.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:08 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 2.9.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-2.9.0-src.zip > * http://archive.apache.org/dist/cordova/co

Re: [VOTE] Cordova 2.8.1

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:03 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 2.8.1. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-2.8.1-src.zip > * http://archive.apache.org/dist/cordova/co

[VOTE] Cordova 3.0.0

2014-02-25 Thread Steven Gill
Please review and vote on our past release of Cordova 3.0.0. You can find the src + asc + md5 + sha at the following links: * http://archive.apache.org/dist/cordova/cordova-3.0.0-src.zip * http://archive.apache.org/dist/cordova/cordova-3.0.0-src.zip.asc * http://archive.apache.org/dist/cordova/cor

[Vote] Cordova 2.9.1

2014-02-25 Thread Steven Gill
Please review and vote on our past release of Cordova 2.9.1. You can find the src + asc + md5 + sha at the following links: * http://archive.apache.org/dist/cordova/cordova-2.9.1-src.zip * http://archive.apache.org/dist/cordova/cordova-2.9.1-src.zip.asc * http://archive.apache.org/dist/cordova/cor

[VOTE] Cordova 2.9.0

2014-02-25 Thread Steven Gill
Please review and vote on our past release of Cordova 2.9.0. You can find the src + asc + md5 + sha at the following links: * http://archive.apache.org/dist/cordova/cordova-2.9.0-src.zip * http://archive.apache.org/dist/cordova/cordova-2.9.0-src.zip.asc * http://archive.apache.org/dist/cordova/cor

[VOTE] Cordova 2.8.1

2014-02-25 Thread Steven Gill
Please review and vote on our past release of Cordova 2.8.1. You can find the src + asc + md5 + sha at the following links: * http://archive.apache.org/dist/cordova/cordova-2.8.1-src.zip * http://archive.apache.org/dist/cordova/cordova-2.8.1-src.zip.asc * http://archive.apache.org/dist/cordova/cor

Re: 3.4 release documentation website -- no translations

2014-02-25 Thread Steven Gill
Thanks Michael! I will post them up. On Tue, Feb 25, 2014 at 10:11 AM, Michael Brooks wrote: > Steve, I fixed the SL generation issue. The translations were missing the > config.json. > > > On Tue, Feb 25, 2014 at 6:12 AM, Lisa Seacat DeLuca >wrote: > > > Thank you Steven. I am working on a

Voting on past releases

2014-02-25 Thread Steven Gill
It has been brought to our attention that some of our previous releases were not voted on in accordance with the ASF by-laws. After some discussion, we've decided to call a retroactive vote on these releases. A vote is being conducted by the PMC and the results will be posted here when complete.

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Marcel Kinard
Nice! Looks like we'll need to tweak the ContributorWorkflow wiki when this is complete. On Feb 25, 2014, at 3:35 AM, Shazron wrote: > Filed: https://issues.apache.org/jira/browse/INFRA-7377

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Josh Soref
Shazron wrote: > Josh - there was another infra issue where I requested this, > but infra said the location where the messages go from Github is not >configurable: > https://issues.apache.org/jira/browse/INFRA-7283 *sigh*, oh well, thanks for asking.

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Michal Mocny
Really cool. So the only part that is missing now is the ability to just hit the "merge this PR and close". I can live with that! Great stuff. On Tue, Feb 25, 2014 at 1:05 PM, Ian Clelland wrote: > On Tue, Feb 25, 2014 at 12:54 PM, Shazron wrote: > > > Something I noticed from a commit from

Re: 3.4 release documentation website -- no translations

2014-02-25 Thread Michael Brooks
Steve, I fixed the SL generation issue. The translations were missing the config.json. On Tue, Feb 25, 2014 at 6:12 AM, Lisa Seacat DeLuca wrote: > Thank you Steven. I am working on a new structure for the crowdin files > and an automated script right now. It should be good by the end of the >

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Ian Clelland
On Tue, Feb 25, 2014 at 12:54 PM, Shazron wrote: > Something I noticed from a commit from Ian: > https://github.com/apache/cordova-plugin-file-transfer/pull/20 > > The github user "asfgit" automatically closed the PR from that commit -- I > believe github scans the commit message to associate it

Re: bad https calls

2014-02-25 Thread Brian LeRoux
Sounds good, we do sometimes use reviewboard if you want us to have a quick look. (Tho I'm cool w/ just publishing the changes and fixing anything new when/if there is something new to fix.) On Tue, Feb 25, 2014 at 9:53 AM, Mark Thomas wrote: > On 25/02/2014 17:36, Brian LeRoux wrote: > > Hey c

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Shazron
Josh - there was another infra issue where I requested this, but infra said the location where the messages go from Github is not configurable: https://issues.apache.org/jira/browse/INFRA-7283 On Tue, Feb 25, 2014 at 8:06 AM, Josh Soref wrote: > Shazron wrote: > > > > > https://blogs.apache.org

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Shazron
Something I noticed from a commit from Ian: https://github.com/apache/cordova-plugin-file-transfer/pull/20 The github user "asfgit" automatically closed the PR from that commit -- I believe github scans the commit message to associate it with an issue/PR but not sure how it knows it was a merge. T

Re: bad https calls

2014-02-25 Thread Mark Thomas
On 25/02/2014 17:36, Brian LeRoux wrote: > Hey cool if you want to tackle this Mark. Everything you need to know > *should* be in the repo README.md [1] but if not just ping this thread and > we can help. > > [1] https://svn.apache.org/repos/asf/cordova/site/README.md Great. The README was all I

Re: bad https calls

2014-02-25 Thread Brian LeRoux
Hey cool if you want to tackle this Mark. Everything you need to know *should* be in the repo README.md [1] but if not just ping this thread and we can help. [1] https://svn.apache.org/repos/asf/cordova/site/README.md On Tue, Feb 25, 2014 at 1:06 AM, Mark Thomas wrote: > On 25/02/2014 01:20, S

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Josh Soref
Shazron wrote: > >https://blogs.apache.org/infra/entry/improved_integration_between_apache_a >nd > > Do we want everything on that list? I can file the issue... Can we control which ML they send the commits to? There was a nice split so that dev@ was clean, and I don¹t want that undone. I don¹t m

Re: reading config.xml during build

2014-02-25 Thread Braden Shepherdson
All the gory details of config files in CLI are here: https://wiki.apache.org/cordova/config/cordova.xml In short, that file is turned into a platform-specific config.xml during the prepare step. Your best approach to supporting this is probably to read config.xml in a post-prepare hook. Then it

reading config.xml during build

2014-02-25 Thread Roman Shtylman
I am looking for a way to add support for the following item in config.xml    

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Michal Mocny
This is a sweet improvement, but if I read correct, doesn't address our biggest headaches: 1. You still cannot merge in PR from github 2. We still cannot close PR ourselves 3. Commits already automatically comment on corresponding JIRA issues, so this change merely bumps the timing of automatic JI

Re: 3.4 release documentation website -- no translations

2014-02-25 Thread Lisa Seacat DeLuca
Thank you Steven. I am working on a new structure for the crowdin files and an automated script right now. It should be good by the end of the week and we can also add the translations for each of the plugins. I still need to figure out my rake issue so I can do the upload as well. I'll send

Re: CB-4846

2014-02-25 Thread Erik Jan de Wit
> This sounds to me like somehow the callbackIDs are out of sync. missing a > keepCallback? Right that was it, I thought it had something to do with it being in the background but it was a simple mistake. Fixed it now looks much nicer

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Ian Clelland
Yes, and can we have a pony, too? Seriously, everything on that list is a huge improvement over the mostly-one-way-replication that we're working with now. Thanks for filing that. On Tue, Feb 25, 2014 at 12:17 AM, Shazron wrote: > > https://blogs.apache.org/infra/entry/improved_integration_be

Re: Tools & Plugins release

2014-02-25 Thread Ian Clelland
Yes, I've been updating mobilespec as needed to track the visible changes in those plugins. (A lot of the changes were in the handling of media gallery content:// URLs on Android, though, which should have been caught with more thorough manual testing; they don't register on the automatic tests)

Re: CB-4846

2014-02-25 Thread Jesse
This sounds to me like somehow the callbackIDs are out of sync. missing a keepCallback? ... is there a window.onerror js handler to see what is actually happening? @purplecabbage risingj.com On Tue, Feb 25, 2014 at 12:19 AM, Shazron wrote: > That is odd, if calling into JavaScript from being i

Re: bad https calls

2014-02-25 Thread Mark Thomas
On 25/02/2014 01:20, Shazron wrote: > https://issues.apache.org/jira/browse/CB-4561 > https://issues.apache.org/jira/browse/CB-5851 I thought I'd take a look at this. In case it is helpful to others, the necessary dependencies to build the site on people.a.o should now be installed. I know what

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Shazron
Filed: https://issues.apache.org/jira/browse/INFRA-7377 On Mon, Feb 24, 2014 at 9:17 PM, Shazron wrote: > > https://blogs.apache.org/infra/entry/improved_integration_between_apache_and > > Do we want everything on that list? I can file the issue... >

Re: StatusBar plugin for Android

2014-02-25 Thread Andrey Kurdumov
I send pull request to GitHub and explain my rationale for that implementaiton. https://github.com/apache/cordova-plugins/pull/5 2014-02-25 13:58 GMT+06:00 Shazron : > Core plugins exist in their own repo by themselves and are cross-platform > generally. Core plugins are also released weekly. >

Re: plugman testing

2014-02-25 Thread Gert-Jan Braas
I've added some testing for firefoxos in plugman, but am a bit stuck on the uninstall handler. test: describe('of elements', function() { it('should remove stuff by calling common.removeFile', function(done) { var s = spyOn(common, 'removeFile');

Re: CB-4846

2014-02-25 Thread Shazron
That is odd, if calling into JavaScript from being in the background works, the pluginResult method should work as well. Might be worth investigating On Tue, Feb 25, 2014 at 12:05 AM, Erik Jan de Wit wrote: > Hi Shazron, > > Actually I started out building it this way, I've changed it to way it

Re: CB-4846

2014-02-25 Thread Erik Jan de Wit
Hi Shazron, Actually I started out building it this way, I’ve changed it to way it’s now, because it didn’t work. Once the application has moved to the background trying to invoke the method with the plugin result no longer works. I’ve seen other plugins use the ‘named’ callback ’trick’ and tho