[GitHub] cordova-docs pull request: Adding linting, link verifier and slack...

2015-08-28 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/323#discussion_r38258347 --- Diff: gulpfile.js --- @@ -31,6 +33,7 @@ var WATCH_INTERVAL= 1000; // in milliseconds var ROOT_DIR = "."; var SOURCE_DIR = path.join(

[GitHub] cordova-docs pull request: Adding linting, link verifier and slack...

2015-08-28 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/323#discussion_r38258345 --- Diff: www/_includes/footer.html --- @@ -72,3 +74,6 @@ +

[GitHub] cordova-docs pull request: Updating blog readme, adding new blog p...

2015-08-28 Thread rakatyal
Github user rakatyal closed the pull request at: https://github.com/apache/cordova-docs/pull/320 --- 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

[GitHub] cordova-docs pull request: Blog notification fixes

2015-08-28 Thread rakatyal
Github user rakatyal closed the pull request at: https://github.com/apache/cordova-docs/pull/307 --- 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

[GitHub] cordova-docs pull request: Adding linting, link verifier and slack...

2015-08-28 Thread rakatyal
GitHub user rakatyal opened a pull request: https://github.com/apache/cordova-docs/pull/323 Adding linting, link verifier and slack and twitter badges You can merge this pull request into a Git repository by running: $ git pull https://github.com/rakatyal/cordova-docs raghav/l

RE: Does Cordova have a problem making developers happy?

2015-08-28 Thread Tim Barham
Thanks for this info, Tammo - this is all great stuff, and it sounds like the German Cordova community owes you a lot! I have a couple of comments: 1. In the Cordova community (or any Apache community), nobody should consider themselves a small person :). Individual contributions are what Apache

[GitHub] cordova-android pull request: CB-9577 Quoted specific device name ...

2015-08-28 Thread vksee
GitHub user vksee opened a pull request: https://github.com/apache/cordova-android/pull/210 CB-9577 Quoted specific device name for ADB This fixes [CB-9577](https://issues.apache.org/jira/browse/CB-9577). You can merge this pull request into a Git repository by running: $ git p

[GitHub] cordova-docs pull request: Gulp now correctly serves the productio...

2015-08-28 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-docs/pull/321#issuecomment-135924262 Merged. Feel free to close and delete. --- 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 pro

[GitHub] cordova-docs pull request: Updating blog readme, adding new blog p...

2015-08-28 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-docs/pull/320#issuecomment-135924182 Merged. Feel free to close and delete. --- 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 pro

[GitHub] cordova-docs pull request: added phonegap to tools section

2015-08-28 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-docs/pull/322#issuecomment-135923569 Merged. Sorry, I forgot to add the "this closes" text. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

Re: [Vote] Tools Release Aug 28th

2015-08-28 Thread Steven Gill
You can test via npm install -g cordova@rc On Fri, Aug 28, 2015 at 5:10 PM, Steven Gill wrote: > Please review and vote on this Tools Release > by replying to this email (and keep discussion on the DISCUSS thread) > > Release issue: https://issues.apache.org/jira/browse/CB-9574 > > Both tools ha

Re: [DISCUSS] Tools Release?

2015-08-28 Thread Steven Gill
Ended up making a mistake with lib which made me have to bump patch versions for lib, cli, and plugman. ugh. Vote is up. On Fri, Aug 28, 2015 at 11:18 AM, Steven Gill wrote: > Release issue: https://issues.apache.org/jira/browse/CB-9574 > > On Thu, Aug 27, 2015 at 11:53 PM, Nikhil Khandelwal < >

[Vote] Tools Release Aug 28th

2015-08-28 Thread Steven Gill
Please review and vote on this Tools Release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-9574 Both tools have been published to dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-9574/ The packages were pub

[GitHub] cordova-plugin-contacts pull request: [CB-8076] Add cordova-plugin...

