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

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 ede...@redhat.com wrote: Hi Shazron, Actually I started out building it this way, I've

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 source-file elements', function() { it('should remove stuff by calling common.removeFile', function(done) { var s = spyOn(common,

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 shaz...@gmail.com: Core plugins exist in their own repo by themselves and are cross-platform generally. Core plugins are also

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 shaz...@gmail.com 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: 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: 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 shaz...@gmail.com wrote: That is odd, if calling into

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: 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 shaz...@gmail.com wrote:

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: 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: 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

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     preference name=TargetDevices value=handhelds”/ And have my iOS build (eventually other platforms) target only iPhone and iPod. I have found that to do this, all I need is to add TARGET_DEVICE_ID=1 to the

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 mind

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 ma...@apache.org wrote: On

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: 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 jso...@blackberry.com wrote: Shazron wrote:

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 ma...@apache.org wrote: On 25/02/2014 17:36, Brian LeRoux

Re: Improved integration between Apache and GitHub

2014-02-25 Thread Ian Clelland
On Tue, Feb 25, 2014 at 12:54 PM, Shazron shaz...@gmail.com 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

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 ldel...@us.ibm.comwrote: 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

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 iclell...@google.com wrote: On Tue, Feb 25, 2014 at 12:54 PM, Shazron shaz...@gmail.com wrote:

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 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 shaz...@gmail.com wrote: Filed: https://issues.apache.org/jira/browse/INFRA-7377

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 mich...@michaelbrooks.cawrote: 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 ldel...@us.ibm.com wrote:

