[GitHub] cordova-plugin-dialogs pull request: CB-9449 - Allow a blank strin...

2015-08-05 Thread jcesarmobile
Github user jcesarmobile commented on the pull request:


https://github.com/apache/cordova-plugin-dialogs/pull/55#issuecomment-127889230
  
Tested on iOS, seems good.


---
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



Re: WKWebView and iOS 9

2015-08-05 Thread Shazron
I don't think that is a good idea. The reason why WKWebView is a plugin is
the faster update cycle. This is the total point of the new 4.x release:
pluggable webviews. If the current UIWebView implementation is buggy,
someone could *potentially* update that also.

On Wed, Aug 5, 2015 at 1:44 PM, julio cesar sanchez jcesarmob...@gmail.com
wrote:

 My idea:

 Make iOS 9 use WKWebView as default without plugin and iOS 8 and previous
 use UIWebView, then if people want WKWebView on iOS 8 they install the
 existing plugin with the webserver

 2015-08-05 5:54 GMT+02:00 Shazron shaz...@gmail.com:

  +1 Carlos
 
  On Wednesday, August 5, 2015, Carlos Santana csantan...@gmail.com
 wrote:
 
   I would like to see by default or configuration setting be able to have
   that combination WKWebView plugin only works on iOS 9 and older iOSes
   fallback to UIWebView
  
   I can already hear customers asking too many questions about running a
   webserver inside their app (i.e.  security, energy, old hacks on their
  own
   custom plugins, etc). I prefer to have the option to tell them it's a
   choice it's very easy to select to not have a webserver at all.
  
   - Carlos
   Sent from my iPhone
  
On Aug 4, 2015, at 8:16 PM, Shazron shaz...@gmail.com
 javascript:;
   wrote:
   
My thinking -- It'll be a hybrid approach - iOS 8 uses local-web
  server,
iOS 9 doesn't. We'll have to support both if the dev deploys to an
  older
target (the final fallback is UIWebView)
   
Either that or WKWebView plugin only works on iOS 9 and older iOSes
fallback to UIWebView.
   
On Wednesday, August 5, 2015, Edna Y Morales eymor...@us.ibm.com
   javascript:; wrote:
   
   
Hi all,
   
Since the file:// url loading bug was fixed for WKWebView in iOS 9,
  are
   we
going to move away from the local webserver solution?
   
Thanks,
Edna Morales
  
   -
   To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
  javascript:;
   For additional commands, e-mail: dev-h...@cordova.apache.org
   javascript:;
  
  
 



[GitHub] cordova-plugin-media pull request: Streaming Background threadin...

2015-08-05 Thread johncblandii
Github user johncblandii commented on the pull request:


https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-127892806
  
I tested this on my app and the playback starts and pauses as expected.

+1


---
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



Re: WKWebView and iOS 9

2015-08-05 Thread julio cesar sanchez
You are right, sorry, I haven't looked into the pluggable webviews yet.

After looking into the WKWebView engine plugin I've seen that the local
webserver is a dependency, I thought it was included inside the plugin (as
the one from Eddy).

So, the way to go is remove the dependency and make it only available for
iOS 9? and if the user want to use it on iOS 8 then he install the
webserver plugin manually and maybe add a preference on the WKWebView
engine plugin? or is there a way that the preference (or an install param)
can install the webserver plugin with a hook or something?


2015-08-05 8:30 GMT+02:00 Shazron shaz...@gmail.com:

 I don't think that is a good idea. The reason why WKWebView is a plugin is
 the faster update cycle. This is the total point of the new 4.x release:
 pluggable webviews. If the current UIWebView implementation is buggy,
 someone could *potentially* update that also.

 On Wed, Aug 5, 2015 at 1:44 PM, julio cesar sanchez 
 jcesarmob...@gmail.com
 wrote:

  My idea:
 
  Make iOS 9 use WKWebView as default without plugin and iOS 8 and previous
  use UIWebView, then if people want WKWebView on iOS 8 they install the
  existing plugin with the webserver
 
  2015-08-05 5:54 GMT+02:00 Shazron shaz...@gmail.com:
 
   +1 Carlos
  
   On Wednesday, August 5, 2015, Carlos Santana csantan...@gmail.com
  wrote:
  
I would like to see by default or configuration setting be able to
 have
that combination WKWebView plugin only works on iOS 9 and older
 iOSes
fallback to UIWebView
   
I can already hear customers asking too many questions about running
 a
webserver inside their app (i.e.  security, energy, old hacks on
 their
   own
custom plugins, etc). I prefer to have the option to tell them it's a
choice it's very easy to select to not have a webserver at all.
   
- Carlos
Sent from my iPhone
   
 On Aug 4, 2015, at 8:16 PM, Shazron shaz...@gmail.com
  javascript:;
wrote:

 My thinking -- It'll be a hybrid approach - iOS 8 uses local-web
   server,
 iOS 9 doesn't. We'll have to support both if the dev deploys to an
   older
 target (the final fallback is UIWebView)

 Either that or WKWebView plugin only works on iOS 9 and older iOSes
 fallback to UIWebView.

 On Wednesday, August 5, 2015, Edna Y Morales eymor...@us.ibm.com
javascript:; wrote:


 Hi all,

 Since the file:// url loading bug was fixed for WKWebView in iOS
 9,
   are
we
 going to move away from the local webserver solution?

 Thanks,
 Edna Morales
   
-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
   javascript:;
For additional commands, e-mail: dev-h...@cordova.apache.org
javascript:;
   
   
  
 



Re: [DISCUSS] Upcoming Releases

2015-08-05 Thread julio cesar sanchez
We should wait for ios 3.9.1 with the build fix before the tools release

2015-08-05 4:33 GMT+02:00 Carlos Santana csantan...@gmail.com:

 I will help out with reviewing and voting for all.

 I can take over the release of browser and firefoxos, I have a new Mac so
 it will be a good practice to go thru a release process and make sure I
 have pgp setup and access to different places

 - Carlos
 Sent from my iPhone

  On Aug 4, 2015, at 7:50 PM, Steven Gill stevengil...@gmail.com wrote:
 
  Lots of discussions on upcoming releases. My proposed timeline
 
  Wed: Start a tools release:
  cordova-lib@5.2.0 (fully working --browserify flag if we merge in PR)
  cordova-cli@5.2.0
  cordova-plugman@0.24.0 or 1.0.0 (removed all registry features)
  cordova-js@4.1.0
 
  Pinned android 4.1.1 and ios 3.9.0
 
  Wed/Thurs: Start platform releases
  Windows, Blackberry, Browser, Ubuntu, FirefoxOS, webos
 
  Next week:
  * New lib/cli release with updated pinned platforms. Probably 5.2.1
  * Plugins release
 
  If people want to take over/help with any of these releases, let me know.
  I'm going to start by diving into tools tomorrow. I will definitely need
  help with reviewing and voting on releases.

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




Re: [DISCUSS] Upcoming Releases

2015-08-05 Thread julio cesar sanchez
BTW, I want to help reviewing too, but I don't really know how to do it, in
the contributing documentation I have found information about the issue
workflow, but I can't find anything about reviewing workflow

2015-08-05 9:41 GMT+02:00 julio cesar sanchez jcesarmob...@gmail.com:

 We should wait for ios 3.9.1 with the build fix before the tools release

 2015-08-05 4:33 GMT+02:00 Carlos Santana csantan...@gmail.com:

 I will help out with reviewing and voting for all.

 I can take over the release of browser and firefoxos, I have a new Mac so
 it will be a good practice to go thru a release process and make sure I
 have pgp setup and access to different places

 - Carlos
 Sent from my iPhone

  On Aug 4, 2015, at 7:50 PM, Steven Gill stevengil...@gmail.com wrote:
 
  Lots of discussions on upcoming releases. My proposed timeline
 
  Wed: Start a tools release:
  cordova-lib@5.2.0 (fully working --browserify flag if we merge in PR)
  cordova-cli@5.2.0
  cordova-plugman@0.24.0 or 1.0.0 (removed all registry features)
  cordova-js@4.1.0
 
  Pinned android 4.1.1 and ios 3.9.0
 
  Wed/Thurs: Start platform releases
  Windows, Blackberry, Browser, Ubuntu, FirefoxOS, webos
 
  Next week:
  * New lib/cli release with updated pinned platforms. Probably 5.2.1
  * Plugins release
 
  If people want to take over/help with any of these releases, let me
 know.
  I'm going to start by diving into tools tomorrow. I will definitely need
  help with reviewing and voting on releases.

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





