Re: cordova-browser plugin polyfills -- which projects already have work in this space?

2014-11-11 Thread Ray Camden
This went live yesterday. Let me know if it doesn¹t work for you. On 11/5/14, 11:02 AM, Victor Sosa sosah.vic...@gmail.com wrote: Good point, Michal. It would be nice if we could browse the plugins by just filtering the platform. 2014-11-05 10:53 GMT-06:00 Michal Mocny mmo...@chromium.org:

plugin.xml config-file for json files

2014-11-11 Thread Axel Nennker
Hi, if I remember correctly then this was discussed before but I can't find the email exchange. We are trying to use our cordova app on firefoxos and would like to modify manifest.webapp which is a json file. In plugin.xml we can only modify xml files using the config-file element. What are

RE: [VOTE] Tools Release, take 2

2014-11-11 Thread Sergey Grebnov (Akvelon)
I vote +1 • Verified signatures and hashes via ‘coho verify-archive’. • Manually verified tags. • Installed Cordova from archives. • Installed/uninstalled Cordova with npm via ‘npm install cordova@rc’. • Verified ability to update Cordova from older version •

Re: plugin.xml config-file for json files

2014-11-11 Thread Mark Koudritsky
I was just having similar thoughts about getting info from the plugin to *.gradle files. Another option for JSON would be to bundle a JSON file with the same structure as manifest.webapp and have the FirefoxOS build script merge this file into manifest.webapp as one of the first steps. This will

Re: plugin.xml config-file for json files

2014-11-11 Thread Shazron
Have you considered plugin hooks? I just implemented this yesterday to modify the root config.xml file: https://github.com/apache/cordova-plugins/blob/master/local-webserver/plugin.xml On Tuesday, November 11, 2014, Axel Nennker ignisvul...@gmail.com wrote: Hi, if I remember correctly then

[GitHub] cordova-windows pull request: CB-5323 Windows8 build fails due to ...

2014-11-11 Thread dougestey
Github user dougestey commented on the pull request: https://github.com/apache/cordova-windows/pull/12#issuecomment-62592066 So it's 11.11.2014, and this just happened to me again. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Windows platform build issue due to expired certificate

2014-11-11 Thread Sergey Grebnov (Akvelon)
Confirm this issue, looks very critical. Thx! Sergey -Original Message- From: dougestey [mailto:g...@git.apache.org] Sent: Tuesday, November 11, 2014 10:22 AM To: dev@cordova.apache.org Subject: [GitHub] cordova-windows pull request: CB-5323 Windows8 build fails due to ... Github user

[GitHub] cordova-windows pull request: CB-5323 Windows8 build fails due to ...

2014-11-11 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/12#issuecomment-62597408 looks very critical --- 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

Re: plugin.xml config-file for json files

2014-11-11 Thread Jesse
I would like to see a new element titled 'json-file' and matching parser that does the work. something like this? json-file target=someManifest.json parent=some.object.path {the:{stringValue:2,b:added},or:{modified:true}} /json-file @purplecabbage risingj.com On Tue, Nov 11, 2014 at 9:02 AM,

[GitHub] cordova-windows pull request: CB-5323 Windows8 build fails due to ...

2014-11-11 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/12#issuecomment-62597688 yes, we need to fix it for more than a year this time ... @purplecabbage risingj.com On Tue, Nov 11, 2014 at 10:57 AM, Sergey Grebnov

[GitHub] cordova-plugin-camera pull request: CB-7259: Set default value of ...

2014-11-11 Thread KiaFathi
Github user KiaFathi closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/41 --- 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

[GitHub] cordova-cli pull request: CB-7949: Added cordova-local utility

2014-11-11 Thread Bnaya
Github user Bnaya commented on the pull request: https://github.com/apache/cordova-cli/pull/196#issuecomment-62598354 i'de really like to see that! in combination with https://issues.apache.org/jira/browse/CB-7208 it will really improve the workflow. that should be

Re: plugin.xml config-file for json files

2014-11-11 Thread Axel Nennker
I would not modify the value. Can config-file replace values? Just adding stuff would be good enough for my (current) purposes. I would throw on existing keys. When two plugins add the same key then plugman should throw and I don't want to track all changes over all plugins. 2014-11-11 19:58

Re: plugin.xml config-file for json files

