[GitHub] cordova-osx issue #35: added support for native calls into javascript for os...

2016-06-09 Thread VPantaleo
Github user VPantaleo commented on the issue: https://github.com/apache/cordova-osx/pull/35 Hi, this means that I can use JavaScript for Automation on Yosemite ? how can I do to send mail, for example ? Thanks --- If your project is set up for it, you can

[GitHub] cordova-plugin-globalization pull request #49: Add badges for paramedic buil...

2016-06-09 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/49 Add badges for paramedic builds on Jenkins ### Platforms affected None ### What does this PR do? This PR adds badges for paramedic-based build

[GitHub] cordova-plugin-globalization issue #49: Add badges for paramedic builds on J...

2016-06-09 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-globalization/pull/49 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-globalization/pull/49/commits/master) **Dashboard** -

[GitHub] cordova-plugin-whitelist pull request #21: CB-11391 android: Does not pass s...

2016-06-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-whitelist/pull/21 --- 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 th

RE: New whitelist jira issue and merge request

2016-06-09 Thread Vladimir Kotikov (Akvelon)
I have merged these PRs: https://github.com/apache/cordova-plugin-inappbrowser/pull/169 https://github.com/apache/cordova-plugin-file/pull/183 https://github.com/apache/cordova-plugin-whitelist/pull/20 - Best regards, Vladimir -Original Message- From: Joe Bowser [mailto:bows...@gmail.com]

[GitHub] cordova-plugin-file-transfer issue #146: Adds support to PATCH method

2016-06-09 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/146 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-file-transfer/pull/146/commits/master) **Dashboard**

[GitHub] cordova-plugin-globalization issue #49: Add badges for paramedic builds on J...

2016-06-09 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-plugin-globalization/pull/49 @nikhilkh, could you please take a look --- 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 d

[GitHub] cordova-plugin-globalization pull request #49: Add badges for paramedic buil...

2016-06-09 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-plugin-globalization/pull/49#discussion_r66471833 --- Diff: README.md --- @@ -21,7 +21,11 @@ description: Access locale data. # under the License. --> -[![Bui

[GitHub] cordova-plugin-globalization issue #49: Add badges for paramedic builds on J...

2016-06-09 Thread nikhilkh
Github user nikhilkh commented on the issue: https://github.com/apache/cordova-plugin-globalization/pull/49 One minor comment. 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 featu

[GitHub] cordova-lib pull request #449: CB-11023 Add edit-config functionality

2016-06-09 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/449#discussion_r66486389 --- Diff: cordova-common/src/ConfigChanges/ConfigChanges.js --- @@ -125,12 +128,32 @@ function remove_plugin_changes(pluginInfo, is_top_level) {

[GitHub] cordova-android issue #309: CB-11383: Update to gradle for using jcenter and...

2016-06-09 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-android/pull/309 OK, Looks good, I'm going to merge 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 f

[GitHub] cordova-android pull request #309: CB-11383: Update to gradle for using jcen...

2016-06-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/309 --- 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 featur

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-09 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/449 @ktop the author name on the commit is "unknown" --- 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 thi

[GitHub] cordova-js issue #130: Fix CB-3785 - enable EventListener interface support

2016-06-09 Thread rayshan
Github user rayshan commented on the issue: https://github.com/apache/cordova-js/pull/130 Rebased --- 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-lib issue #449: CB-11023 Add edit-config functionality

2016-06-09 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/449 I've tested it out and I think there needs to be a slight tweak to the `--force` behavior. When a plugin is force added, any conflicting edit-config changes it has should not be applied. Otherwi

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-09 Thread ktop
Github user ktop commented on the issue: https://github.com/apache/cordova-lib/pull/449 @riknoll Where does it say "unknown"? I don't see it. If we have plugin-1, plugin-2 --force, and then add plugin-3 with --force, plugin-1 and plugin-2 should not be applied correct?

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-09 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/449 @ktop Run `git log` and check out the author field. Your email shows up, but the name is unknown for some reason. As for the force add thing, that sounds fine to me. There are two possib

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-09 Thread macdonst
Github user macdonst commented on the issue: https://github.com/apache/cordova-lib/pull/449 @ktop I also see "unknown" for your name in `git log`. --- 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 h

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-09 Thread ktop
Github user ktop commented on the issue: https://github.com/apache/cordova-lib/pull/449 ahh must be because I didn't set up my git config after my computer got re-imaged. I have it set now and hopefully it will appear after I rebase. --- If your project is set up for it, you can rep

Re: [DISCUSS] CLI Templates

2016-06-09 Thread Steven Gill
I created a new proposal for enhancing templates. Please give feedback to proposal in the PR! https://github.com/cordova/cordova-discuss/pull/49 On Tue, May 31, 2016 at 6:44 PM, Tommy Williams wrote: > Yeah, I don’t really mean any more than what templates + create already do > with config.xml.

[GitHub] cordova-plugin-file pull request #184: CB-11407 (ios): Added extern keyword ...

2016-06-09 Thread hollyschinsky
GitHub user hollyschinsky opened a pull request: https://github.com/apache/cordova-plugin-file/pull/184 CB-11407 (ios): Added extern keyword to constants to fix phonegap-webview-ios template projects ### Platforms affected iOS ### What does this PR do? Fix

[GitHub] cordova-plugin-file issue #184: CB-11407 (ios): Added extern keyword to cons...

2016-06-09 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-file/pull/184 Cordova CI Build has one or more failures. **Commit** - [Link](https://github.com/apache/cordova-plugin-file/pull/184/commits/master) **Dashboard** - [Link](http://c

[GitHub] cordova-plugin-file issue #184: CB-11407 (ios): Added extern keyword to cons...

2016-06-09 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-file/pull/184 Since the Cordova CI Build failure was for Android, and this change was for iOS, I would ignore the false positive. (seems to be a config problem? "ERROR: Step ‘Publish JUnit test resu

[GitHub] cordova-plugin-file pull request #184: CB-11407 (ios): Added extern keyword ...

2016-06-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/184 --- 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 fe

Nightly build #36 for cordova has succeeded!

2016-06-09 Thread Apache Jenkins Server
Nightly build #36 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/36/consoleFull - Jenkins for Apache Cordova ---

Re: Nightly build #36 for cordova has succeeded!

2016-06-09 Thread Shazron
I like how Jenkins is all happy <3 On Thu, Jun 9, 2016 at 7:54 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Nightly build #36 for cordova has succeeded! > The latest nightly has been published and you can try it out with 'npm i > -g cordova@nightly' > > For details check build

Re: Nightly build #36 for cordova has succeeded!

2016-06-09 Thread Carlos Santana
Jenkins blue moons 🙌 +1 - Carlos Santana @csantanapr > On Jun 9, 2016, at 11:07 PM, Shazron wrote: > > I like how Jenkins is all happy <3 > > On Thu, Jun 9, 2016 at 7:54 PM, Apache Jenkins Server < > jenk...@builds.apache.org> wrote: > >> Nightly build #36 for cordova has succeeded! >> The la