[GitHub] cordova-docs pull request: CB-11127 Improving internal linking

2016-04-21 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-docs/pull/584 CB-11127 Improving internal linking Relevant changes: - added a new data file, `all-pages.yml`, which stores a list of valid links on the site - version dropdowns and out-of-date

Re: registry.cordova.io down (Cordova Plugin Registry a.k.a the CPR)

2016-04-21 Thread Kerri Shotts
May the registry rest in peace in the ethereal bit bucket in the sky!

Re: registry.cordova.io down (Cordova Plugin Registry a.k.a the CPR)

2016-04-21 Thread Parashuram N
Dropping in to pay my respects. The registry was a good friend and served us and all Cordova developers well. R.I.P. On 4/21/16, 2:13 PM, "julio cesar sanchez" wrote: >R.I.P > >2016-04-21 20:04 GMT+02:00 Shazron : > >> An npm human contacted me about

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-21 Thread Parashuram N
How about we work at doing a Hangout to start with? If someone has budget, we could then plan the next face to face. On 4/21/16, 2:33 PM, "Carlos Santana" wrote: >Same here no IBM budget :-( > >- Carlos >@csantanapr > >> On Apr 21, 2016, at 9:09 AM, Homer, Tony

[GitHub] cordova-medic pull request: CB-11135 If folder is pre-existent, do...

2016-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/98 --- 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-medic pull request: CB-11135 If folder is pre-existent, do...

2016-04-21 Thread omefire
GitHub user omefire opened a pull request: https://github.com/apache/cordova-medic/pull/98 CB-11135 If folder is pre-existent, don't error out You can merge this pull request into a Git repository by running: $ git pull https://github.com/omefire/cordova-medic CB-11135

[GitHub] cordova-medic pull request: Revert "CB-11135 and CB-10475 changes"

2016-04-21 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-medic/pull/97#issuecomment-213191613 I had to fix the commit hashes in the message --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-medic pull request: Revert "CB-11135 and CB-10475 changes"

2016-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/97 --- 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-medic pull request: Revert "CB-11135 and CB-10475 changes"

2016-04-21 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-medic/pull/97#issuecomment-213186610 LGTM --- 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

[GitHub] cordova-docs pull request: CB-11104: Integrate Algolia Search to c...

2016-04-21 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/581#discussion_r60677936 --- Diff: www/static/js/algolia.js --- @@ -0,0 +1,21 @@ +--- +--- + +{% if page.version %} +{% assign version = page.version %}

Re: [JIRA USERS] Short term: Regular users need to be whitelisted to create and comment on issues

2016-04-21 Thread Shazron
As an alternative, you could request access in the #jira-access-request channel in the Cordova slack. Join: slack.cordova.io Sign In: cordova.slack.com On Thu, Apr 21, 2016 at 5:32 PM, Shazron wrote: > According to Apache Infra, Apache JIRA was under spam attack earlier >

[JIRA USERS] Short term: Regular users need to be whitelisted to create and comment on issues

2016-04-21 Thread Shazron
According to Apache Infra, Apache JIRA was under spam attack earlier today. To stop it, new accounts (or existing accounts that are in the jira-user role only) do not have the Create Issue and Comment on Issue permission anymore (short term fix). If any of you need to have the: 1. Create Issue 2.

[GitHub] cordova-medic pull request: Revert "CB-11135 and CB-10475 changes"

2016-04-21 Thread rakatyal
GitHub user rakatyal opened a pull request: https://github.com/apache/cordova-medic/pull/97 Revert "CB-11135 and CB-10475 changes" @riknoll : Please review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-medic

Re: [DISCUSS] Faster incremental builds

2016-04-21 Thread Carlos Santana
I guess it's fine to have default to be faster, we just need to pass the files to be copied to feed the hook to be aware. It's kind of a break API on CLI so maybe CLI 7.x but not sure. Also for folks that want the conversation approach with one command we can also have a flag --clean "cordova

[GitHub] cordova-docs pull request: CB-11104: Integrate Algolia Search to c...

2016-04-21 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/581#discussion_r60674594 --- Diff: www/static/css-src/main.scss --- @@ -194,6 +194,23 @@ code { color: #00; } +/* algolia search formatting */

RE: [DISCUSS] Faster incremental builds

2016-04-21 Thread Jason Ginchereau
Thanks Carlos, that's a good point. The Ionic add_platform_class hook (https://github.com/driftyco/ionic-package-hooks) actually would be fine; it doesn't do anything if the CSS class to be added is already there. But I guess it's possible some other after_prepare hooks might not be as smart.

[GitHub] cordova-medic pull request: CB-11135 iOS Contacts Perms: Handle ca...

2016-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/96 --- 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-medic pull request: CB-11135 iOS Contacts Perms: Handle ca...

2016-04-21 Thread rakatyal
Github user rakatyal commented on the pull request: https://github.com/apache/cordova-medic/pull/96#issuecomment-213161118 LGTM. --- 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

[GitHub] cordova-medic pull request: CB-11135 iOS Contacts Perms: Handle ca...

2016-04-21 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/96#discussion_r60666920 --- Diff: lib/util.js --- @@ -81,8 +92,8 @@ module.exports = (function() { return numDevices; } -function getSimId()

[GitHub] cordova-medic pull request: CB-11135 iOS Contacts Perms: Handle ca...

2016-04-21 Thread rakatyal
Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/96#discussion_r60665244 --- Diff: lib/util.js --- @@ -93,9 +104,9 @@ module.exports = (function() { medicLog("Failed to find simulator we deployed to");

[GitHub] cordova-medic pull request: CB-11135 iOS Contacts Perms: Handle ca...

2016-04-21 Thread rakatyal
Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/96#discussion_r60665206 --- Diff: lib/util.js --- @@ -81,8 +92,8 @@ module.exports = (function() { return numDevices; } -function

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-21 Thread Carlos Santana
Same here no IBM budget :-( - Carlos @csantanapr > On Apr 21, 2016, at 9:09 AM, Homer, Tony wrote: > > FWIW, I checked into the possibility of having Intel host a F2F in Q3. > However, my request was denied for this year :( > > If we can find a host, I'd like to attend!

Re: [DISCUSS] Faster incremental builds

2016-04-21 Thread Carlos Santana
The only thing to watch out is folks modified files during after_prepare event, then they will be broken if the file have not changed and they modified/add content to the file a second time. To make this work the hook event will need to inform batch/node and plugins hooks on before_prepare

[GitHub] cordova-medic pull request: CB-10475 (cordova-plugin-contacts) Gra...

2016-04-21 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-medic/pull/94#issuecomment-213118959 Related PR: https://github.com/apache/cordova-medic/pull/96 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-medic pull request: CB-11135 iOS Contacts Perms: Handle ca...

2016-04-21 Thread omefire
GitHub user omefire opened a pull request: https://github.com/apache/cordova-medic/pull/96 CB-11135 iOS Contacts Perms: Handle case where 'cordova-cli' install … …not global You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-inappbrowser pull request: CB-11136: Fix OAuth by p...

2016-04-21 Thread ephemer
Github user ephemer commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/162#issuecomment-213118009 I agree that it feels kind of wrong. The problem is that many users (myself included) have no control over the call site for window.open -

Re: registry.cordova.io down (Cordova Plugin Registry a.k.a the CPR)

2016-04-21 Thread julio cesar sanchez
R.I.P 2016-04-21 20:04 GMT+02:00 Shazron : > An npm human contacted me about the site being down. > > We announced on April 15, 2015, that it has a life of 6 months: > > http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html > > 6 months would

RE: [DISCUSS] Faster incremental builds

2016-04-21 Thread Jason Ginchereau
If "cordova clean" would also take care of deleting the files copied by prepare, then I'd be confident in making prepare incremental by default. Then if anyone was ever concerned about whether the incremental prepare was doing the right thing, "cordova clean" would be a fairly obvious way to

[GitHub] cordova-plugin-inappbrowser pull request: CB-11136: Fix OAuth by p...

2016-04-21 Thread jcesarsh
Github user jcesarsh commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/162#issuecomment-213116268 I don't think it's a good idea to switch from presenting a modal view to adding a subview, it might behave differently in some cases. Maybe

[GitHub] cordova-plugin-inappbrowser pull request: CB-11136: Fix OAuth by p...

2016-04-21 Thread ephemer
GitHub user ephemer opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/162 CB-11136: Fix OAuth by preventing InAppBrowser from blocking WKWebView thread Presenting a UIViewController in front of the main Cordova UIViewController containing a

registry.cordova.io down (Cordova Plugin Registry a.k.a the CPR)

2016-04-21 Thread Shazron
An npm human contacted me about the site being down. We announced on April 15, 2015, that it has a life of 6 months: http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html 6 months would be Oct 15, now it's 12 months later. Users on old CLIs should migrate to

[GitHub] cordova-medic pull request: CB-10475 (cordova-plugin-contacts) Gra...

2016-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/94 --- 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-plugin-test-framework pull request: CB-11124 Fixing cordov...

2016-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-test-framework/pull/20 --- 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

RE: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-04-21 Thread Vladimir Kotikov (Akvelon)
Exactly. Multiple tags is also possible with this syntax. - Best regards, Vladimir -Original Message- From: Karen Tran [mailto:ktop...@gmail.com] Sent: Thursday, April 21, 2016 5:20 PM To: dev@cordova.apache.org Subject: Re: [Android] Need a solution to config.xml and

Re: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-04-21 Thread Karen Tran
@Vladimir, in your suggestion, is this what you were going for? Being able to add multiple attributes to any direct children node of the parent? Regards, Karen Tran On Thu, Apr 21, 2016 at 3:58 AM, Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com> wrote: > Another

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-21 Thread Homer, Tony
FWIW, I checked into the possibility of having Intel host a F2F in Q3. However, my request was denied for this year :( If we can find a host, I'd like to attend! How about it IBM?! :) On 4/18/16, 2:15 PM, "Jesse" wrote: >No, unfortunately the PhoneGap Vancouver office

[GitHub] cordova-android pull request: CB-11133 Handle android emulator sta...

2016-04-21 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-android/pull/297 CB-11133 Handle android emulator start failure Please find the details in the [Jira issue](https://issues.apache.org/jira/browse/CB-11133). You can merge this pull request into a Git

[GitHub] cordova-lib pull request: CB-11131 Fix TypeError: message.toUpperC...

2016-04-21 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-lib/pull/431 CB-11131 Fix TypeError: message.toUpperCase is not a function in Cord… …ovaLogger [Jira issue](https://issues.apache.org/jira/browse/CB-11131) You can merge this pull request into

[GitHub] cordova-lib pull request: CB-11036 'args.slice is not a function' ...

2016-04-21 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-lib/pull/430#issuecomment-212903032 Updated this in the remaining commands, thanks. Although it was not failing (because of simultaneous async run via `Q.all`) it makes sense to handle them as

[GitHub] cordova-android pull request: CB-11132 Fix Error: Cannot read prop...

2016-04-21 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-android/pull/296 CB-11132 Fix Error: Cannot read property 'match' of undefined in cord… …ova-android emulator.js Please find the details in the [Jira

[GitHub] cordova-plugin-camera pull request: Fix for geolocation/exif data

2016-04-21 Thread AllenConquest
Github user AllenConquest commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/71#issuecomment-212873841 @auser @purplecabbage when is this issue going to be fixed? I'm happy to redo the pull request if I can be added the list of committers. --- If

[GitHub] cordova-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-21 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-windows/pull/168#issuecomment-212840145 Thanks for review, merged --- 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

[GitHub] cordova-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/168 --- 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

[ANNOUNCE] Cordova-common 1.2.0 release

2016-04-21 Thread Vladimir Kotikov (Akvelon)
Cordova-common@1.2.0 has been released! You can find it at https://www.npmjs.com/package/cordova-common - Best regards, Vladimir - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail:

RE: [VOTE] Cordova-common@1.2.0 release

2016-04-21 Thread Vladimir Kotikov (Akvelon)
The vote has now closed. The results are: Positive Binding Votes: 3 Vladimir Kotikov Alexander Sorokin Steven Gill The vote has passed. - Best regards, Vladimir -Original Message- From: Steven Gill [mailto:stevengil...@gmail.com] Sent: Wednesday, April 20, 2016 8:28 PM To:

RE: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-04-21 Thread Vladimir Kotikov (Akvelon)
Another proposal about syntax which allows to specify multiple attributes at once and does not require parsing attributes from plain text: Also I've took a quick look at the implementation and it looks good apart from one minor issue - when we're grafting attributes we probably do

Windows Phone, platform "Windows" and icon fonts

2016-04-21 Thread Alexander Urban
Hello cordova dev team, I have an issue with Windows Phone 8.1, the "windows" platform and icon fonts. Since wp8 is deprecated, I thought I'd better switch to platform "windows". This came to a grinding halt because the icons are not rendered correctly. The issue first showed in Sencha Touch

[GitHub] cordova-plugin-file-transfer pull request: Fix cordova-plugin-file...

2016-04-21 Thread robario
Github user robario commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/138#issuecomment-212767374 It had been reported on [CB-10564](https://issues.apache.org/jira/browse/CB-10564). --- If your project is set up for it, you can reply to this