2014-11-11 Thread Michal Mocny
I'd also recommend hooks for now. json-file tag sounds potentially more resilient to change, but since you have to explicitly reference the path to target I don't think its any better in practice. Additionally, we've expressed interest in replacing our xml based configs with json manifests, and

RE: Windows platform build issue due to expired certificate

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
This breaks all Cordova for Windows platforms. I think we should fix this and do a Windows platform release immediately. Given that tools is also not out yet, can we make this into the tools release too? Also, how does this impact older Cordova CLI versions ? We may need a fix for them too,

[GitHub] cordova-windows pull request: CB-5323 Windows8 build fails due to ...

2014-11-11 Thread axemclion
Github user axemclion commented on the pull request: https://github.com/apache/cordova-windows/pull/12#issuecomment-62603938 What about older versions of Cordova? They will all be broken too, right? --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-windows pull request: CB-5323 Windows8 build fails due to ...

2014-11-11 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/12#issuecomment-62605394 Yeah, I am looking into a simple patch for them. @purplecabbage risingj.com On Tue, Nov 11, 2014 at 11:28 AM, Parashuram N

Re: plugin.xml config-file for json files

2014-11-11 Thread Jesse
Adding json-file would/could lead to the deprecation of the xml config files, but ultimately we will always need to write xml anyway, so this just adds functionality. Given that it is just an added tag, and matching worker module, this has near zero impact on the existing system. Modification of

RE: [Urgent] Windows platform build issue due to expired certificate

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
As a result of this certificate expiry, Cordova-windows for all users is currently broken. Cordova windows that were building fine yesterday are broken now. I am hoping to get this fixed as soon as possible, and can I suggest the following 1. Make a quick Windows Platform release. We don't

Re: [Urgent] Windows platform build issue due to expired certificate

2014-11-11 Thread Mark Koudritsky
If this will be windows and wp 3.7.1, I'll update the tools release candidates tomorrow. On Tue, Nov 11, 2014 at 3:48 PM, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: As a result of this certificate expiry, Cordova-windows for all users is currently broken. Cordova

Re: [Urgent] Windows platform build issue due to expired certificate

2014-11-11 Thread Jesse
1. yes, lets aim for a vote + release asap 2. yes Mark, this applies to 'windows' only, wp8@3.7.1 is still okay @purplecabbage risingj.com On Tue, Nov 11, 2014 at 1:10 PM, Mark Koudritsky kam...@google.com wrote: If this will be windows and wp 3.7.1, I'll update the tools release candidates

RE: [Urgent] Windows platform build issue due to expired certificate

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
Sergey is working on tagging and getting a release candidate out. -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Tuesday, November 11, 2014 1:19 PM To: dev@cordova.apache.org Subject: Re: [Urgent] Windows platform build issue due to expired certificate 1. yes,

Re: [Urgent] Windows platform build issue due to expired certificate

2014-11-11 Thread Jesse
Okay, I don't see his commit though. https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=summary https://github.com/apache/cordova-windows/tree/master/template Should I commit my updated .pfx file? @purplecabbage risingj.com On Tue, Nov 11, 2014 at 1:20 PM, Parashuram Narasimhan (MS

Re: plugin.xml config-file for json files

2014-11-11 Thread Ian Clelland
Relevant existing work: https://tools.ietf.org/html/rfc6902 - JSON Patch https://github.com/benjamine/jsondiffpatch - JSON diff / patch -- not sure if it uses the same format as the RFC On Tue Nov 11 2014 at 2:38:11 PM Jesse purplecabb...@gmail.com wrote: Adding json-file would/could lead to

RE: [Urgent] Windows platform build issue due to expired certificate

2014-11-11 Thread Sergey Grebnov (Akvelon)
Jesse, please commit the updated certificate and tag the branch, I'll be able to assist with the release process. -Sergey -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Tuesday, November 11, 2014 1:32 PM To: dev@cordova.apache.org Subject: Re: [Urgent] Windows

Re: [Urgent] Windows platform build issue due to expired certificate

2014-11-11 Thread Jesse
Done: https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=commit;h=d62def2432680e81c98225e25f4abeeba6939df2 @purplecabbage risingj.com On Tue, Nov 11, 2014 at 1:36 PM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Jesse, please commit the updated certificate and tag the

