[GitHub] cordova-plugin-device pull request: Update index.md

2014-07-22 Thread MiGatoSeneca
GitHub user MiGatoSeneca opened a pull request: https://github.com/apache/cordova-plugin-device/pull/17 Update index.md Few translation changes You can merge this pull request into a Git repository by running: $ git pull https://github.com/MiGatoSeneca/cordova-plugin-device

[GitHub] cordova-windows pull request: CB-7129 Switch to nodejs for windows...

2014-07-22 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-windows/pull/38 CB-7129 Switch to nodejs for windows platform scripts https://issues.apache.org/jira/browse/CB-7129 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-splashscreen pull request: Fix logic when setting t...

2014-07-22 Thread renkosteenbeek
Github user renkosteenbeek commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/19#issuecomment-49728150 Thanks for fixing this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

Re: plugin-test-framework PRs

2014-07-22 Thread Michal Mocny
Just a quick update since its been a few days. - Mobile-spec now builds with new-style tests bundled in (there is a button to launch this on the first screen), and the createmobilespec.sh script will automatically install plugin tests. - Last week I moved device tests from mobile-spec over to

[GitHub] cordova-plugin-media pull request: Update index.md

2014-07-22 Thread AurelioDeRosa
GitHub user AurelioDeRosa opened a pull request: https://github.com/apache/cordova-plugin-media/pull/23 Update index.md As stated in the documentation, the successCallback is optional You can merge this pull request into a Git repository by running: $ git pull

Introduction and JIRA help

2014-07-22 Thread Edna Y Morales
Hi all, My name is Edna Morales and I recently joined the Cordova team at IBM so I just wanted to introduce myself. I am a recent grad from Virginia Tech and I will be focusing on iOS within the Cordova team. I am trying to assign an issue to myself, but it seems I may not have permissions or I

Re: Introduction and JIRA help

2014-07-22 Thread Marcel Kinard
Yup, Edna is joining the IBM team as our 2nd iOS person. Edna, I just added you to the Jira ACL so you can own issues. On Jul 22, 2014, at 11:36 AM, Edna Y Morales eymor...@us.ibm.com wrote: Hi all, My name is Edna Morales and I recently joined the Cordova team at IBM so I just wanted to

Re: Introduction and JIRA help

2014-07-22 Thread Michal Mocny
Hello Edna! On Tue, Jul 22, 2014 at 12:08 PM, Marcel Kinard cmarc...@gmail.com wrote: Yup, Edna is joining the IBM team as our 2nd iOS person. Edna, I just added you to the Jira ACL so you can own issues. On Jul 22, 2014, at 11:36 AM, Edna Y Morales eymor...@us.ibm.com wrote: Hi all,

[GitHub] cordova-plugin-contacts pull request: Removing a stray unicode cha...

2014-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/34 --- 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-plugin-contacts pull request: Removing a stray unicode cha...

2014-07-22 Thread wildabeast
GitHub user wildabeast opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/34 Removing a stray unicode character There was a character hiding at the start of this file that only shows up if you read it with the right encoding. Loading the contacts

[GitHub] cordova-firefoxos pull request: [CB-4556] Add a ./cordova/clean pr...

2014-07-22 Thread rodms10
Github user rodms10 commented on the pull request: https://github.com/apache/cordova-firefoxos/pull/18#issuecomment-49783283 It would be better to call the node clean script instead of duplicating the clean code. Our [build.bat

[GitHub] cordova-plugin-file pull request: CB-6923 [WP8] Adding support to ...

2014-07-22 Thread martincgg
GitHub user martincgg opened a pull request: https://github.com/apache/cordova-plugin-file/pull/65 CB-6923 [WP8] Adding support to handle relative paths Added support to resolve relative paths on Windows Phone 8 When the path received is relative, it will combine and obtain

[GitHub] cordova-js pull request: CB 964

2014-07-22 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-js/pull/75 CB 964 Consolidated some error handling in callbacks, and fire a document event when an error occurs. You can merge this pull request into a Git repository by running: $ git pull

Proposal: remove platform versions from platfroms.js

2014-07-22 Thread Mark Koudritsky
Currently a release of our cli tools always downloads the same version of platform files which is hard-coded incordova/platforms.js https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/platforms.js. This makes it impossible to release new versions of platforms that would be

[GitHub] cordova-lib pull request: Breaking src into submodules

2014-07-22 Thread imhotep
Github user imhotep commented on the pull request: https://github.com/apache/cordova-lib/pull/62#issuecomment-49804863 It seems like it already can't be merged cleanly because of recent commits :-( --- If your project is set up for it, you can reply to this email and have your reply

Re: Proposal: remove platform versions from platfroms.js

2014-07-22 Thread Josh Soref
Mark Koudritsky wrote: As the next step in decoupling platform releases I would like to remove the hard-coded version in platform.js and let the CLI to download the latest platform version available on npm by default. As long as the file will continue to support pinned versions… I'm not quite

[GitHub] cordova-plugin-file-transfer pull request: FirefoxOS initial imple...

2014-07-22 Thread rodms10
GitHub user rodms10 opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/36 FirefoxOS initial implementation Using system XHR for transfers. Requires last version of file plugin. Basic test app at https://github.com/rodms10/check-file-transfer.

RE: Proposal: remove platform versions from platfroms.js

2014-07-22 Thread Parashuram Narasimhan (MS OPEN TECH)
Always downloading the latest will also be a problem for Visual Studio that uses Cordova as the IDE. We would need a way where if 2 developers checkout the project and use a specific version of Cordova (CLI), they should have the same version of platform too. Given that the version of the

RE: [Discuss] The Future of Ripple as a Top Level ASF Project

2014-07-22 Thread Parashuram Narasimhan (MS OPEN TECH)
Hi Gorkem, We have produced a couple of prototypes to show how Ripple can be used as a platform. We have been able to delegate most of the plugin specific functionality to the plugin itself, that includes a platform ripple tag in its plugin.xml. We are definitely interested in supporting

[GitHub] cordova-lib pull request: CB-7132: fix regression regarding defaul...

2014-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/58 --- 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

[GitHub] cordova-cli pull request: adding .gush.yml for contribuing

2014-07-22 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-cli/pull/184#issuecomment-49819230 What is this? --- 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

[GitHub] cordova-cli pull request: adding .gush.yml for contribuing

2014-07-22 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-cli/pull/184#issuecomment-49819928 http://gushphp.org/ I don't think we're interested. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-lib pull request: CB-6756 Initial implementation for the s...

2014-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/18 --- 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

[GitHub] cordova-cli pull request: CB-6756 Add save and restore platforms

2014-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/178 --- 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

Re: Proposal: remove platform versions from platfroms.js

2014-07-22 Thread Andrew Grieve
I'm definitely in favour of not pinning the version, since I think that will significantly simplify the release process. re webworks - not sure I fully understood the things you wanted to think about there, but I'm sure it would be easy to have downstreams pin versions. You can already override

[GitHub] cordova-android pull request: CB-7172 Force window to have focus a...

2014-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/108 --- 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

[GitHub] cordova-plugin-file-transfer pull request: Upload parameters out o...

2014-07-22 Thread andrewreedy
GitHub user andrewreedy opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/37 Upload parameters out of order You can merge this pull request into a Git repository by running: $ git pull