Re: [DISCUSS] Cordova-Windows 4.1.0 release

2015-08-05 Thread julio cesar sanchez
WebOS http://developer.lge.com/webOSTV/sdk/web-sdk/

You need virtualbox


2015-08-04 20:14 GMT+02:00 Carlos Santana csantan...@gmail.com:

 I can help with verifying and voting.

 Might need help with WebOS, is there a simulator or Emulator?

 - Carlos
 Sent from my iPhone

  On Aug 4, 2015, at 1:16 PM, Steven Gill stevengil...@gmail.com wrote:
 
  All of these platforms could use a release:
 
  Blackberry
  Ubuntu
  FirefoxOS
  WebOS
 
  I could start them, but last time around I couldn't get enough votes.
 
  On Tue, Aug 4, 2015 at 9:32 AM, Carlos Santana csantan...@gmail.com
 wrote:
 
  Sounds good to me
 
  We are starting to pickup and testing to refresh our tools for the fall
  release.
  I would like to use latest and greatest released
 
  What about BlackBerry?? There are commits seating in cordova-blackberry
  master that are not released
 
  - Carlos
  Sent from my iPhone
 
  On Aug 4, 2015, at 11:34 AM, Rob Paveza rob.pav...@microsoft.com
  wrote:
 
  Does anyone have any reason to delay a cordova-windows platform
  release?  Any outstanding patches to land?
 
  If not, I'll start a release tomorrow.
 
  Thanks! -Rob
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 

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




[GitHub] cordova-windows pull request: CB-9455 Fixed requirements check fai...

2015-08-05 Thread alsorokin
GitHub user alsorokin opened a pull request:

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

CB-9455 Fixed requirements check failure

https://issues.apache.org/jira/browse/CB-9455

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

$ git pull https://github.com/MSOpenTech/cordova-windows CB-9455

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

https://github.com/apache/cordova-windows/pull/108.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 #108


commit 358cf58ac0f5b91a089ad7fdd0c5e25d99205668
Author: alsorokin alexander.soro...@akvelon.com
Date:   2015-08-05T11:17:45Z

CB-9455 Fixed requirements check failure




---
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: CB-9455 Fixed requirements check fai...

2015-08-05 Thread sgrebnov
Github user sgrebnov commented on the pull request:

https://github.com/apache/cordova-windows/pull/108#issuecomment-127963763
  
:+1: 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
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: Move AutoLoadCommand execution in Framew...

2015-08-05 Thread galexandrov
GitHub user galexandrov opened a pull request:

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

Move AutoLoadCommand execution in FrameworkElement.Loaded event

- Add AutoLoadCommand execution in FrameworkElement.Loaded event and remove 
it from CordovaBrowser_LoadCompleted
 - This change is done, because the auto-load plugins should be initialized 
once and before the CordovaBrowser page load complete event (as it works in iOS 
and Android). Via this change the OnInit method will be invoked only once and 
for example the splashscreen plugin will start immediately instead of waiting 
the page to load.
- Respect the CancelEventArgs.Cancel Property in page_BackKeyPress


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

$ git pull https://github.com/Icenium/cordova-wp8 
galexandrov/cordova-wp8-autoloadcommands

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

https://github.com/apache/cordova-wp8/pull/87.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 #87


commit 70c24e81f927d9be54f6dfa20ba552d619401cb0
Author: Georgi Alexandrov georgi.alexand...@telerik.com
Date:   2015-08-05T08:42:04Z

Move AutoLoadCommand execution in FrameworkElement.Loaded event




---
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



Re: [DISCUSS] Upcoming Releases

2015-08-05 Thread Andrey Kurdumov
Would be good to have next version of cordova-browser (3.7.0 or 4.0)
include in next release too if it's ready. It contains ability to launch
server, so I could make good post in Russian speaking community about
improvements in Cordova. This allow me better highlight progress in Cordova.

I would like to help with releasing docs, since I work in related area and
want to know more about whole docs release process.

2015-08-05 13:46 GMT+06:00 julio cesar sanchez jcesarmob...@gmail.com:

 BTW, I want to help reviewing too, but I don't really know how to do it, in
 the contributing documentation I have found information about the issue
 workflow, but I can't find anything about reviewing workflow

 2015-08-05 9:41 GMT+02:00 julio cesar sanchez jcesarmob...@gmail.com:

  We should wait for ios 3.9.1 with the build fix before the tools release
 
  2015-08-05 4:33 GMT+02:00 Carlos Santana csantan...@gmail.com:
 
  I will help out with reviewing and voting for all.
 
  I can take over the release of browser and firefoxos, I have a new Mac
 so
  it will be a good practice to go thru a release process and make sure I
  have pgp setup and access to different places
 
  - Carlos
  Sent from my iPhone
 
   On Aug 4, 2015, at 7:50 PM, Steven Gill stevengil...@gmail.com
 wrote:
  
   Lots of discussions on upcoming releases. My proposed timeline
  
   Wed: Start a tools release:
   cordova-lib@5.2.0 (fully working --browserify flag if we merge in PR)
   cordova-cli@5.2.0
   cordova-plugman@0.24.0 or 1.0.0 (removed all registry features)
   cordova-js@4.1.0
  
   Pinned android 4.1.1 and ios 3.9.0
  
   Wed/Thurs: Start platform releases
   Windows, Blackberry, Browser, Ubuntu, FirefoxOS, webos
  
   Next week:
   * New lib/cli release with updated pinned platforms. Probably 5.2.1
   * Plugins release
  
   If people want to take over/help with any of these releases, let me
  know.
   I'm going to start by diving into tools tomorrow. I will definitely
 need
   help with reviewing and voting on releases.
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 
 



[DISCUSS] Docs improvements

2015-08-05 Thread Andrey Kurdumov
Hi all,

I want to made small improvements to the current version of Docs meanwhile
Dmitry Blotsky working on Jekill. Want do discuss proposed changes before
implementing them.

My ultimate goal is to be able publish each version of docs/language
independently. I want faster releases for fixes in translation and docs,
and be able fix older docs too.
Please correct me if this is not possible with existing infrastructure.

Here list of things:
1. Separate version dropdown on two parts. Language and version. Right now
if you try select non English version you have to scroll over English
versions a lot.
2. Provide warning about not latest documentation (Using JS) Will put
current version in the docs and check some JSON fiels which will list all
versions per language.
3. Provide No Javascript version of langauge selector checkboxes.
4. Create new source file for language TOC.md which will be used for
generating left sidebar in the existing docs design. So far, that TOC would
duplicate Overview page as it is now, but want to improve it further later
on. That's breaking change which affects older docs, so I will create such
TOC files for these old docs too, and verify that existing output would be
exactly the same as it is now.

To implement that I want to create new shared area on the website
`docs/common` folder and `docs/lang/common` folder. That folders will
contains
a) `docs/common/langdata.json` - JSON with list of languages + latest
version per language
b) `docs/ru/versionselector.html` - HTML file where use could change
language or version when JS is disabled in browser.

I extremely want create 1 and 2 before next release. That's rather small
changes, but need community agreement on implementing that.


[GitHub] cordova-windows pull request: CB-9456 Fixed windows app crash on s...

2015-08-05 Thread alsorokin
GitHub user alsorokin opened a pull request:

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

CB-9456 Fixed windows app crash on startup

https://issues.apache.org/jira/browse/CB-9456

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

$ git pull https://github.com/MSOpenTech/cordova-windows CB-9456

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

https://github.com/apache/cordova-windows/pull/109.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 #109


commit b09bf7348e813bf39f2b7b9ccfbe6544167bdb4b
Author: alsorokin alexander.soro...@akvelon.com
Date:   2015-08-05T13:06:45Z

CB-9456 Fixed windows app crash on startup




---
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: CB-9456 Fixed windows app crash on s...

2015-08-05 Thread sgrebnov
Github user sgrebnov commented on the pull request:

https://github.com/apache/cordova-windows/pull/109#issuecomment-127995834
  
:+1: 


---
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



RE: [DISCUSS] Cordova-Windows 4.1.0 release

2015-08-05 Thread Alexander Sorokin (Akvelon)
I think we should include these two fixes before the release:
https://github.com/apache/cordova-windows/pull/108
https://github.com/apache/cordova-windows/pull/109