RE: [Urgent] Windows platform build issue due to expired certificate

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
Thanks Jesse. Here is a draft of the blog post that could go out to ensure that users do not have this issue - https://github.com/MSOpenTech/apache-blog-posts/blob/master/2014-11-11-windows-cert.md So, should we start an official vote, and publish this to npm? -Original Message-

RE: [Urgent] Windows platform build issue due to expired certificate

2014-11-11 Thread Sergey Grebnov (Akvelon)
Almost done with Windows dist package: 1. Created and verified (CB-8004) 2. Uploading to dist ... Thx! Sergey -Original Message- From: Parashuram Narasimhan (MS OPEN TECH) [mailto:panar...@microsoft.com] Sent: Tuesday, November 11, 2014 2:19 PM To: dev@cordova.apache.org Subject: RE:

[Vote] 3.7.1 Windows Release

2014-11-11 Thread Sergey Grebnov (Akvelon)
Please review and vote on this 3.7.1 Windows Release. Release issue: https://issues.apache.org/jira/browse/CB-8004 Repos ready to be released have been published to dist/dev: https://dist.apache.org/repos/dist/dev/cordova/CB-8004 The package was published from its corresponding git tag: 3.7.1

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
+1. Checked the certificate issue works fine. Since this is a critical release, I would suggest that we don't want for the 48 hours. Note that the 48hours in only recommended and can be relaxed if the community feels that a release needs to happen sooner. -Original Message- From:

Re: [VOTE] Tools Release, take 2

2014-11-11 Thread Mark Koudritsky
This vote is cancelled. Important update in windows platform is expected by tomorrow, see https://issues.apache.org/jira/browse/CB-5323 https://issues.apache.org/jira/browse/CB-8004 Preparing new packages tomorrow with micro versions bumped to: cordova-lib: 4.1.2 cordova-cli: 4.1.2

Re: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Jesse
Sergey, you need to publish your keys. We cannot verify-archive otherwise. Instructions here: https://github.com/apache/cordova-coho/blob/master/docs/setting-up-gpg.md And yes, this should be a 72 minute voting window @purplecabbage risingj.com On Tue, Nov 11, 2014 at 2:51 PM, Parashuram

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Sergey Grebnov (Akvelon)
Working on this, stuck on the following command, trying to figure out what is wrong λ gpg --keyserver keys.gnupg.net --send-keys E954EC3C gpg: sending key E954EC3C to hkp server keys.gnupg.net gpg: system error while calling external program: No error gpg: WARNING: unable to remove tempfile

Re: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Jesse
okay, I went through the whole process just now too. I see your key is published to cordova-dist, the rest is optional ... so don't let it hold you back @purplecabbage risingj.com On Tue, Nov 11, 2014 at 4:43 PM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Working on this, stuck

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Sergey Grebnov (Akvelon)
Thx, didn't know this. PS. Completed the rest of key registration work - running command from the gpg root folder did the trick. -Sergey -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Tuesday, November 11, 2014 4:53 PM To: dev@cordova.apache.org Subject: Re:

Re: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Jesse
I vote +1: * Ran coho verify-archive * created and ran a project @purplecabbage risingj.com On Tue, Nov 11, 2014 at 4:52 PM, Jesse purplecabb...@gmail.com wrote: okay, I went through the whole process just now too. I see your key is published to cordova-dist, the rest is optional ... so

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Sergey Grebnov (Akvelon)
The vote has now closed. The results are: Positive Binding Votes: 3 Parashuram Narasimhan Jesse MacFadyen Sergey Grebnov Negative Binding Votes: 0 The vote has passed. -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Tuesday, November 11, 2014 5:05 PM To:

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Sergey Grebnov (Akvelon)
Jesse, could you please publish cordova-windows-3.7.1.tgz to npm? Can someone also grant me with w/ write access to npm/cordova-windows? My id: sgrebnov Thx! Sergey -Original Message- From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com] Sent: Tuesday, November 11, 2014 5:18