2015-08-28 Thread surajpindoria
GitHub user surajpindoria opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/73 [CB-8076] Add cordova-plugin-contacts support for browser platform You can merge this pull request into a Git repository by running: $ git pull https://github.com/surajpi

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-28 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135899844 LGTM ! @marcuspridham, I'll pull these changes in. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-28 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135899446 @dpogue , I see what's going on there. This might call for us to be able to handle dependent plugin's versioning in Cordova. --- If your project is set up for it,

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-28 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135892414 I see. The parallel mode exhibits a race condition with regards to this check : [platformJson.isPluginInstalled](https://github.com/apache/cordova-lib/blob/bed6d3a2

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-28 Thread marcuspridham
Github user marcuspridham commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135886715 In serial it seems to be able to detect the file plugin is already installed and does not try to install it again. The parallel way you can see in the logs t

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-28 Thread dpogue
Github user dpogue commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135884862 A related issue about dependency versions from config.xml not being respected when they are dependencies of another plugin is [CB-9525](https://issues.apache.org/jir

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-28 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135884296 This issue arises because [common.copyFileNew] (https://github.com/apache/cordova-lib/blob/dff78b0779444d06e259140694e07d5e8c5f5308/cordova-lib/src/plugman/platforms

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-28 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135883628 This issue arises because [common.copyFileNew] (https://github.com/apache/cordova-lib/blob/dff78b0779444d06e259140694e07d5e8c5f5308/cordova-lib/src/plugman/platforms

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-28 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135883534 This issue arises because [common.copyFileNew] (https://github.com/apache/cordova-lib/blob/dff78b0779444d06e259140694e07d5e8c5f5308/cordova-lib/src/plugman/platforms

[GitHub] cordova-lib pull request: CB-9560 Issue using plugin restore for p...

2015-08-28 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/288#issuecomment-135879399 Cool @marcuspridham . thanks for the confirmation. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

Re: Does Cordova have a problem making developers happy?

2015-08-28 Thread Frederico Galvão
Hi, I'm from Brazil, been working with javascript seriously since 2008, and have known and worked with cordova since 2012, and I'd also like to give my 50 cent on this. I won't dig deep in the topic right now (but I'm willing to), but I have said a few times that the issue with cordova is a one,

[GitHub] cordova-docs pull request: added phonegap to tools section

2015-08-28 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-docs/pull/322 added phonegap to tools section You can merge this pull request into a Git repository by running: $ git pull https://github.com/stevengill/cordova-docs cordova-website Alternatively

Re: [DISCUSS] Tools Release?

2015-08-28 Thread Steven Gill
Release issue: https://issues.apache.org/jira/browse/CB-9574 On Thu, Aug 27, 2015 at 11:53 PM, Nikhil Khandelwal wrote: > I really just meant minor version bump instead of major. Sorry for the > mix-up in terminology. > > -Nikhil > > -Original Message- > From: Carlos Santana [mailto:csan

Re: [DISCUSS] Local plugin configuration

2015-08-28 Thread Tobias Bocanegra
On Thu, Aug 27, 2015 at 6:47 PM, Shazron wrote: > I think this is way overdue, good idea. > > I think tags can already be global to the plugin, and these > are plugin variables -- so it will conflict: > http://docs.phonegap.com/en/edge/guide_plugins_plugin_spec.md.html > > I think its safer to ju

[GitHub] cordova-lib pull request: CB-9559 Adding a plugin with caret in ve...

2015-08-28 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-lib/pull/291#issuecomment-135826021 Thanks for the background on this Tim. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] cordova-lib pull request:

2015-08-28 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-lib/commit/66007122d1d8096aae2142f24f83c6ded20e6d8d#commitcomment-12948153 Yep. cordova-lib@5.2.0 is available at NPM --- If your project is set up for it, you can reply to this email and ha

[GitHub] cordova-lib pull request:

2015-08-28 Thread igordeoliveirasa
Github user igordeoliveirasa commented on the pull request: https://github.com/apache/cordova-lib/commit/66007122d1d8096aae2142f24f83c6ded20e6d8d#commitcomment-12948018 It looks like it has been already shipped, right? --- If your project is set up for it, you can reply to this email

[GitHub] cordova-wp8 pull request: Get rid of Math.random() when making a r...

2015-08-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-wp8/pull/86 --- 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-wp8 pull request: Get rid of Math.random() when making a r...

2015-08-28 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-wp8/pull/86#issuecomment-135767289 Filed https://issues.apache.org/jira/browse/CB-9572, merging in. @scale-tone, please also file an ICLA here: http://www.apache.org/dev/new-committer

[GitHub] cordova-wp8 pull request: CB-8965 Copy cordova-js-src to platform ...

2015-08-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-wp8/pull/85 --- 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-wp8 pull request: Added the XHR upload attribute

2015-08-28 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-wp8/pull/84#issuecomment-135759247 @SunboX, please sign Apache ICLA (see [CONTRIBUTING.md](https://github.com/apache/cordova-wp8/blob/master/CONTRIBUTING.md)) before this could be merged. Tha

Re: Does Cordova have a problem making developers happy?

2015-08-28 Thread Tammo Schimanski
Hey Julio, I already did some translation via Crowdin. For Plugins as also for the main files. But unfortunately i also don’t have enough time to do the translation for all plugins and the main files. :-/ Just had a look onto the prices for flights… i think, i can’t come, thats realy to expensi

Outdated Cordova behavior in docs

2015-08-28 Thread Andrey Kurdumov
Reading across the docs found lines which very likely outdated. Please take a look at these parts and suggestions how to improve. I will reread docs further and will let you know about other findings. config_ref/index.md (The config.xml) 1. "Note that before version 3.3.1-0.2.0, the file existed a

Re: Does Cordova have a problem making developers happy?

2015-08-28 Thread julio cesar sanchez
Hi Tammo, great iniciative! I tried to do the same for spanish speakers, but I rarely have time to write tutorials. "not all german developers are able to ask a question in english (although you might thought that they are)." Yeah, on Spain we are told that ALL other european contries speak engl

Re: Does Cordova have a problem making developers happy?

2015-08-28 Thread Tammo Schimanski
Hello to all of you from Germany, i never wrote an e-mail to this list before but i want to tell you something about the situation over here. I started developing applications with Cordova two years ago. It wasn’t easy to understand how Cordova works and how it has to be used. The docs didn’t he

[GitHub] cordova-js pull request: CB-9370 Fixes failing tests on Node 0.12 ...

2015-08-28 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-js/pull/121#issuecomment-135681546 Yes, using `jsdom` was a mistake. I switched to `jsdom-no-contextify` which doesn't have any native dependencies: https://github.com/apache/cordova-js/pull/

[GitHub] cordova-js pull request: CB-9370 Switches to another jsdom depende...

2015-08-28 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-js/pull/127 CB-9370 Switches to another jsdom dependency to avoid package installation issues This resolves build failures on AppVeyor (https://ci.appveyor.com/project/Humbedooh/cordova-lib/build/

[GitHub] cordova-medic pull request: CB-8936 iOS logs gathering

2015-08-28 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/60#discussion_r38179575 --- Diff: medic/medic-log.js --- @@ -48,7 +48,16 @@ function logBlackberry() { } function logIOS() { -return; +var comma

[GitHub] cordova-ios pull request: Fix Q include in check_reqs.js

2015-08-28 Thread mixersoft
Github user mixersoft commented on the pull request: https://github.com/apache/cordova-ios/pull/132#issuecomment-135665090 I had the same problem. Did this to fix ``` ionic platform remove ios ionic platform add ios # NOW make the change from 'Q' > 'q' ionic build io

[GitHub] cordova-plugin-network-information pull request: Plugin returns ne...

2015-08-28 Thread VinuL
Github user VinuL commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/32#issuecomment-135665148 Yes, good point! Sorted. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Re: Does Cordova have a problem making developers happy?

2015-08-28 Thread julio cesar sanchez
I would like to bring this topic back because I've seen two things recently that worried me First one on the google group "Frustration in the forum" https://groups.google.com/forum/#!topic/phonegap/D7ydf_hNq-w Second one, increasing number of unanswered questions on stackoverflow (from http://sta

[GitHub] cordova-osx pull request: @trivial add 'Resources' group so that p...

2015-08-28 Thread tripodsan
GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-osx/pull/21 @trivial add 'Resources' group so that plugin isntalation works You can merge this pull request into a Git repository by running: $ git pull https://github.com/tripodsan/cordova-osx mino