[GitHub] cordova-lib pull request #575: CB-13020: (plugman) install filters out nohoo...

2017-07-13 Thread wildabeast
GitHub user wildabeast opened a pull request:

https://github.com/apache/cordova-lib/pull/575

CB-13020: (plugman) install filters out nohooks



### Platforms affected

n/a

### What does this PR do?

fixes CB-13020: plugman filters out nohooks opt

### What testing has been done on this change?

manual

### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wildabeast/cordova-lib master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-lib/pull/575.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #575


commit 6234355db76342b6fb3045b9a3b23e08f42a92bd
Author: Ryan Willoughby <ryan.willoug...@adobe.com>
Date:   2017-07-13T19:10:04Z

CB-13020: (plugman) install filters out nohooks




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-docs pull request #637: Busted link

2016-09-19 Thread wildabeast
GitHub user wildabeast opened a pull request:

https://github.com/apache/cordova-docs/pull/637

Busted link



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wildabeast/cordova-docs patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-docs/pull/637.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #637


commit b2b034b4e8514c6c9b1706495135aea2732eef71
Author: Ryan W <rywi...@gmail.com>
Date:   2016-09-20T00:55:06Z

Busted link




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib pull request:

2015-05-27 Thread wildabeast
Github user wildabeast commented on the pull request:


https://github.com/apache/cordova-lib/commit/60f19284ce5b8e265e2348ba88907fc47af42007#commitcomment-11395737
  
In cordova-lib/src/plugman/platforms/android.js:
In cordova-lib/src/plugman/platforms/android.js on line 150:
This is breaking us ... why not update the sub-library for 3.6.3, 3.7.0, 
etc?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-windows pull request: make bin scripts executable

2015-03-09 Thread wildabeast
GitHub user wildabeast opened a pull request:

https://github.com/apache/cordova-windows/pull/60

make bin scripts executable



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wildabeast/cordova-windows script-permissions

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-windows/pull/60.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #60


commit 030be05e7fc83408bcf5a74f05ab7a0a6ca335aa
Author: Ryan Willoughby ryan.willoug...@adobe.com
Date:   2015-03-09T19:27:33Z

make bin scripts executable




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-wp8 pull request: make scripts executable

2014-09-23 Thread wildabeast
GitHub user wildabeast opened a pull request:

https://github.com/apache/cordova-wp8/pull/58

make scripts executable



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wildabeast/cordova-wp8 script-permission

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-wp8/pull/58.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #58


commit f38beb12cd67d27e6646397a850a16f318451585
Author: Ryan Willoughby ryan.willoug...@adobe.com
Date:   2014-09-23T19:10:52Z

make scripts executable




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[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 javascript module 
broke on iOS in my usage because of this.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wildabeast/cordova-plugin-contacts charfix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-contacts/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #34


commit b8f6ce5bd04298f7fd4cba7c136389cf66eddc6b
Author: Ryan Willoughby ryan.willoug...@nitobi.com
Date:   2014-07-22T18:12:06Z

Removing a stray unicode character

broke my usage.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---