Re: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Jesse
Done, and Done'r. Thanks for your quick work Sergey! https://www.npmjs.org/package/cordova-windows @purplecabbage risingj.com On Tue, Nov 11, 2014 at 5:26 PM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Jesse, could you please publish cordova-windows-3.7.1.tgz to npm? Can

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
Thanks a lot Jesse and Sergey for the quick turn around. Can e also publish the Cordova blog post? I have sent a pull request. From: Jessemailto:purplecabb...@gmail.com Sent: ‎11/‎11/‎2014 5:43 PM To: dev@cordova.apache.orgmailto:dev@cordova.apache.org Subject:

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Sergey Grebnov (Akvelon)
Thank you, Jesse. I've verified deployed package, no issues found. Thx! Sergey -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Tuesday, November 11, 2014 5:42 PM To: dev@cordova.apache.org Subject: Re: [Vote] 3.7.1 Windows Release Done, and Done'r. Thanks for your

Re: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Jesse
I'll look into how to do that. FYI, users can also patch older cordova-windows projects with this plugin: $ cordova plugin add com.risingj.patchtempcert @purplecabbage risingj.com On Tue, Nov 11, 2014 at 6:09 PM, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: Thanks a

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
I could help, but I don’t have the rights to the blog repo, or a way to publish it :( -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Tuesday, November 11, 2014 6:34 PM To: dev@cordova.apache.org Subject: Re: [Vote] 3.7.1 Windows Release I'll look into how to do

Re: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Steven Gill
Hey Parashuram, I don't see the PR for it On Tue, Nov 11, 2014 at 6:42 PM, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: I could help, but I don’t have the rights to the blog repo, or a way to publish it :( -Original Message- From: Jesse

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
This one - https://github.com/cordova/apache-blog-posts/pull/21 ? -Original Message- From: Steven Gill [mailto:stevengil...@gmail.com] Sent: Tuesday, November 11, 2014 6:45 PM To: dev@cordova.apache.org Subject: Re: [Vote] 3.7.1 Windows Release Hey Parashuram, I don't see the PR for

Re: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Steven Gill
Yup! See it now. I left some comments. I'll push the blog once it is ready! -Steve On Tue, Nov 11, 2014 at 6:46 PM, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: This one - https://github.com/cordova/apache-blog-posts/pull/21 ? -Original Message- From: Steven

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
Thanks a lot Steve for helping on this. I have updated the blog post according to the comment, and checked that it works. -Original Message- From: Steven Gill [mailto:stevengil...@gmail.com] Sent: Tuesday, November 11, 2014 6:52 PM To: dev@cordova.apache.org Subject: Re: [Vote] 3.7.1

Re: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Steven Gill
I made some style updates and published it. http://cordova.apache.org/news/2014/11/11/windows-cert.html. If we need to make more changes, we can still do that. I will announce this on twitter now. -Steve On Tue, Nov 11, 2014 at 7:07 PM, Parashuram Narasimhan (MS OPEN TECH)

RE: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Parashuram Narasimhan (MS OPEN TECH)
Thanks a lot Steve for this. I think this looks good. -Original Message- From: Steven Gill [mailto:stevengil...@gmail.com] Sent: Tuesday, November 11, 2014 7:49 PM To: dev@cordova.apache.org Subject: Re: [Vote] 3.7.1 Windows Release I made some style updates and published it.

Re: [Vote] 3.7.1 Windows Release

2014-11-11 Thread Steven Gill
Tweet: https://twitter.com/apachecordova/status/532382287640293376 On Tue, Nov 11, 2014 at 7:55 PM, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: Thanks a lot Steve for this. I think this looks good. -Original Message- From: Steven Gill

[GitHub] cordova-lib pull request: Add a type named gradleReference in fr...

2014-11-11 Thread fujunwei
GitHub user fujunwei opened a pull request: https://github.com/apache/cordova-lib/pull/119 Add a type named gradleReference in framework It's too complex to dependence AAR in plugin, it need build the plugin to a android project which include AndroidManifest.xml. This patch

[GitHub] cordova-lib pull request: Add a type named gradleReference in fr...

2014-11-11 Thread fujunwei
Github user fujunwei commented on the pull request: https://github.com/apache/cordova-lib/pull/119#issuecomment-62672178 The Cordova 4.0 have the same feature as Android: Add library projects to gradle build config

[GitHub] cordova-lib pull request: Add a type named gradleReference in fr...

2014-11-11 Thread fujunwei
Github user fujunwei closed the pull request at: https://github.com/apache/cordova-lib/pull/111 --- 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