[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-12 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/178#discussion_r26284601 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -278,9 +283,16 @@ module.exports = function plugin(command, targets, opts) {

[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-12 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/178#discussion_r26284603 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -295,14 +307,87 @@ module.exports = function plugin(command, targets, opts) {

[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-12 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/178#discussion_r26284597 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -234,7 +239,6 @@ module.exports = function plugin(command, targets, opts) {

[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-12 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/178#discussion_r26284609 --- Diff: cordova-lib/src/plugman/fetch.js --- @@ -144,7 +144,10 @@ function fetchPlugin(plugin_src, plugins_dir, options) { });

[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-12 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/178#discussion_r26284638 --- Diff: cordova-lib/src/plugman/util/metadata.js --- @@ -59,3 +59,10 @@ exports.save_fetch_metadata = function(pluginsDir, pluginId, data) {

[GitHub] cordova-lib pull request: CB-8595 Merge platforms.js from cordova ...

2015-03-12 Thread mmocny
Github user mmocny commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/183#discussion_r26214059 --- Diff: cordova-lib/src/platforms/platforms.js --- @@ -0,0 +1,102 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-lib pull request: Deprecate the old feature syntax from co...

2015-03-12 Thread gorkem
Github user gorkem closed the pull request at: https://github.com/apache/cordova-lib/pull/182 --- 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: Medic Refactor

2015-03-12 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26141990 --- Diff: bin/checkout.js --- @@ -0,0 +1,46 @@ +#!/usr/bin/env node + +// node dependencies +var fs = require('fs'); +

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26226876 --- Diff: buildbot-conf/cordova-config.json.sample --- @@ -0,0 +1,43 @@ +{ +couchdb: { +uri: http://localhost:5984; +

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26200617 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,336 @@ +import os +import re +import json + +from

[GitHub] cordova-plugin-splashscreen pull request: [WP8] Respect SplashScre...

2015-03-12 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/38#discussion_r26150136 --- Diff: src/wp/SplashScreen.cs --- @@ -40,26 +40,35 @@ namespace WPCordovaClassLib.Cordova.Commands /// /summary

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Fixed occasiona...

2015-03-12 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/69#discussion_r26153526 --- Diff: tests/tests.js --- @@ -305,7 +306,17 @@ exports.defineAutoTests = function () { // -

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/37#issuecomment-78122882 Also good catch with the clone step: I was running an older branch, and this didn't come up in my tests. Fixed the issue by adding an `exclude` parameter to

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26154307 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,326 @@ +import os +import re +import json + +from buildbot.schedulers.basic

[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-12 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/178#discussion_r26284598 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -267,7 +271,8 @@ module.exports = function plugin(command, targets, opts) {

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26228578 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,336 @@ +import os +import re +import json + +from buildbot.schedulers.basic

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26228651 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,336 @@ +import os +import re +import json + +from buildbot.schedulers.basic

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26228516 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,336 @@ +import os +import re +import json + +from buildbot.schedulers.basic

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26228485 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,336 @@ +import os +import re +import json + +from buildbot.schedulers.basic

Re: [VOTE] Camera Plugin Release 0.3.6

2015-03-12 Thread Parashuram N (MS OPEN TECH)
Voting + 1 €Verified signatures and hashes €Verified tags €Verified plugins added correctly to blank app €Verified blank app can be successfully ran and built €Ran smoke testing of mobilespec app (ran autotests) €Performed manual ad-hoc testing €Verified Release

[GitHub] cordova-mobile-spec pull request: Copy Mobilespec App Template Ins...

2015-03-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/121 --- 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

RE: [Vote] 3.8.0 Cordova App Hello World Release

2015-03-12 Thread Parashuram N (MS OPEN TECH)
Voting +1 for this. Also did initial tests on Windows, seems to work • Verified signatures and hashes • Verified tags • Verified that app can be built and ran under windows, wp8 and android platforms • Verified release notes: + added license header to config.xml + added

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26227510 --- Diff: buildbot-conf/cordova-internal.conf --- @@ -0,0 +1,101 @@ +import os +import json + +from buildbot.changes.gitpoller import

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26227126 --- Diff: buildbot-conf/cordova-config.json.sample --- @@ -0,0 +1,43 @@ +{ +couchdb: { +uri: http://localhost:5984; +

[GitHub] cordova-plugin-geolocation pull request: CB-7754 - [Geolocation] S...

2015-03-12 Thread sandstrom
Github user sandstrom commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/28#issuecomment-78448058 Any existing value for `NSLocationAlwaysUsageDescription ` in the plist gets overwritten with an empty string. This makes it harder to provide a

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26291762 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,336 @@ +import os +import re +import json + +from

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26289567 --- Diff: buildbot-conf/cordova-internal.conf --- @@ -0,0 +1,101 @@ +import os +import json + +from buildbot.changes.gitpoller

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26294930 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,336 @@ +import os +import re +import json + +from

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26305196 --- Diff: buildbot-conf/cordova-config.json.sample --- @@ -0,0 +1,43 @@ +{ +couchdb: { +uri: http://localhost:5984;

RE: CSP policy

2015-03-12 Thread Nikhil Khandelwal
Thanks for the explanations, Andrew. Most of this makes sense now. Also, I liked your comments. We've noticed up to 30% performance slow down by disabling eval through CSP in angular and other popular frameworks. I'm concerned in not adding 'unsafe-eval' as the default. We should add it to the

[GitHub] cordova-lib pull request: CB-7698 BugFix: For plugins which requir...

2015-03-12 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/184#issuecomment-78815446 @vladimir-kotikov Can you please help review? --- 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-plugin-inappbrowser pull request: Make toolbar more iOS7 ...

2015-03-12 Thread lukeharback
GitHub user lukeharback opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/92 Make toolbar more iOS7 8 like Change the UIToolbar to be full height with no offset to be more like a UINavigationBar Change the bar style from UIBarStyleBlackOpaque to

Re: CSP policy

2015-03-12 Thread Andrew Grieve
Added comment with these points to the template. On Wed, Mar 11, 2015 at 9:37 PM, Andrew Grieve agri...@chromium.org wrote: Great questions! Certainly was hoping to get more eyes on this! Not sure where a good spot to document this is, but maybe right in the template is okay? That way users

RE: [Vote] 3.8.0 Cordova App Hello World Release

2015-03-12 Thread Steven Gill
This vote has failed. I'll start a new vote thread. On Mar 11, 2015 6:26 PM, Parashuram N (MS OPEN TECH) panar...@microsoft.com wrote: I think if we change the tag, we will have to vote again. However, we don't have to necessarily wait for 72 hours, for a fix that is small. -Original

Re: [DISCUSS] Cordova-Android 4.0.0 Release

2015-03-12 Thread Joe Bowser
OK, so right now it's just docs? How soon can we get a VOTE thread started for 4.0.0? On Wed, Mar 4, 2015 at 10:47 AM Andrew Grieve agri...@chromium.org wrote: mobilespec is now working again... Took longer than I would have liked, but did you know that on Android FileReader triggers

RE: [DISCUSS] Cordova-Android 4.0.0 Release

2015-03-12 Thread Nikhil Khandelwal
I know we discussed a couple of approaches implementing the default whitelist policy for Android/iOS - either every app would be required to include the whitelist plugin or have it have smart defaults in the platform implementation and the plugin being able to override them. I don’t think

[GitHub] cordova-lib pull request: CB-8595 Merge platforms.js from cordova ...

2015-03-12 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/183#issuecomment-78635997 Addressed the comments and merged as a single squashed commit. Thanks for reviewing. --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-wp8 pull request: JsonHelper testing, and use of Newtonsof...

2015-03-12 Thread brodybits
Github user brodybits commented on the pull request: https://github.com/apache/cordova-wp8/pull/62#issuecomment-78657210 :+1: Any idea if and when this will be included? --- 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: Medic Refactor

2015-03-12 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26292395 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,336 @@ +import os +import re +import json + +from

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Fixed occasiona...

2015-03-12 Thread alsorokin
Github user alsorokin closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/69 --- 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,

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-12 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26291601 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,336 @@ +import os +import re +import json + +from

[GitHub] cordova-windows pull request: Fix for callback invocation with NO_...

2015-03-12 Thread CJRChang
Github user CJRChang commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/61#discussion_r26282196 --- Diff: cordova-js-src/exec.js --- @@ -60,18 +60,32 @@ module.exports = function (success, fail, service, action, args) { //

Re: [DISCUSS] publishing cordova-app-hello-world to npm and adding as dependency of cordova-lib

2015-03-12 Thread Michal Mocny
Perfect. Thanks Steve. On Mon, Mar 9, 2015 at 7:46 PM, Steven Gill stevengil...@gmail.com wrote: Release steps: https://github.com/apache/cordova-coho/blob/master/docs/app-hello-world-release-process.md I will have to run through a release to see if I got it all right. Okay, I'm going to

[GitHub] cordova-windows pull request: Fix for callback invocation with NO_...

2015-03-12 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/61#discussion_r26280733 --- Diff: cordova-js-src/exec.js --- @@ -60,18 +60,32 @@ module.exports = function (success, fail, service, action, args) { //

RE: [GitHub] cordova-windows pull request: Fix for callback invocation with NO_...

2015-03-12 Thread Rob Paveza
Only question is if callback.status might be undefined (stands to reason if it can be null). If so, the present check is insufficient and changes because you test with ===. -Rob -Original Message- From: robpaveza [mailto:g...@git.apache.org] Sent: Wednesday, March 11, 2015 11:14 PM

[GitHub] cordova-windows pull request: Fix for callback invocation with NO_...

2015-03-12 Thread CJRChang
Github user CJRChang commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/61#discussion_r26280804 --- Diff: cordova-js-src/exec.js --- @@ -60,18 +60,32 @@ module.exports = function (success, fail, service, action, args) { //

[GitHub] cordova-windows pull request: Fix for callback invocation with NO_...

2015-03-12 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/61#discussion_r26281092 --- Diff: cordova-js-src/exec.js --- @@ -60,18 +60,32 @@ module.exports = function (success, fail, service, action, args) { //