Also, here is my PR which adds logging functionality to windows platform, it 
would be awesome to include it too:
https://github.com/apache/cordova-windows/pull/107

Thanks,
Alexander Sorokin

-Original Message-
From: Rob Paveza [mailto:rob.pav...@microsoft.com] 
Sent: Tuesday, August 4, 2015 6:34 PM
To: dev@cordova.apache.org
Subject: [DISCUSS] Cordova-Windows 4.1.0 release

Does anyone have any reason to delay a cordova-windows platform release?  Any 
outstanding patches to land?

If not, I'll start a release tomorrow.

Thanks! -Rob

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


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



[GitHub] cordova-plugin-camera pull request: CB-8804 implement check for sa...

2015-08-05 Thread gregavola
Github user gregavola commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/97#issuecomment-128035824
  
Has this been integrated in the official plugin?


---
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-plugin-camera pull request: CB-8804 implement check for sa...

2015-08-05 Thread adamduren
Github user adamduren commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/97#issuecomment-128045864
  
Since the pull request is still open I don't think so. I tried checking the 
release notes but they haven't been updated since 2013. :frowning: 


---
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: CB-9458: Updated the baseline versio...

2015-08-05 Thread robpaveza
GitHub user robpaveza opened a pull request:

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

CB-9458: Updated the baseline version of Universal Windows to 10240.



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

$ git pull https://github.com/MSOpenTech/cordova-windows CB-9458

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

https://github.com/apache/cordova-windows/pull/110.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 #110


commit 7bd7fb2ab2b7224f387ce1a5b2a7372d087342a1
Author: Rob Paveza rob.pav...@microsoft.com
Date:   2015-08-05T15:46:52Z

CB-9458: Updated the baseline version of Universal Windows to 10240.




---
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: CB-9450: Added a manifest munge step...

2015-08-05 Thread robpaveza
GitHub user robpaveza opened a pull request:

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

CB-9450: Added a manifest munge step during build that updates app...

...manifests with build and packaging parameters.  Also added the new
`WindowsStoreIdentityName` preference which adds the ability to set that
publishing property, since the Windows Store app identity is assigned by
the Store.

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

$ git pull https://github.com/MSOpenTech/cordova-windows CB-9450

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

https://github.com/apache/cordova-windows/pull/111.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 #111


commit eb0d2b09c4c9d66bfcde0c4fe344f1463b3bfccd
Author: Rob Paveza rob.pav...@microsoft.com
Date:   2015-08-04T23:38:16Z

CB-9450: Added a manifest munge step during build that updates app
manifests with build and packaging parameters.  Also added the new
`WindowsStoreIdentityName` preference which adds the ability to set that
publishing property, since the Windows Store app identity is assigned by
the Store.




---
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



RE: [DISCUSS] Cordova-Windows 4.1.0 release

2015-08-05 Thread Rob Paveza
Thanks, Alexander.  I'll review.

I also opened #110 and #111, which I think we need to include as well.

-Original Message-
From: Alexander Sorokin (Akvelon) [mailto:v-als...@microsoft.com] 
Sent: Wednesday, August 5, 2015 6:30 AM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-Windows 4.1.0 release

I think we should include these two fixes before the release:
https://github.com/apache/cordova-windows/pull/108
https://github.com/apache/cordova-windows/pull/109

Also, here is my PR which adds logging functionality to windows platform, it 
would be awesome to include it too:
https://github.com/apache/cordova-windows/pull/107

Thanks,
Alexander Sorokin

-Original Message-
From: Rob Paveza [mailto:rob.pav...@microsoft.com] 
Sent: Tuesday, August 4, 2015 6:34 PM
To: dev@cordova.apache.org
Subject: [DISCUSS] Cordova-Windows 4.1.0 release

Does anyone have any reason to delay a cordova-windows platform release?  Any 
outstanding patches to land?

If not, I'll start a release tomorrow.

Thanks! -Rob

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


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


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



Re: [DISCUSS] Docs improvements

2015-08-05 Thread Brian LeRoux
Sgtm!
On Wed, Aug 5, 2015 at 6:05 AM Andrey Kurdumov kant2...@googlemail.com
wrote:

 Hi all,

 I want to made small improvements to the current version of Docs meanwhile
 Dmitry Blotsky working on Jekill. Want do discuss proposed changes before
 implementing them.

 My ultimate goal is to be able publish each version of docs/language
 independently. I want faster releases for fixes in translation and docs,
 and be able fix older docs too.
 Please correct me if this is not possible with existing infrastructure.

 Here list of things:
 1. Separate version dropdown on two parts. Language and version. Right now
 if you try select non English version you have to scroll over English
 versions a lot.
 2. Provide warning about not latest documentation (Using JS) Will put
 current version in the docs and check some JSON fiels which will list all
 versions per language.
 3. Provide No Javascript version of langauge selector checkboxes.
 4. Create new source file for language TOC.md which will be used for
 generating left sidebar in the existing docs design. So far, that TOC would
 duplicate Overview page as it is now, but want to improve it further later
 on. That's breaking change which affects older docs, so I will create such
 TOC files for these old docs too, and verify that existing output would be
 exactly the same as it is now.

 To implement that I want to create new shared area on the website
 `docs/common` folder and `docs/lang/common` folder. That folders will
 contains
 a) `docs/common/langdata.json` - JSON with list of languages + latest
 version per language
 b) `docs/ru/versionselector.html` - HTML file where use could change
 language or version when JS is disabled in browser.

 I extremely want create 1 and 2 before next release. That's rather small
 changes, but need community agreement on implementing that.