[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 *

[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 *

[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 *

[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 *

Re: [VOTE] Cordova 2.8.1

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:03 PM, Steven Gill stevengil...@gmail.comwrote: 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 *

Re: [VOTE] Cordova 2.9.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:08 PM, Steven Gill stevengil...@gmail.comwrote: 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 *

Re: [VOTE] Cordova 3.0.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:17 PM, Steven Gill stevengil...@gmail.comwrote: 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 *

[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 *

[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 *

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

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 source-file elements', function() { it('should remove stuff by calling common.removeFile', function(done) {

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 lorin.beer@gmail.comwrote: +1 On Tue, Feb 25, 2014 at 12:14 PM,

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Steven Gill
Coho generates them On Feb 25, 2014 1:02 PM, Mike Billau mike.bil...@gmail.com 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

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 stevengil...@gmail.com wrote: Coho generates them On Feb 25, 2014 1:02 PM, Mike Billau mike.bil...@gmail.com wrote: +1. Steve, do you generate the SHAs? Just seems like a strange format...I had to remove

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 1:16 PM, Joe Bowser bows...@gmail.com wrote: Coho should stop putting spaces. :( On Tue, Feb 25, 2014 at 1:13 PM, Steven Gill stevengil...@gmail.com wrote: Coho generates them On Feb 25, 2014 1:02 PM, Mike Billau mike.bil...@gmail.com wrote: +1. Steve, do you

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 lorin.beer@gmail.com wrote: +1 On Tue, Feb 25, 2014 at 12:03 PM, Steven Gill stevengil...@gmail.comwrote: Please review and vote on our past release of Cordova 2.8.1. You can find the src + asc + md5

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 bows...@gmail.com wrote: +1 - This release had a vote, didn't it? On Tue, Feb 25, 2014 at 12:20 PM, Lorin Beer lorin.beer@gmail.com wrote: +1 On Tue, Feb 25, 2014 at 12:03 PM, Steven Gill

Re: [VOTE] Cordova 2.9.0

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 12:20 PM, Lorin Beer lorin.beer@gmail.com wrote: +1 On Tue, Feb 25, 2014 at 12:08 PM, Steven Gill stevengil...@gmail.comwrote: 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: *

Re: [VOTE] Cordova 3.0.0

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 12:20 PM, Lorin Beer lorin.beer@gmail.com wrote: +1 On Tue, Feb 25, 2014 at 12:17 PM, Steven Gill stevengil...@gmail.comwrote: 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: *

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 iclell...@google.com wrote: On Tue, Feb 25, 2014 at 12:54 PM, Shazron shaz...@gmail.comjavascript:; wrote: Something I

Re: [VOTE] Cordova 3.1.0

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 12:21 PM, Steven Gill stevengil...@gmail.com 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 *

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 stevengil...@gmail.com 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: *

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 cannot use

Re: [VOTE] Cordova 3.1.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 1:37 PM, Joe Bowser bows...@gmail.com wrote: +1 On Tue, Feb 25, 2014 at 12:21 PM, Steven Gill stevengil...@gmail.com 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: *

Re: [VOTE] Cordova 3.2.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 1:44 PM, Joe Bowser bows...@gmail.com 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 stevengil...@gmail.com wrote: Please review and vote on our past release of Cordova 3.2.0.

Re: [VOTE] Cordova 3.3.0

2014-02-25 Thread Joe Bowser
+1 On Tue, Feb 25, 2014 at 12:27 PM, Steven Gill stevengil...@gmail.com 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 *

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 mmo...@chromium.org wrote: Some tips, since I found this a pain to figure out. To verify the sha file matches: gpg --print-md SHA512 *.zip |

Re: [VOTE] Cordova 3.3.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 1:49 PM, Joe Bowser bows...@gmail.com wrote: +1 On Tue, Feb 25, 2014 at 12:27 PM, Steven Gill stevengil...@gmail.com 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: *

Re: [VOTE] Cordova 3.1.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 12:21, Steven Gill stevengil...@gmail.com 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 *

Re: [VOTE] Cordova 2.8.1

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

Re: [VOTE] Cordova 3.0.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 12:17, Steven Gill stevengil...@gmail.com 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 *

Re: [VOTE] Cordova 2.9.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 12:08, Steven Gill stevengil...@gmail.com 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 *

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 13:17, Joe Bowser bows...@gmail.com wrote: +1 On Tue, Feb 25, 2014 at 1:16 PM, Joe Bowser bows...@gmail.com wrote: Coho should stop putting spaces. :( On Tue, Feb 25, 2014 at 1:13 PM, Steven Gill stevengil...@gmail.com wrote: Coho generates them On Feb 25, 2014

Re: [VOTE] Cordova 3.3.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 13:54, Lorin Beer lorin.beer@gmail.com wrote: +1 On Tue, Feb 25, 2014 at 1:49 PM, Joe Bowser bows...@gmail.com wrote: +1 On Tue, Feb 25, 2014 at 12:27 PM, Steven Gill stevengil...@gmail.com wrote: Please review and vote on our past release of Cordova

Re: [VOTE] Cordova 3.2.0

2014-02-25 Thread RUDD, Brett
+1 On Feb 25, 2014, at 12:24, Steven Gill stevengil...@gmail.com 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 *

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. +1! On

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: Voting on past releases

2014-02-25 Thread sebb
On 25 February 2014 21:47, Michal Mocny mmo...@chromium.org 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

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 seb...@gmail.com wrote: On 25 February 2014 21:47, Michal Mocny mmo...@chromium.org wrote: Some tips, since I found this a pain

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

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 anis.ka...@gmail.com 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

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 b...@brian.io wrote: awesome thx for teeing this up Andrew / like the plan On Thu, Feb 13, 2014 at 9:52 AM, Andrew Grieve agri...@chromium.org wrote: Finally following up on my

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

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 stevengil...@gmail.com wrote: We should start putting together an agenda for next Tuesday. On Thu, Feb 13, 2014 at 12:54 PM, Brian LeRoux b...@brian.io wrote: awesome

Re: Voting on past releases

2014-02-25 Thread sebb
On 25 February 2014 23:12, Lorin Beer lorin.beer@gmail.com 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

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

Re: Framework support via plugman + plugin spec

2014-02-25 Thread Anis KADRI
Forgot to mention that there is also a source framework=true for pre-compiled libraries. On Tue, Feb 25, 2014 at 3:49 PM, Anis KADRI anis.ka...@gmail.com 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

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 anis.ka...@gmail.com wrote: Forgot to mention that there is also a source framework=true for pre-compiled libraries. On Tue, Feb 25, 2014

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 mmo...@chromium.org 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

Re: [VOTE] Cordova 2.8.1

2014-02-25 Thread Bryan Higgins
+1 On Tue, Feb 25, 2014 at 4:55 PM, RUDD, Brett brettr...@gmail.com wrote: +1 On Feb 25, 2014, at 13:21, Steven Gill stevengil...@gmail.com wrote: 2.8.0 did. Figured might as well do the point release too On Feb 25, 2014 1:18 PM, Joe Bowser bows...@gmail.com wrote: +1 - This release

Re: [VOTE] Cordova 3.2.0

2014-02-25 Thread Don Coleman
+1 On Tue, Feb 25, 2014 at 4:55 PM, RUDD, Brett brettr...@gmail.com wrote: +1 On Feb 25, 2014, at 12:24, Steven Gill stevengil...@gmail.com 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: *