[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-05 Thread robpaveza
Github user robpaveza commented on a diff in the pull request:

https://github.com/apache/cordova-windows/pull/107#discussion_r36318858
  
--- Diff: template/cordova/lib/log.js ---
@@ -0,0 +1,226 @@
+/*
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   License); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+*/
+
+var path= require('path'),
+et  = require('elementtree'),
+Q   = require('q'),
+cp  = require('child_process'),
+shelljs = require('shelljs');
+
+var appTracingLogInitialState = null,
+adminLogInitialState = null;
+
+/*
+ * Gets windows AppHost/ApplicationTracing and AppHost/Admin logs
+ * and prints them to console
+ */
+module.exports.run = function() {
+
getLogState('Microsoft-Windows-AppHost/ApplicationTracing').then(function 
(state) {
+appTracingLogInitialState = state;
+return getLogState('Microsoft-Windows-AppHost/Admin');
+}).then(function(state) {
+adminLogInitialState = state;
+return enableLogging('Microsoft-Windows-AppHost/Admin');
+}).then(function () {
+return 
enableLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}).then(function () {
+console.log('Logging enabled, now printing logs. To stop, please 
press Ctrl+C once.');
+startLogging('Microsoft-Windows-AppHost/Admin');
+startLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}).catch(function (error) {
+console.error(error);
+});
+
+// Disable logs before exiting
+process.on('exit', function () {
+if ((appTracingLogInitialState !== null)  
!appTracingLogInitialState) {
+disableLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}
+if ((adminLogInitialState !== null)  !adminLogInitialState) {
+disableLogging('Microsoft-Windows-AppHost/Admin');
+}
+});
+
+// Catch Ctrl+C event and exit gracefully
+process.on('SIGINT', function () {
+process.exit(2);
+});
+
+// Catch uncaught exceptions, print trace, then exit gracefully
+process.on('uncaughtException', function(e) {
+console.log(e.stack);
+process.exit(99);
+});
+};
+
+function startLogging(channel) {
+var startTime = new Date().toISOString();
+setInterval(function() {
+var command = 'wevtutil qe ' + channel + ' /q:*[System 
[(TimeCreated [@SystemTime\'' + startTime + '\'])]] /e:root';
--- End diff --

Will this run when not running as an administrator?


---
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: CB-8936 Added logging functionality

2015-08-05 Thread robpaveza
Github user robpaveza commented on a diff in the pull request:

https://github.com/apache/cordova-windows/pull/107#discussion_r36318952
  
--- Diff: template/cordova/lib/log.js ---
@@ -0,0 +1,226 @@
+/*
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   License); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+*/
+
+var path= require('path'),
+et  = require('elementtree'),
+Q   = require('q'),
+cp  = require('child_process'),
+shelljs = require('shelljs');
+
+var appTracingLogInitialState = null,
+adminLogInitialState = null;
+
+/*
+ * Gets windows AppHost/ApplicationTracing and AppHost/Admin logs
+ * and prints them to console
+ */
+module.exports.run = function() {
+
getLogState('Microsoft-Windows-AppHost/ApplicationTracing').then(function 
(state) {
+appTracingLogInitialState = state;
+return getLogState('Microsoft-Windows-AppHost/Admin');
+}).then(function(state) {
+adminLogInitialState = state;
+return enableLogging('Microsoft-Windows-AppHost/Admin');
+}).then(function () {
+return 
enableLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}).then(function () {
+console.log('Logging enabled, now printing logs. To stop, please 
press Ctrl+C once.');
+startLogging('Microsoft-Windows-AppHost/Admin');
+startLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}).catch(function (error) {
+console.error(error);
+});
+
+// Disable logs before exiting
+process.on('exit', function () {
+if ((appTracingLogInitialState !== null)  
!appTracingLogInitialState) {
+disableLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}
+if ((adminLogInitialState !== null)  !adminLogInitialState) {
+disableLogging('Microsoft-Windows-AppHost/Admin');
+}
+});
+
+// Catch Ctrl+C event and exit gracefully
+process.on('SIGINT', function () {
+process.exit(2);
+});
+
+// Catch uncaught exceptions, print trace, then exit gracefully
+process.on('uncaughtException', function(e) {
+console.log(e.stack);
+process.exit(99);
+});
+};
+
+function startLogging(channel) {
+var startTime = new Date().toISOString();
+setInterval(function() {
+var command = 'wevtutil qe ' + channel + ' /q:*[System 
[(TimeCreated [@SystemTime\'' + startTime + '\'])]] /e:root';
+cp.exec(command, function (error, stdout, stderr) {
+if (error) {
+throw new Error('Failed to run wevtutil command. ' + 
error);
+} else {
+parseEvents(stdout).forEach(function (evt) {
+startTime = evt.timeCreated;
+console.log(stringifyEvent(evt));
+});
+}
+});
+}, 1000);
+}
+
+module.exports.help = function() {
+console.log('Usage: ' + path.join('cordova', 'log'));
--- End diff --

Won't this print out cordova\log on Windows?


---
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: CB-9455 Fixed requirements check fai...

2015-08-05 Thread robpaveza
Github user robpaveza commented on the pull request:

https://github.com/apache/cordova-windows/pull/108#issuecomment-128051522
  
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
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: CB-9456 Fixed windows app crash on s...

2015-08-05 Thread robpaveza
Github user robpaveza commented on the pull request:

https://github.com/apache/cordova-windows/pull/109#issuecomment-128053464
  
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
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-ios pull request: CB-9453 Updating to iOS@3.9.0 not buildi...

2015-08-05 Thread daserge
GitHub user daserge opened a pull request:

https://github.com/apache/cordova-ios/pull/150

CB-9453 Updating to iOS@3.9.0 not building

[Jira issue](https://issues.apache.org/jira/browse/CB-9453)

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

$ git pull https://github.com/MSOpenTech/cordova-ios CB-9453

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

https://github.com/apache/cordova-ios/pull/150.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 #150


commit aecce2e05bb44a4499d991cc19d881372f9366dc
Author: daserge dase...@yandex.ru
Date:   2015-08-05T16:53:30Z

CB-9453 Updating to iOS@3.9.0 not building




---
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: CB-8936 Added logging functionality

2015-08-05 Thread alsorokin
Github user alsorokin commented on a diff in the pull request:

https://github.com/apache/cordova-windows/pull/107#discussion_r36327824
  
--- Diff: template/cordova/lib/log.js ---
@@ -0,0 +1,226 @@
+/*
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   License); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+*/
+
+var path= require('path'),
+et  = require('elementtree'),
+Q   = require('q'),
+cp  = require('child_process'),
+shelljs = require('shelljs');
+
+var appTracingLogInitialState = null,
+adminLogInitialState = null;
+
+/*
+ * Gets windows AppHost/ApplicationTracing and AppHost/Admin logs
+ * and prints them to console
+ */
+module.exports.run = function() {
+
getLogState('Microsoft-Windows-AppHost/ApplicationTracing').then(function 
(state) {
+appTracingLogInitialState = state;
+return getLogState('Microsoft-Windows-AppHost/Admin');
+}).then(function(state) {
+adminLogInitialState = state;
+return enableLogging('Microsoft-Windows-AppHost/Admin');
+}).then(function () {
+return 
enableLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}).then(function () {
+console.log('Logging enabled, now printing logs. To stop, please 
press Ctrl+C once.');
+startLogging('Microsoft-Windows-AppHost/Admin');
+startLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}).catch(function (error) {
+console.error(error);
+});
+
+// Disable logs before exiting
+process.on('exit', function () {
+if ((appTracingLogInitialState !== null)  
!appTracingLogInitialState) {
+disableLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}
+if ((adminLogInitialState !== null)  !adminLogInitialState) {
+disableLogging('Microsoft-Windows-AppHost/Admin');
+}
+});
+
+// Catch Ctrl+C event and exit gracefully
+process.on('SIGINT', function () {
+process.exit(2);
+});
+
+// Catch uncaught exceptions, print trace, then exit gracefully
+process.on('uncaughtException', function(e) {
+console.log(e.stack);
+process.exit(99);
+});
+};
+
+function startLogging(channel) {
+var startTime = new Date().toISOString();
+setInterval(function() {
+var command = 'wevtutil qe ' + channel + ' /q:*[System 
[(TimeCreated [@SystemTime\'' + startTime + '\'])]] /e:root';
--- End diff --

No. `wevtutil` requires admin privileges when enabling or disabling a 
channel, so the whole script wouldn't run without it.


---
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: CB-8936 Added logging functionality

2015-08-05 Thread alsorokin
Github user alsorokin commented on a diff in the pull request:

https://github.com/apache/cordova-windows/pull/107#discussion_r36328641
  
--- Diff: template/cordova/lib/log.js ---
@@ -0,0 +1,226 @@
+/*
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   License); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+*/
+
+var path= require('path'),
+et  = require('elementtree'),
+Q   = require('q'),
+cp  = require('child_process'),
+shelljs = require('shelljs');
+
+var appTracingLogInitialState = null,
+adminLogInitialState = null;
+
+/*
+ * Gets windows AppHost/ApplicationTracing and AppHost/Admin logs
+ * and prints them to console
+ */
+module.exports.run = function() {
+
getLogState('Microsoft-Windows-AppHost/ApplicationTracing').then(function 
(state) {
+appTracingLogInitialState = state;
+return getLogState('Microsoft-Windows-AppHost/Admin');
+}).then(function(state) {
+adminLogInitialState = state;
+return enableLogging('Microsoft-Windows-AppHost/Admin');
+}).then(function () {
+return 
enableLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}).then(function () {
+console.log('Logging enabled, now printing logs. To stop, please 
press Ctrl+C once.');
+startLogging('Microsoft-Windows-AppHost/Admin');
+startLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}).catch(function (error) {
+console.error(error);
+});
+
+// Disable logs before exiting
+process.on('exit', function () {
+if ((appTracingLogInitialState !== null)  
!appTracingLogInitialState) {
+disableLogging('Microsoft-Windows-AppHost/ApplicationTracing');
+}
+if ((adminLogInitialState !== null)  !adminLogInitialState) {
+disableLogging('Microsoft-Windows-AppHost/Admin');
+}
+});
+
+// Catch Ctrl+C event and exit gracefully
+process.on('SIGINT', function () {
+process.exit(2);
+});
+
+// Catch uncaught exceptions, print trace, then exit gracefully
+process.on('uncaughtException', function(e) {
+console.log(e.stack);
+process.exit(99);
+});
+};
+
+function startLogging(channel) {
+var startTime = new Date().toISOString();
+setInterval(function() {
+var command = 'wevtutil qe ' + channel + ' /q:*[System 
[(TimeCreated [@SystemTime\'' + startTime + '\'])]] /e:root';
+cp.exec(command, function (error, stdout, stderr) {
+if (error) {
+throw new Error('Failed to run wevtutil command. ' + 
error);
+} else {
+parseEvents(stdout).forEach(function (evt) {
+startTime = evt.timeCreated;
+console.log(stringifyEvent(evt));
+});
+}
+});
+}, 1000);
+}
+
+module.exports.help = function() {
+console.log('Usage: ' + path.join('cordova', 'log'));
--- End diff --

Fixed


---
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



RE: [DISCUSS] Upcoming Releases

2015-08-05 Thread Sergey Shakhnazarov (Akvelon)
Hi guys,

Please review a PR with iOS@3.9.0 build fix:
https://github.com/apache/cordova-ios/pull/150/files 

Please let me know if you have any questions or considerations.

Best regards,
Sergey Shakhnazarov

-Original Message-
From: Andrey Kurdumov [mailto:kant2...@googlemail.com] 
Sent: Wednesday, August 5, 2015 3:55 PM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Upcoming Releases

Would be good to have next version of cordova-browser (3.7.0 or 4.0) include in 
next release too if it's ready. It contains ability to launch server, so I 
could make good post in Russian speaking community about improvements in 
Cordova. This allow me better highlight progress in Cordova.

I would like to help with releasing docs, since I work in related area and want 
to know more about whole docs release process.

2015-08-05 13:46 GMT+06:00 julio cesar sanchez jcesarmob...@gmail.com:

 BTW, I want to help reviewing too, but I don't really know how to do 
 it, in the contributing documentation I have found information about 
 the issue workflow, but I can't find anything about reviewing workflow

 2015-08-05 9:41 GMT+02:00 julio cesar sanchez jcesarmob...@gmail.com:

  We should wait for ios 3.9.1 with the build fix before the tools 
  release
 
  2015-08-05 4:33 GMT+02:00 Carlos Santana csantan...@gmail.com:
 
  I will help out with reviewing and voting for all.
 
  I can take over the release of browser and firefoxos, I have a new 
  Mac
 so
  it will be a good practice to go thru a release process and make 
  sure I have pgp setup and access to different places
 
  - Carlos
  Sent from my iPhone
 
   On Aug 4, 2015, at 7:50 PM, Steven Gill stevengil...@gmail.com
 wrote:
  
   Lots of discussions on upcoming releases. My proposed timeline
  
   Wed: Start a tools release:
   cordova-lib@5.2.0 (fully working --browserify flag if we merge in 
   PR)
   cordova-cli@5.2.0
   cordova-plugman@0.24.0 or 1.0.0 (removed all registry features)
   cordova-js@4.1.0
  
   Pinned android 4.1.1 and ios 3.9.0
  
   Wed/Thurs: Start platform releases Windows, Blackberry, Browser, 
   Ubuntu, FirefoxOS, webos
  
   Next week:
   * New lib/cli release with updated pinned platforms. Probably 
   5.2.1
   * Plugins release
  
   If people want to take over/help with any of these releases, let 
   me
  know.
   I'm going to start by diving into tools tomorrow. I will 
   definitely
 need
   help with reviewing and voting on releases.
 
  ---
  -- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 
 



[GitHub] cordova-windows pull request: CB-9458: Updated the baseline versio...

2015-08-05 Thread muratsu
Github user muratsu commented on the pull request:

https://github.com/apache/cordova-windows/pull/110#issuecomment-128095909
  
:shipit: 


---
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-plugin-media-capture pull request: Add CaptureVideoOption ...

2015-08-05 Thread bgrayburn
Github user bgrayburn commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/37#issuecomment-128098095
  
can someone who maintains this please comment or give an indication of why 
this hasn't been merged? This feature is critical to me for adoption of this 
plugin.


---
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



Re: [DISCUSS] Docs improvements

2015-08-05 Thread Steven Gill
Do it!

On Wed, Aug 5, 2015 at 8:55 AM, Brian LeRoux b...@brian.io wrote:

 Sgtm!
 On Wed, Aug 5, 2015 at 6:05 AM Andrey Kurdumov kant2...@googlemail.com
 wrote:

  Hi all,
 
  I want to made small improvements to the current version of Docs
 meanwhile
  Dmitry Blotsky working on Jekill. Want do discuss proposed changes before
  implementing them.
 
  My ultimate goal is to be able publish each version of docs/language
  independently. I want faster releases for fixes in translation and docs,
  and be able fix older docs too.
  Please correct me if this is not possible with existing infrastructure.
 
  Here list of things:
  1. Separate version dropdown on two parts. Language and version. Right
 now
  if you try select non English version you have to scroll over English
  versions a lot.
  2. Provide warning about not latest documentation (Using JS) Will put
  current version in the docs and check some JSON fiels which will list all
  versions per language.
  3. Provide No Javascript version of langauge selector checkboxes.
  4. Create new source file for language TOC.md which will be used for
  generating left sidebar in the existing docs design. So far, that TOC
 would
  duplicate Overview page as it is now, but want to improve it further
 later
  on. That's breaking change which affects older docs, so I will create
 such
  TOC files for these old docs too, and verify that existing output would
 be
  exactly the same as it is now.
 
  To implement that I want to create new shared area on the website
  `docs/common` folder and `docs/lang/common` folder. That folders will
  contains
  a) `docs/common/langdata.json` - JSON with list of languages + latest
  version per language
  b) `docs/ru/versionselector.html` - HTML file where use could change
  language or version when JS is disabled in browser.
 
  I extremely want create 1 and 2 before next release. That's rather small
  changes, but need community agreement on implementing that.
 



[GitHub] cordova-ios pull request: CB-9453 Updating to iOS@3.9.0 not buildi...

2015-08-05 Thread stevengill
Github user stevengill commented on the pull request:

https://github.com/apache/cordova-ios/pull/150#issuecomment-128100601
  
Thanks for getting to this so quickly @daserge! 


---
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-plugin-media-capture pull request: Add CaptureVideoOption ...

2015-08-05 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/37#issuecomment-128113487
  
It's non-standard, but it looks like it is required.
Can @bgrayburn document it as a quirk in Android and I'll merge it?


---
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-plugin-media-capture pull request: Add CaptureVideoOption ...

2015-08-05 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/37#issuecomment-128116412
  
I created a jira ticket for the missing supported*Modes functionality. 
https://issues.apache.org/jira/browse/CB-9460



---
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-ios pull request: CB-9453 Updating to iOS@3.9.0 not buildi...

2015-08-05 Thread stevengill
Github user stevengill commented on the pull request:

https://github.com/apache/cordova-ios/pull/150#issuecomment-128120840
  
I tested it by merging it into the 3.9.x branch. It works. 


---
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-ios pull request: CB-9453 Updating to iOS@3.9.0 not buildi...

2015-08-05 Thread stevengill
Github user stevengill commented on the pull request:

https://github.com/apache/cordova-ios/pull/150#issuecomment-128122690
  
I say lets merge it in so I can get a patch release for this going. 


---
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-plugin-media-capture pull request: Add CaptureVideoOption ...

2015-08-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-media-capture/pull/37


---
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-plugin-media-capture pull request: Add CaptureVideoOption ...

2015-08-05 Thread bgrayburn
Github user bgrayburn commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/37#issuecomment-128130243
  
Sorry not sure how you wanted me to document this, is this still necessary
since it's been merged?

On Wed, Aug 5, 2015, 15:36 asfgit notificati...@github.com wrote:

 Merged #37
 https://github.com/apache/cordova-plugin-media-capture/pull/37.

 —
 Reply to this email directly or view it on GitHub
 
https://github.com/apache/cordova-plugin-media-capture/pull/37#event-374582691
 .




---
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-plugin-camera pull request: CB-8804 implement check for sa...

2015-08-05 Thread stevengill
Github user stevengill commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/97#issuecomment-128140690
  
Release notes are backwards. Oldest at top and newest at bottom. I know, it 
is weird. 


---
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-plugin-media-capture pull request: Document the quality pr...

2015-08-05 Thread purplecabbage
GitHub user purplecabbage opened a pull request:

https://github.com/apache/cordova-plugin-media-capture/pull/40

Document the quality property in Android quirks



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

$ git pull https://github.com/purplecabbage/cordova-plugin-media-capture 
DocQualityProp

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

https://github.com/apache/cordova-plugin-media-capture/pull/40.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 #40


commit 3e73fce870a8f1525152cb2cc2f6f3869522d40f
Author: Jesse MacFadyen purplecabb...@gmail.com
Date:   2015-08-05T20:48:52Z

Document the quality property in Android quirks




---
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-plugin-media-capture pull request: Add CaptureVideoOption ...

2015-08-05 Thread bgrayburn
Github user bgrayburn commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/37#issuecomment-128144054
  
Thanks! Sorry, I appreciate the quick response!

On Wed, Aug 5, 2015, 16:50 Jesse MacFadyen notificati...@github.com wrote:

 Like this - #40
 https://github.com/apache/cordova-plugin-media-capture/pull/40
 I got it! ;)

 —
 Reply to this email directly or view it on GitHub
 
https://github.com/apache/cordova-plugin-media-capture/pull/37#issuecomment-128143793
 .




---
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-plugin-media-capture pull request: Document the quality pr...

2015-08-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-media-capture/pull/40


---
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-plugin-camera pull request: CB-8804 implement check for sa...

2015-08-05 Thread adamduren
Github user adamduren commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/97#issuecomment-128146983
  
ah, my bad. Thanks for pointing that out!


---
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: CB-9455 Fixed requirements check fai...

2015-08-05 Thread purplecabbage
Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-windows/pull/108#issuecomment-128147482
  
lgtm, merging!


---
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: CB-9455 Fixed requirements check fai...

2015-08-05 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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: CB-9456 Fixed windows app crash on s...

2015-08-05 Thread purplecabbage
Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-windows/pull/109#issuecomment-128151948
  
Seems to be some redundancy between this and 
563a3f3decd267554f25e66ba131779de66089d0
Anyways, it is working, so I will merge.


---
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



Re: [DISCUSS] Docs improvements

2015-08-05 Thread Carlos Santana
+1 Andrey

On Wed, Aug 5, 2015 at 2:27 PM Steven Gill stevengil...@gmail.com wrote:

 Do it!

 On Wed, Aug 5, 2015 at 8:55 AM, Brian LeRoux b...@brian.io wrote:

  Sgtm!
  On Wed, Aug 5, 2015 at 6:05 AM Andrey Kurdumov kant2...@googlemail.com
  wrote:
 
   Hi all,
  
   I want to made small improvements to the current version of Docs
  meanwhile
   Dmitry Blotsky working on Jekill. Want do discuss proposed changes
 before
   implementing them.
  
   My ultimate goal is to be able publish each version of docs/language
   independently. I want faster releases for fixes in translation and
 docs,
   and be able fix older docs too.
   Please correct me if this is not possible with existing infrastructure.
  
   Here list of things:
   1. Separate version dropdown on two parts. Language and version. Right
  now
   if you try select non English version you have to scroll over English
   versions a lot.
   2. Provide warning about not latest documentation (Using JS) Will put
   current version in the docs and check some JSON fiels which will list
 all
   versions per language.
   3. Provide No Javascript version of langauge selector checkboxes.
   4. Create new source file for language TOC.md which will be used for
   generating left sidebar in the existing docs design. So far, that TOC
  would
   duplicate Overview page as it is now, but want to improve it further
  later
   on. That's breaking change which affects older docs, so I will create
  such
   TOC files for these old docs too, and verify that existing output would
  be
   exactly the same as it is now.
  
   To implement that I want to create new shared area on the website
   `docs/common` folder and `docs/lang/common` folder. That folders will
   contains
   a) `docs/common/langdata.json` - JSON with list of languages + latest
   version per language
   b) `docs/ru/versionselector.html` - HTML file where use could change
   language or version when JS is disabled in browser.
  
   I extremely want create 1 and 2 before next release. That's rather
 small
   changes, but need community agreement on implementing that.
  
 



[GitHub] cordova-ios pull request: CB-9453 Updating to iOS@3.9.0 not buildi...

2015-08-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/150


---
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-webos pull request: CB-8965 Copy cordova-js-src directory ...

2015-08-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-webos/pull/4


---
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-ios pull request: CB-9453 Updating to iOS@3.9.0 not buildi...

2015-08-05 Thread csantanapr
Github user csantanapr commented on the pull request:

https://github.com/apache/cordova-ios/pull/150#issuecomment-128156902
  
I just finish testing this and it also works for me

cordova platform add ios
cordova build
cordova platform update ../cordova-ios-CB9453/
cordova build
cordova emulate


---
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



Re: [DISCUSS] Upcoming Releases

2015-08-05 Thread Carlos Santana
I just finish testing this and it also works for me

cordova platform add ios
cordova build
cordova platform update ../cordova-ios-CB9453/
cordova build
cordova emulate

On Wed, Aug 5, 2015 at 1:58 PM Sergey Shakhnazarov (Akvelon) 
v-ses...@microsoft.com wrote:

 Hi guys,

 Please review a PR with iOS@3.9.0 build fix:
 https://github.com/apache/cordova-ios/pull/150/files

 Please let me know if you have any questions or considerations.

 Best regards,
 Sergey Shakhnazarov

 -Original Message-
 From: Andrey Kurdumov [mailto:kant2...@googlemail.com]
 Sent: Wednesday, August 5, 2015 3:55 PM
 To: dev@cordova.apache.org
 Subject: Re: [DISCUSS] Upcoming Releases

 Would be good to have next version of cordova-browser (3.7.0 or 4.0)
 include in next release too if it's ready. It contains ability to launch
 server, so I could make good post in Russian speaking community about
 improvements in Cordova. This allow me better highlight progress in Cordova.

 I would like to help with releasing docs, since I work in related area and
 want to know more about whole docs release process.

 2015-08-05 13:46 GMT+06:00 julio cesar sanchez jcesarmob...@gmail.com:

  BTW, I want to help reviewing too, but I don't really know how to do
  it, in the contributing documentation I have found information about
  the issue workflow, but I can't find anything about reviewing workflow
 
  2015-08-05 9:41 GMT+02:00 julio cesar sanchez jcesarmob...@gmail.com:
 
   We should wait for ios 3.9.1 with the build fix before the tools
   release
  
   2015-08-05 4:33 GMT+02:00 Carlos Santana csantan...@gmail.com:
  
   I will help out with reviewing and voting for all.
  
   I can take over the release of browser and firefoxos, I have a new
   Mac
  so
   it will be a good practice to go thru a release process and make
   sure I have pgp setup and access to different places
  
   - Carlos
   Sent from my iPhone
  
On Aug 4, 2015, at 7:50 PM, Steven Gill stevengil...@gmail.com
  wrote:
   
Lots of discussions on upcoming releases. My proposed timeline
   
Wed: Start a tools release:
cordova-lib@5.2.0 (fully working --browserify flag if we merge in
PR)
cordova-cli@5.2.0
cordova-plugman@0.24.0 or 1.0.0 (removed all registry features)
cordova-js@4.1.0
   
Pinned android 4.1.1 and ios 3.9.0
   
Wed/Thurs: Start platform releases Windows, Blackberry, Browser,
Ubuntu, FirefoxOS, webos
   
Next week:
* New lib/cli release with updated pinned platforms. Probably
5.2.1
* Plugins release
   
If people want to take over/help with any of these releases, let
me
   know.
I'm going to start by diving into tools tomorrow. I will
definitely
  need
help with reviewing and voting on releases.
  
   ---
   -- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
   For additional commands, e-mail: dev-h...@cordova.apache.org
  
  
  
 



Re: [DISCUSS] Upcoming Releases

2015-08-05 Thread Steven Gill
I merged it and am going to start the ios@3.9.1 release now

On Wed, Aug 5, 2015 at 2:37 PM, Carlos Santana csantan...@gmail.com wrote:

 I just finish testing this and it also works for me

 cordova platform add ios
 cordova build
 cordova platform update ../cordova-ios-CB9453/
 cordova build
 cordova emulate

 On Wed, Aug 5, 2015 at 1:58 PM Sergey Shakhnazarov (Akvelon) 
 v-ses...@microsoft.com wrote:

  Hi guys,
 
  Please review a PR with iOS@3.9.0 build fix:
  https://github.com/apache/cordova-ios/pull/150/files
 
  Please let me know if you have any questions or considerations.
 
  Best regards,
  Sergey Shakhnazarov
 
  -Original Message-
  From: Andrey Kurdumov [mailto:kant2...@googlemail.com]
  Sent: Wednesday, August 5, 2015 3:55 PM
  To: dev@cordova.apache.org
  Subject: Re: [DISCUSS] Upcoming Releases
 
  Would be good to have next version of cordova-browser (3.7.0 or 4.0)
  include in next release too if it's ready. It contains ability to launch
  server, so I could make good post in Russian speaking community about
  improvements in Cordova. This allow me better highlight progress in
 Cordova.
 
  I would like to help with releasing docs, since I work in related area
 and
  want to know more about whole docs release process.
 
  2015-08-05 13:46 GMT+06:00 julio cesar sanchez jcesarmob...@gmail.com:
 
   BTW, I want to help reviewing too, but I don't really know how to do
   it, in the contributing documentation I have found information about
   the issue workflow, but I can't find anything about reviewing workflow
  
   2015-08-05 9:41 GMT+02:00 julio cesar sanchez jcesarmob...@gmail.com
 :
  
We should wait for ios 3.9.1 with the build fix before the tools
release
   
2015-08-05 4:33 GMT+02:00 Carlos Santana csantan...@gmail.com:
   
I will help out with reviewing and voting for all.
   
I can take over the release of browser and firefoxos, I have a new
Mac
   so
it will be a good practice to go thru a release process and make
sure I have pgp setup and access to different places
   
- Carlos
Sent from my iPhone
   
 On Aug 4, 2015, at 7:50 PM, Steven Gill stevengil...@gmail.com
   wrote:

 Lots of discussions on upcoming releases. My proposed timeline

 Wed: Start a tools release:
 cordova-lib@5.2.0 (fully working --browserify flag if we merge in
 PR)
 cordova-cli@5.2.0
 cordova-plugman@0.24.0 or 1.0.0 (removed all registry features)
 cordova-js@4.1.0

 Pinned android 4.1.1 and ios 3.9.0

 Wed/Thurs: Start platform releases Windows, Blackberry, Browser,
 Ubuntu, FirefoxOS, webos

 Next week:
 * New lib/cli release with updated pinned platforms. Probably
 5.2.1
 * Plugins release

 If people want to take over/help with any of these releases, let
 me
know.
 I'm going to start by diving into tools tomorrow. I will
 definitely
   need
 help with reviewing and voting on releases.
   
---
-- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org
   
   
   
  
 



[GitHub] cordova-ubuntu pull request: CB-9461 updated RELEASENOTES

2015-08-05 Thread surajpindoria
GitHub user surajpindoria opened a pull request:

https://github.com/apache/cordova-ubuntu/pull/12

CB-9461 updated RELEASENOTES



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

$ git pull https://github.com/surajpindoria/cordova-ubuntu master

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

https://github.com/apache/cordova-ubuntu/pull/12.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 #12


commit 72632730319b88be5c586e050a0b91bdc3507489
Author: Maxim Ermilov maxim.ermi...@canonical.com
Date:   2014-12-16T18:09:13Z

CB-8173 updated RELEASENOTES

commit 6f58e1888da64b181f419306c8798837b3a93bfe
Author: Suraj Pindoria suraj.pindo...@yahoo.com
Date:   2015-08-05T21:46:14Z

CB-9461 updated RELEASENOTES




---
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-webos pull request: CB-9464 updated RELEASENOTES

2015-08-05 Thread surajpindoria
GitHub user surajpindoria opened a pull request:

https://github.com/apache/cordova-webos/pull/5

CB-9464 updated RELEASENOTES



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

$ git pull https://github.com/surajpindoria/cordova-webos master

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

https://github.com/apache/cordova-webos/pull/5.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 #5


commit 3840a104eb22595aff55408e9bdd1a3b44883e3f
Author: Suraj Pindoria suraj.pindo...@yahoo.com
Date:   2015-08-05T22:09:39Z

CB-9464 updated RELEASENOTES




---
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



RE: [DISCUSS] Upcoming Releases

2015-08-05 Thread Tim Barham
I was going to do a browser release, but I'm happy to let you do it Carlos for 
practice :).

-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com] 
Sent: Wednesday, August 5, 2015 12:34 PM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Upcoming Releases

I will help out with reviewing and voting for all. 

I can take over the release of browser and firefoxos, I have a new Mac so it 
will be a good practice to go thru a release process and make sure I have pgp 
setup and access to different places

- Carlos
Sent from my iPhone

 On Aug 4, 2015, at 7:50 PM, Steven Gill stevengil...@gmail.com wrote:
 
 Lots of discussions on upcoming releases. My proposed timeline
 
 Wed: Start a tools release:
 cordova-lib@5.2.0 (fully working --browserify flag if we merge in PR)
 cordova-cli@5.2.0
 cordova-plugman@0.24.0 or 1.0.0 (removed all registry features)
 cordova-js@4.1.0
 
 Pinned android 4.1.1 and ios 3.9.0
 
 Wed/Thurs: Start platform releases
 Windows, Blackberry, Browser, Ubuntu, FirefoxOS, webos
 
 Next week:
 * New lib/cli release with updated pinned platforms. Probably 5.2.1
 * Plugins release
 
 If people want to take over/help with any of these releases, let me know.
 I'm going to start by diving into tools tomorrow. I will definitely need
 help with reviewing and voting on releases.

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


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



Re: [DISCUSS] Upcoming Releases

2015-08-05 Thread Carlos Santana
Hi Tim go ahead a you do Browser and I will do Firefox since I'm not familiar 
with latest changes in Browser. 

I'm familiar with Firefox and have a Firefox phone for testing. 

- Carlos
Sent from my iPhone

 On Aug 5, 2015, at 10:57 PM, Tim Barham tim.bar...@microsoft.com wrote:
 
 I was going to do a browser release, but I'm happy to let you do it Carlos 
 for practice :).
 
 -Original Message-
 From: Carlos Santana [mailto:csantan...@gmail.com] 
 Sent: Wednesday, August 5, 2015 12:34 PM
 To: dev@cordova.apache.org
 Subject: Re: [DISCUSS] Upcoming Releases
 
 I will help out with reviewing and voting for all. 
 
 I can take over the release of browser and firefoxos, I have a new Mac so it 
 will be a good practice to go thru a release process and make sure I have pgp 
 setup and access to different places
 
 - Carlos
 Sent from my iPhone
 
 On Aug 4, 2015, at 7:50 PM, Steven Gill stevengil...@gmail.com wrote:
 
 Lots of discussions on upcoming releases. My proposed timeline
 
 Wed: Start a tools release:
 cordova-lib@5.2.0 (fully working --browserify flag if we merge in PR)
 cordova-cli@5.2.0
 cordova-plugman@0.24.0 or 1.0.0 (removed all registry features)
 cordova-js@4.1.0
 
 Pinned android 4.1.1 and ios 3.9.0
 
 Wed/Thurs: Start platform releases
 Windows, Blackberry, Browser, Ubuntu, FirefoxOS, webos
 
 Next week:
 * New lib/cli release with updated pinned platforms. Probably 5.2.1
 * Plugins release
 
 If people want to take over/help with any of these releases, let me know.
 I'm going to start by diving into tools tomorrow. I will definitely need
 help with reviewing and voting on releases.
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org
 

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



[GitHub] cordova-plugin-splashscreen pull request: CB-7964 Add cordova-plug...

2015-08-05 Thread Treer
Github user Treer commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/34#issuecomment-128228076
  
My unofficial solution:

It looks like splashscreen browser support was accepted in 5.1.1, but the 
configHelper module it depends on didn't make it in time, so to work around 
this you can update your project's `\platforms\browser\platform_www\cordova.js` 
file from version 3.6.0 to 
[3.7.0-dev](https://raw.githubusercontent.com/apache/cordova-browser/90b24d3f01c7f4d827151327e5d69701f36905f8/cordova-lib/cordova.js).

I diff'd 3.6.0 and 3.7.0-dev, and the only difference between the two files 
is confighelper.

Then, if you're using Chrome, you'll have to start [launching it with 
`--allow-file-access-from-files`](https://stackoverflow.com/a/12523274/3343347)


---
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-plugin-splashscreen pull request: CB-7964 Add cordova-plug...

2015-08-05 Thread Treer
Github user Treer commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/34#issuecomment-128245919
  
Those changes are included in the 3.7.0-dev file I linked to as a solution. 

We might have a miscommunication. The release version 5.1.1 of cordova has 
a bug in it where anyone who uses cordova-plugin-splashscreen will encounter 
exceptions and errors when they try developing with a browser. Googling for 
`module cordova/confighelper not found` leads to this pull request, rather than 
to an issue page for the bug — there probably isn't an issue page because the 
bug is fixed already, just not in the latest release of cordova.

So my unofficial solution comment wasn't intended for developers of 
cordova, it was developers, it was for users of cordova who had googled the 
error and ended up here. I linked to the complete 3.7.0-dev file rather than 
90b24d3f01c7f4d827151327e5d69701f36905f8 so that people using cordova could 
more easily fix the problem. Perhaps I should have put it in an issue instead.


---
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-plugin-splashscreen pull request: CB-7964 Add cordova-plug...

2015-08-05 Thread purplecabbage
Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/34#issuecomment-128242744
  
@Treer, you are missing the cordova.js changes here: 
https://github.com/apache/cordova-browser/pull/7/files



---
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: Adds the landing page for website's blo...

2015-08-05 Thread RuRios
Github user RuRios closed the pull request at:

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


---
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-js pull request: CB-9436 Refactor browserify to get rid of...

2015-08-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-js/pull/124


---
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: CB-9450: Added a manifest munge step...

2015-08-05 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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: CB-9456 Fixed windows app crash on s...

2015-08-05 Thread purplecabbage
Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-windows/pull/109#issuecomment-128185508
  
My attempts to keep git-logs clean mean this did not auto-close ... ugh
It has been merged, please close this pr.


---
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: CB-9458: Updated the baseline versio...

2015-08-05 Thread robpaveza
Github user robpaveza closed the pull request at:

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


---
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



RE: [DISCUSS] Upcoming Releases

2015-08-05 Thread Nikhil Khandelwal
The tools release can start even before iOS 3.9.1 release as we do semver 
dependency for platforms now and when iOS 3.9.1 comes out (which should be 
almost simultaneously) it will automatically be picked up.

Thanks,
Nikhil


-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com] 
Sent: Wednesday, August 5, 2015 2:39 PM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Upcoming Releases

I merged it and am going to start the ios@3.9.1 release now

On Wed, Aug 5, 2015 at 2:37 PM, Carlos Santana csantan...@gmail.com wrote:

 I just finish testing this and it also works for me

 cordova platform add ios
 cordova build
 cordova platform update ../cordova-ios-CB9453/ cordova build cordova 
 emulate

 On Wed, Aug 5, 2015 at 1:58 PM Sergey Shakhnazarov (Akvelon)  
 v-ses...@microsoft.com wrote:

  Hi guys,
 
  Please review a PR with iOS@3.9.0 build fix:
  https://github.com/apache/cordova-ios/pull/150/files
 
  Please let me know if you have any questions or considerations.
 
  Best regards,
  Sergey Shakhnazarov
 
  -Original Message-
  From: Andrey Kurdumov [mailto:kant2...@googlemail.com]
  Sent: Wednesday, August 5, 2015 3:55 PM
  To: dev@cordova.apache.org
  Subject: Re: [DISCUSS] Upcoming Releases
 
  Would be good to have next version of cordova-browser (3.7.0 or 4.0) 
  include in next release too if it's ready. It contains ability to 
  launch server, so I could make good post in Russian speaking 
  community about improvements in Cordova. This allow me better 
  highlight progress in
 Cordova.
 
  I would like to help with releasing docs, since I work in related 
  area
 and
  want to know more about whole docs release process.
 
  2015-08-05 13:46 GMT+06:00 julio cesar sanchez jcesarmob...@gmail.com:
 
   BTW, I want to help reviewing too, but I don't really know how to 
   do it, in the contributing documentation I have found information 
   about the issue workflow, but I can't find anything about 
   reviewing workflow
  
   2015-08-05 9:41 GMT+02:00 julio cesar sanchez 
   jcesarmob...@gmail.com
 :
  
We should wait for ios 3.9.1 with the build fix before the tools 
release
   
2015-08-05 4:33 GMT+02:00 Carlos Santana csantan...@gmail.com:
   
I will help out with reviewing and voting for all.
   
I can take over the release of browser and firefoxos, I have a 
new Mac
   so
it will be a good practice to go thru a release process and 
make sure I have pgp setup and access to different places
   
- Carlos
Sent from my iPhone
   
 On Aug 4, 2015, at 7:50 PM, Steven Gill 
 stevengil...@gmail.com
   wrote:

 Lots of discussions on upcoming releases. My proposed 
 timeline

 Wed: Start a tools release:
 cordova-lib@5.2.0 (fully working --browserify flag if we 
 merge in
 PR)
 cordova-cli@5.2.0
 cordova-plugman@0.24.0 or 1.0.0 (removed all registry 
 features)
 cordova-js@4.1.0

 Pinned android 4.1.1 and ios 3.9.0

 Wed/Thurs: Start platform releases Windows, Blackberry, 
 Browser, Ubuntu, FirefoxOS, webos

 Next week:
 * New lib/cli release with updated pinned platforms. Probably
 5.2.1
 * Plugins release

 If people want to take over/help with any of these releases, 
 let me
know.
 I'm going to start by diving into tools tomorrow. I will 
 definitely
   need
 help with reviewing and voting on releases.
   
---

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



Re: [DISCUSS] Docs improvements

2015-08-05 Thread Victor Sosa
Yes, please go ahead! :D

On Wed, Aug 5, 2015 at 4:25 PM Carlos Santana csantan...@gmail.com wrote:

 +1 Andrey

 On Wed, Aug 5, 2015 at 2:27 PM Steven Gill stevengil...@gmail.com wrote:

  Do it!
 
  On Wed, Aug 5, 2015 at 8:55 AM, Brian LeRoux b...@brian.io wrote:
 
   Sgtm!
   On Wed, Aug 5, 2015 at 6:05 AM Andrey Kurdumov 
 kant2...@googlemail.com
   wrote:
  
Hi all,
   
I want to made small improvements to the current version of Docs
   meanwhile
Dmitry Blotsky working on Jekill. Want do discuss proposed changes
  before
implementing them.
   
My ultimate goal is to be able publish each version of docs/language
independently. I want faster releases for fixes in translation and
  docs,
and be able fix older docs too.
Please correct me if this is not possible with existing
 infrastructure.
   
Here list of things:
1. Separate version dropdown on two parts. Language and version.
 Right
   now
if you try select non English version you have to scroll over English
versions a lot.
2. Provide warning about not latest documentation (Using JS) Will put
current version in the docs and check some JSON fiels which will list
  all
versions per language.
3. Provide No Javascript version of langauge selector checkboxes.
4. Create new source file for language TOC.md which will be used for
generating left sidebar in the existing docs design. So far, that TOC
   would
duplicate Overview page as it is now, but want to improve it further
   later
on. That's breaking change which affects older docs, so I will create
   such
TOC files for these old docs too, and verify that existing output
 would
   be
exactly the same as it is now.
   
To implement that I want to create new shared area on the website
`docs/common` folder and `docs/lang/common` folder. That folders
 will
contains
a) `docs/common/langdata.json` - JSON with list of languages + latest
version per language
b) `docs/ru/versionselector.html` - HTML file where use could change
language or version when JS is disabled in browser.
   
I extremely want create 1 and 2 before next release. That's rather
  small
changes, but need community agreement on implementing that.
   
  
 



[VOTE] 3.9.1 iOS Release

2015-08-05 Thread Steven Gill
Please review and vote on this 3.9.1 iOS Release
by replying to this email (and keep discussion on the DISCUSS Upcoming
Releases thread)

Release issue: https://issues.apache.org/jira/browse/CB-9463

The archive has been published to
dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-9463

The package was published from its corresponding git tag:
cordova-ios: 3.9.1 (d98128682c)

Note that you can test it out via:

cordova platform add https://github.com/apache/cordova-ios#3.9.1

Upon a successful vote I will upload the archive to dist/, publish it
to NPM, and announce it.

Voting guidelines:
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

I vote +1:
* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and
subdependencies have Apache-compatible licenses
* Updated ios@3.8.0 project to 3.9.1 and ensured that it built.


[GitHub] cordova-lib pull request: CB-9436 Removes `require-tr` bundle tran...

2015-08-05 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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: Adds the landing page for website's blo...

2015-08-05 Thread RuRios
GitHub user RuRios opened a pull request:

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

Adds the landing page for website's blog



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

$ git pull https://github.com/RuRios/cordova-docs cordova-website

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

https://github.com/apache/cordova-docs/pull/302.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 #302


commit f690ccd1506414b289ddb4bfc06c1e3be4213475
Author: RubenRios rur...@microsoft.com
Date:   2015-08-05T22:17:57Z

Adds propper style and layout to the blog's landing page.

commit a10cdf7e0199cb441588226379ec49cce81ad16e
Author: RubenRios rur...@microsoft.com
Date:   2015-08-05T22:29:03Z

Merging blog with new changes




---
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