[jira] [Commented] (CB-9347) You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 has caused this

2015-07-16 Thread jcesarmobile (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630848#comment-14630848
 ] 

jcesarmobile commented on CB-9347:
--

Ok, I got it working this way, I'll send the changes later.

> You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 
> has caused this
> ---
>
> Key: CB-9347
> URL: https://issues.apache.org/jira/browse/CB-9347
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin Dialogs
>Affects Versions: 1.1.0
> Environment: Mac OS X Yosemite 10.10.4; XCode 6.4
>Reporter: Kelvin Dart
>Assignee: jcesarmobile
>Priority: Critical
>
> Previously in cordova-plugin-dialogs, you could stack alerts in Cordova like 
> follows:
> {code}
> navigator.notification.alert('Notification 1', function () {}, 'Title 1');
> navigator.notification.alert('Notification 2', function () {}, 'Title 2');
> {code}
> And it would show 'Notification 2' then 'Notification 1'.
> Now you cannot, in commit: #ee3b02b3c78debe608263d847f7ac69bda1bfca0, there 
> was quite a large overhaul in {{showDialogWithMessage}} in 
> {{CDVNotification.m}}; this commit seems to add some code for iOS 8.3+ which 
> uses {{UIAlertController}} instead of the old {{UIAlertView}}. The problem is 
> here - unfortunately I do not know Obj-C too well in order to debug it.
> If you revert to a cordova-plugin-dialogs version prior to this, the stacked 
> notifications work fine.
> I have created a small test harness which you can download 
> [here|https://www.dropbox.com/s/62hdp3gjp2924er/CDVDialogsNotificationBug.zip?dl=0].
> Please could you implement the old behaviour as this has cause some aspects 
> of my app to break - thanks!
> N.b. I have tagged the version as 1.1.0 as it would not allow me to tag 1.1.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-9379) new search page - optimize for mobile

2015-07-16 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-9379:
-
Attachment: newsearch.png

> new search page - optimize for mobile
> -
>
> Key: CB-9379
> URL: https://issues.apache.org/jira/browse/CB-9379
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Registry Web
>Reporter: Shazron Abdullah
> Attachments: newsearch.png
>
>
> The new search page is not optimized for mobile (see screenshot attached).
> Search field is small.
> The cards could be bigger.
> The fonts could be bigger. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-9379) new search page - optimize for mobile

2015-07-16 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-9379:


 Summary: new search page - optimize for mobile
 Key: CB-9379
 URL: https://issues.apache.org/jira/browse/CB-9379
 Project: Apache Cordova
  Issue Type: Bug
  Components: Registry Web
Reporter: Shazron Abdullah
 Attachments: newsearch.png

The new search page is not optimized for mobile (see screenshot attached).

Search field is small.
The cards could be bigger.
The fonts could be bigger. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-8718) Plugman fails to add libsqlite3 framework reference to Xcode project

2015-07-16 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630426#comment-14630426
 ] 

Shazron Abdullah commented on CB-8718:
--

I just tried adding the plugin using the Cordova CLI (works) and plugman 0.23.3 
and it works as well, I see libsqlite3.dylib in Link Binary With Libraries.

Identical setup as you except I'm using node 0.10.30

> Plugman fails to add libsqlite3 framework reference to Xcode project
> 
>
> Key: CB-8718
> URL: https://issues.apache.org/jira/browse/CB-8718
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
> Environment: OS X Yosemite, Xcode 6.2, Plugman 0.20.2
>Reporter: Paul Roub
>  Labels: framework, ios, plugman
>
> The plugin includes 3 system, 1 custom frameworks in its iOS section:
> 
> 
> 
> 
> After installing via plugman, all but libsqlite3 are added to the Xcode 
> project. The same plugin add, to the same empty project, with "phonegap 
> install" works as expected.
> The plugin-in-progress is at: https://github.com/zumero/PhoneGap-ZumeroSync



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-9273.
--
Resolution: Fixed
  Assignee: Sergey Shakhnazarov

> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
>Assignee: Sergey Shakhnazarov
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630409#comment-14630409
 ] 

ASF GitHub Bot commented on CB-9273:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/149#issuecomment-122115698
  
Merged in. You can close this PR now (Apache -> Git hooks are not working 
right)


> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630406#comment-14630406
 ] 

ASF subversion and git services commented on CB-9273:
-

Commit 57d3dcdc83dd1676124c9c9b3c7ee9f00b53167f in cordova-ios's branch 
refs/heads/master from daserge
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=57d3dcd ]

CB-9273 "Copy www build phase" node is not found


> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630407#comment-14630407
 ] 

ASF GitHub Bot commented on CB-9273:


Github user asfgit closed the pull request at:

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


> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9347) You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 has caused this

2015-07-16 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630395#comment-14630395
 ] 

Shazron Abdullah commented on CB-9347:
--

Well, my idea was as above -- we queue the info from the calls and dequeue when 
appropriate to call the next UIAlertController. This works around any UIKit 
bugs that iOS 8 has and will be pretty predictable and reliable.

> You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 
> has caused this
> ---
>
> Key: CB-9347
> URL: https://issues.apache.org/jira/browse/CB-9347
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin Dialogs
>Affects Versions: 1.1.0
> Environment: Mac OS X Yosemite 10.10.4; XCode 6.4
>Reporter: Kelvin Dart
>Assignee: jcesarmobile
>Priority: Critical
>
> Previously in cordova-plugin-dialogs, you could stack alerts in Cordova like 
> follows:
> {code}
> navigator.notification.alert('Notification 1', function () {}, 'Title 1');
> navigator.notification.alert('Notification 2', function () {}, 'Title 2');
> {code}
> And it would show 'Notification 2' then 'Notification 1'.
> Now you cannot, in commit: #ee3b02b3c78debe608263d847f7ac69bda1bfca0, there 
> was quite a large overhaul in {{showDialogWithMessage}} in 
> {{CDVNotification.m}}; this commit seems to add some code for iOS 8.3+ which 
> uses {{UIAlertController}} instead of the old {{UIAlertView}}. The problem is 
> here - unfortunately I do not know Obj-C too well in order to debug it.
> If you revert to a cordova-plugin-dialogs version prior to this, the stacked 
> notifications work fine.
> I have created a small test harness which you can download 
> [here|https://www.dropbox.com/s/62hdp3gjp2924er/CDVDialogsNotificationBug.zip?dl=0].
> Please could you implement the old behaviour as this has cause some aspects 
> of my app to break - thanks!
> N.b. I have tagged the version as 1.1.0 as it would not allow me to tag 1.1.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-8718) Plugman fails to add libsqlite3 framework reference to Xcode project

2015-07-16 Thread Shane Delamore (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630294#comment-14630294
 ] 

Shane Delamore commented on CB-8718:


I am still getting this problem with plugman 0.23.2.

I have these two frameworks in my plugin.xml file:
  
   ...


  

If I add them manually via xcode > build-phases > link binary with libraries > 
+ > [libz / libsqlite3] they both work fine.

When I have plugman install the plugin, libz.dylib gets install identically to 
the manual method above:
  - location "relative to SDK", usr/lib/libz.dylib

But libsqlite3.dylib gets installed incorrectly. It should be:
  - location "relative to SDK", usr/lib/libsqlite3.dylib
but is:
  - location "relative to group", libsqlite3.dylib (and appears red because it 
can't be located)

NOTE: There appears to also be a libsqlite3.0.dylib (extra ".0") when I add it 
manually. Perhaps this is the problem?

Xcode 6.4 (6E35b)
OSX: Yosemite 10.10.4 (14E46)
npm: 2.5.1
cordova: 5.1.1
plugman: 0.23.3
node: v0.12.0

FYI: I'm running into this because I am making a plugin that automatically 
installs the Parse.com iOS frameworks following this tutorial: 
https://www.parse.com/apps/quickstart#parse_data/mobile/ios/swift/existing . If 
I install libsqlite3.dylib manually, it all works.

> Plugman fails to add libsqlite3 framework reference to Xcode project
> 
>
> Key: CB-8718
> URL: https://issues.apache.org/jira/browse/CB-8718
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
> Environment: OS X Yosemite, Xcode 6.2, Plugman 0.20.2
>Reporter: Paul Roub
>  Labels: framework, ios, plugman
>
> The plugin includes 3 system, 1 custom frameworks in its iOS section:
> 
> 
> 
> 
> After installing via plugman, all but libsqlite3 are added to the Xcode 
> project. The same plugin add, to the same empty project, with "phonegap 
> install" works as expected.
> The plugin-in-progress is at: https://github.com/zumero/PhoneGap-ZumeroSync



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630235#comment-14630235
 ] 

ASF GitHub Bot commented on CB-9273:


GitHub user daserge opened a pull request:

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

CB-9273 "Copy www build phase" node is not found

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

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

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

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

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


commit 57d3dcdc83dd1676124c9c9b3c7ee9f00b53167f
Author: daserge 
Date:   2015-07-16T19:03:12Z

CB-9273 "Copy www build phase" node is not found




> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9378) Fix InAppBrowser not taking whole screen on Windows

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630145#comment-14630145
 ] 

ASF GitHub Bot commented on CB-9378:


GitHub user daserge opened a pull request:

https://github.com/apache/cordova-plugin-inappbrowser/pull/109

CB-9378 Fix InAppBrowser not taking whole screen on Windows



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

$ git pull https://github.com/MSOpenTech/cordova-plugin-inappbrowser CB-9378

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

https://github.com/apache/cordova-plugin-inappbrowser/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 368cbcbc416d49eef40f951dc4cf3f968f448fc2
Author: daserge 
Date:   2015-07-16T18:35:59Z

CB-9378 Fix InAppBrowser not taking whole screen on Windows




> Fix InAppBrowser not taking whole screen on Windows
> ---
>
> Key: CB-9378
> URL: https://issues.apache.org/jira/browse/CB-9378
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: windows platform
>Reporter: Sergey Shakhnazarov
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-9378) Fix InAppBrowser not taking whole screen on Windows

2015-07-16 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-9378:

Summary: Fix InAppBrowser not taking whole screen on Windows  (was: Fix 
InAppBrowser UI on windows (blank space))

> Fix InAppBrowser not taking whole screen on Windows
> ---
>
> Key: CB-9378
> URL: https://issues.apache.org/jira/browse/CB-9378
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: windows platform
>Reporter: Sergey Shakhnazarov
>
> InAppBrowser does not take the whole screen on Windows



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-9378) Fix InAppBrowser not taking whole screen on Windows

2015-07-16 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-9378:

Description: (was: InAppBrowser does not take the whole screen on 
Windows)

> Fix InAppBrowser not taking whole screen on Windows
> ---
>
> Key: CB-9378
> URL: https://issues.apache.org/jira/browse/CB-9378
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: windows platform
>Reporter: Sergey Shakhnazarov
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-9378) Fix InAppBrowser UI on windows (blank space)

2015-07-16 Thread Sergey Shakhnazarov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shakhnazarov updated CB-9378:

Description: InAppBrowser does not take the whole screen on Windows

> Fix InAppBrowser UI on windows (blank space)
> 
>
> Key: CB-9378
> URL: https://issues.apache.org/jira/browse/CB-9378
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: windows platform
>Reporter: Sergey Shakhnazarov
>
> InAppBrowser does not take the whole screen on Windows



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-9378) Fix InAppBrowser UI on windows (blank space)

2015-07-16 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-9378:
---

 Summary: Fix InAppBrowser UI on windows (blank space)
 Key: CB-9378
 URL: https://issues.apache.org/jira/browse/CB-9378
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
 Environment: windows platform
Reporter: Sergey Shakhnazarov






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9330) Remove 'plugman publish' functionality from cordova-lib

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630121#comment-14630121
 ] 

ASF GitHub Bot commented on CB-9330:


Github user vladimir-kotikov commented on the pull request:

https://github.com/apache/cordova-plugman/pull/84#issuecomment-122040896
  
@stevengill, could you please take a look on this?


> Remove 'plugman publish' functionality from cordova-lib 
> 
>
> Key: CB-9330
> URL: https://issues.apache.org/jira/browse/CB-9330
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>
> Due to CPR write (publish) access shutdown starting from July 15 we need to 
> make some changes to remove CPR publishing related functionality from Cordova.
> Things, that might be removed:
>   1. 'plugman publish/unpublish' commands,
>   2. 'registry.publish/unpublish' methods and all related stuff in 
> cordova-lib.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9344) The all translation has incorrect license headers

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630110#comment-14630110
 ] 

ASF GitHub Bot commented on CB-9344:


Github user asfgit closed the pull request at:

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


> The all translation has incorrect license headers
> -
>
> Key: CB-9344
> URL: https://issues.apache.org/jira/browse/CB-9344
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Translation
>Reporter: Andrey Kurdyumov
>Assignee: Andrey Kurdyumov
>
> All translation files has incorrect YAML headers which are results in the 
> broken HTML



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9330) Remove 'plugman publish' functionality from cordova-lib

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630105#comment-14630105
 ] 

ASF GitHub Bot commented on CB-9330:


Github user asfgit closed the pull request at:

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


> Remove 'plugman publish' functionality from cordova-lib 
> 
>
> Key: CB-9330
> URL: https://issues.apache.org/jira/browse/CB-9330
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>
> Due to CPR write (publish) access shutdown starting from July 15 we need to 
> make some changes to remove CPR publishing related functionality from Cordova.
> Things, that might be removed:
>   1. 'plugman publish/unpublish' commands,
>   2. 'registry.publish/unpublish' methods and all related stuff in 
> cordova-lib.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9330) Remove 'plugman publish' functionality from cordova-lib

2015-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630104#comment-14630104
 ] 

ASF subversion and git services commented on CB-9330:
-

Commit 6c1f91b748e5dd2da78b0d9620808bf4c5e63eda in cordova-docs's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=6c1f91b ]

CB-9330 updated wording about publishing plugins to npm


> Remove 'plugman publish' functionality from cordova-lib 
> 
>
> Key: CB-9330
> URL: https://issues.apache.org/jira/browse/CB-9330
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>
> Due to CPR write (publish) access shutdown starting from July 15 we need to 
> make some changes to remove CPR publishing related functionality from Cordova.
> Things, that might be removed:
>   1. 'plugman publish/unpublish' commands,
>   2. 'registry.publish/unpublish' methods and all related stuff in 
> cordova-lib.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9330) Remove 'plugman publish' functionality from cordova-lib

2015-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630103#comment-14630103
 ] 

ASF subversion and git services commented on CB-9330:
-

Commit 5875757a1da19504cf4855430cb260cd4598c3b0 in cordova-docs's branch 
refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=5875757 ]

CB-9330 Update documentation about plugins publishing. This closes #296


> Remove 'plugman publish' functionality from cordova-lib 
> 
>
> Key: CB-9330
> URL: https://issues.apache.org/jira/browse/CB-9330
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>
> Due to CPR write (publish) access shutdown starting from July 15 we need to 
> make some changes to remove CPR publishing related functionality from Cordova.
> Things, that might be removed:
>   1. 'plugman publish/unpublish' commands,
>   2. 'registry.publish/unpublish' methods and all related stuff in 
> cordova-lib.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9239) cordova windows platform commands fail on Mac

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630099#comment-14630099
 ] 

ASF GitHub Bot commented on CB-9239:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-windows/pull/99#issuecomment-122037715
  
@robpaveza Any update to this?


> cordova windows platform commands fail on Mac
> -
>
> Key: CB-9239
> URL: https://issues.apache.org/jira/browse/CB-9239
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, Windows, Windows 8
>Affects Versions: 4.0.0
> Environment: Mac OS X 10.10.3
>Reporter: Marlon Harrison
>Assignee: Rob Paveza
>Priority: Blocker
>
> I just setup a new cordova project. When I try to add windows to the project 
> I get an error. I have Parallels installed and the commands work just fine in 
> the Windows command prompt. I'm assuming its related to some 
> platform-specific commands but haven't dug much into it yet. 
> Mac Terminal (Mac OS X 10.10.3)
> 'cordova platform add windows' fails
> Error Returned:
> env: node\r: No such file or directory
> Error: 
> /Users/username/.cordova/lib/npm_cache/cordova-windows/4.0.0/package/bin/create:
>  Command failed with exit code 127
> at ChildProcess.whenDone 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
> at ChildProcess.emit (events.js:98:17)
> at maybeClose (child_process.js:756:16)
> at Process.ChildProcess._handle.onexit (child_process.js:823:5)
> 'corodva prepare' fails
> Error Returned:
> TypeError: Arguments to path.join must be strings
> at path.js:360:15
> at Array.filter (native)
> at Object.exports.join (path.js:358:36)
> at Object.getAvailableUAPVersions 
> (/Users/-username/projectFolder/Cordova/platforms/windows/cordova/lib/MSBuildTools.js:82:30)
> at getUAPVersions 
> (/Users/-username/projectFolder/Cordova/platforms/windows/cordova/lib/prepare.js:614:41)
> at Object.module.exports.applyPlatformConfig 
> (/Users/-username/projectFolder/Cordova/platforms/windows/cordova/lib/prepare.js:64:26)
> at windows_parser.update_from_config 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/windows_parser.js:76:25)
> at windows_parser.update_project 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/windows_parser.js:255:14)
> at 
> /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/prepare.js:126:27
> at Array.map (native)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9376) Fix FileTransfer plugin manual tests issue - 'undefined' in paths

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630040#comment-14630040
 ] 

ASF GitHub Bot commented on CB-9376:


GitHub user daserge opened a pull request:

https://github.com/apache/cordova-plugin-file-transfer/pull/94

CB-9376 Fix FileTransfer plugin manual tests issue - 'undefined' in p…

…aths

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

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

$ git pull https://github.com/MSOpenTech/cordova-plugin-file-transfer 
CB-9376

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

https://github.com/apache/cordova-plugin-file-transfer/pull/94.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 #94


commit 499ec5c07b4087829623facc07f1b1f3e31e9afc
Author: daserge 
Date:   2015-07-16T12:40:44Z

CB-9376 Fix FileTransfer plugin manual tests issue - 'undefined' in paths




> Fix FileTransfer plugin manual tests issue - 'undefined' in paths
> -
>
> Key: CB-9376
> URL: https://issues.apache.org/jira/browse/CB-9376
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Reporter: Sergey Shakhnazarov
>Priority: Minor
>
> {noformat}
> ms-appdata:///temp//undefinedsmall.mp4
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9347) You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 has caused this

2015-07-16 Thread jcesarmobile (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630037#comment-14630037
 ] 

jcesarmobile commented on CB-9347:
--

I added the change following the stackoverflow answer, but there was another 
problem, it was working fine for the 2 first UIAlertControllers stacked, but it 
fails from the third because it tries present it while the presenting 
animation, so I have added a 0,5 seconds delay.
I created an NSMutableArray and I add the UIAlertController, and remove it on 
the presentViewController completition block and use the NSMutableArray count 
to multiply, if there is only the current UIAlertController on the 
NSMutableArray, there won't be a delay presenting the UIAlertController

[~shazron] let me know what do you think about this approach, or if you have a 
better idea.



> You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 
> has caused this
> ---
>
> Key: CB-9347
> URL: https://issues.apache.org/jira/browse/CB-9347
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin Dialogs
>Affects Versions: 1.1.0
> Environment: Mac OS X Yosemite 10.10.4; XCode 6.4
>Reporter: Kelvin Dart
>Assignee: jcesarmobile
>Priority: Critical
>
> Previously in cordova-plugin-dialogs, you could stack alerts in Cordova like 
> follows:
> {code}
> navigator.notification.alert('Notification 1', function () {}, 'Title 1');
> navigator.notification.alert('Notification 2', function () {}, 'Title 2');
> {code}
> And it would show 'Notification 2' then 'Notification 1'.
> Now you cannot, in commit: #ee3b02b3c78debe608263d847f7ac69bda1bfca0, there 
> was quite a large overhaul in {{showDialogWithMessage}} in 
> {{CDVNotification.m}}; this commit seems to add some code for iOS 8.3+ which 
> uses {{UIAlertController}} instead of the old {{UIAlertView}}. The problem is 
> here - unfortunately I do not know Obj-C too well in order to debug it.
> If you revert to a cordova-plugin-dialogs version prior to this, the stacked 
> notifications work fine.
> I have created a small test harness which you can download 
> [here|https://www.dropbox.com/s/62hdp3gjp2924er/CDVDialogsNotificationBug.zip?dl=0].
> Please could you implement the old behaviour as this has cause some aspects 
> of my app to break - thanks!
> N.b. I have tagged the version as 1.1.0 as it would not allow me to tag 1.1.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9347) You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 has caused this

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630021#comment-14630021
 ] 

ASF GitHub Bot commented on CB-9347:


GitHub user jcesarmobile opened a pull request:

https://github.com/apache/cordova-plugin-dialogs/pull/54

CB-9347 - fix to allow to stack multiple UIAlertControllers

Now you can stack multiple UIAlertControllers

I had to add a 0.5s delay in case the user tries to present a new
UIAlertController while one is currently being presented (on presenting
animation)

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

$ git pull https://github.com/jcesarmobile/cordova-plugin-dialogs master

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

https://github.com/apache/cordova-plugin-dialogs/pull/54.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 #54


commit 98d3e90cd3b4879bed06c655dc9641107037c678
Author: Julio César 
Date:   2015-07-16T17:10:06Z

CB-9347 - fix to allow to stack multiple UIAlertControllers

Now you can stack multiple UIAlertControllers

I had to add a 0.5s delay in case the user tries to present a new
UIAlertController while one is currently being presented (on presenting
animation)




> You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 
> has caused this
> ---
>
> Key: CB-9347
> URL: https://issues.apache.org/jira/browse/CB-9347
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin Dialogs
>Affects Versions: 1.1.0
> Environment: Mac OS X Yosemite 10.10.4; XCode 6.4
>Reporter: Kelvin Dart
>Assignee: jcesarmobile
>Priority: Critical
>
> Previously in cordova-plugin-dialogs, you could stack alerts in Cordova like 
> follows:
> {code}
> navigator.notification.alert('Notification 1', function () {}, 'Title 1');
> navigator.notification.alert('Notification 2', function () {}, 'Title 2');
> {code}
> And it would show 'Notification 2' then 'Notification 1'.
> Now you cannot, in commit: #ee3b02b3c78debe608263d847f7ac69bda1bfca0, there 
> was quite a large overhaul in {{showDialogWithMessage}} in 
> {{CDVNotification.m}}; this commit seems to add some code for iOS 8.3+ which 
> uses {{UIAlertController}} instead of the old {{UIAlertView}}. The problem is 
> here - unfortunately I do not know Obj-C too well in order to debug it.
> If you revert to a cordova-plugin-dialogs version prior to this, the stacked 
> notifications work fine.
> I have created a small test harness which you can download 
> [here|https://www.dropbox.com/s/62hdp3gjp2924er/CDVDialogsNotificationBug.zip?dl=0].
> Please could you implement the old behaviour as this has cause some aspects 
> of my app to break - thanks!
> N.b. I have tagged the version as 1.1.0 as it would not allow me to tag 1.1.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-9377) weinre still referencing path.existsSync()

2015-07-16 Thread Patrick Mueller (JIRA)
Patrick Mueller created CB-9377:
---

 Summary: weinre still referencing path.existsSync()
 Key: CB-9377
 URL: https://issues.apache.org/jira/browse/CB-9377
 Project: Apache Cordova
  Issue Type: Bug
  Components: weinre
Reporter: Patrick Mueller
Assignee: Patrick Mueller


User reported runtime error in weinre, presumably with a relatively new version 
of node.

{noformat}
if (!path.existsSync(fileName)) return properties;
  ^
-
error: TypeError: undefined is not a function
-
stack:
   cli.coffee:66  - getDotWeinreServerProperties()
{noformat}

References of {{path.exists*()}} will need to be changed to {{fs.exist*()}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9347) You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 has caused this

2015-07-16 Thread jcesarmobile (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629657#comment-14629657
 ] 

jcesarmobile commented on CB-9347:
--

The upvoted answer on stackoverflow works (presenting the UIAlertController on 
the current presented view controller) on a native project. I'll add the changes

> You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 
> has caused this
> ---
>
> Key: CB-9347
> URL: https://issues.apache.org/jira/browse/CB-9347
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin Dialogs
>Affects Versions: 1.1.0
> Environment: Mac OS X Yosemite 10.10.4; XCode 6.4
>Reporter: Kelvin Dart
>Assignee: jcesarmobile
>Priority: Critical
>
> Previously in cordova-plugin-dialogs, you could stack alerts in Cordova like 
> follows:
> {code}
> navigator.notification.alert('Notification 1', function () {}, 'Title 1');
> navigator.notification.alert('Notification 2', function () {}, 'Title 2');
> {code}
> And it would show 'Notification 2' then 'Notification 1'.
> Now you cannot, in commit: #ee3b02b3c78debe608263d847f7ac69bda1bfca0, there 
> was quite a large overhaul in {{showDialogWithMessage}} in 
> {{CDVNotification.m}}; this commit seems to add some code for iOS 8.3+ which 
> uses {{UIAlertController}} instead of the old {{UIAlertView}}. The problem is 
> here - unfortunately I do not know Obj-C too well in order to debug it.
> If you revert to a cordova-plugin-dialogs version prior to this, the stacked 
> notifications work fine.
> I have created a small test harness which you can download 
> [here|https://www.dropbox.com/s/62hdp3gjp2924er/CDVDialogsNotificationBug.zip?dl=0].
> Please could you implement the old behaviour as this has cause some aspects 
> of my app to break - thanks!
> N.b. I have tagged the version as 1.1.0 as it would not allow me to tag 1.1.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-9376) Fix FileTransfer plugin manual tests issue - 'undefined' in paths

2015-07-16 Thread Sergey Shakhnazarov (JIRA)
Sergey Shakhnazarov created CB-9376:
---

 Summary: Fix FileTransfer plugin manual tests issue - 'undefined' 
in paths
 Key: CB-9376
 URL: https://issues.apache.org/jira/browse/CB-9376
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Reporter: Sergey Shakhnazarov
Priority: Minor


{noformat}
ms-appdata:///temp//undefinedsmall.mp4
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Assigned] (CB-9347) You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 has caused this

2015-07-16 Thread jcesarmobile (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile reassigned CB-9347:


Assignee: jcesarmobile

> You can no longer stack alerts in cordova-plugin-dialogs - commit #ee3b02b3 
> has caused this
> ---
>
> Key: CB-9347
> URL: https://issues.apache.org/jira/browse/CB-9347
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin Dialogs
>Affects Versions: 1.1.0
> Environment: Mac OS X Yosemite 10.10.4; XCode 6.4
>Reporter: Kelvin Dart
>Assignee: jcesarmobile
>Priority: Critical
>
> Previously in cordova-plugin-dialogs, you could stack alerts in Cordova like 
> follows:
> {code}
> navigator.notification.alert('Notification 1', function () {}, 'Title 1');
> navigator.notification.alert('Notification 2', function () {}, 'Title 2');
> {code}
> And it would show 'Notification 2' then 'Notification 1'.
> Now you cannot, in commit: #ee3b02b3c78debe608263d847f7ac69bda1bfca0, there 
> was quite a large overhaul in {{showDialogWithMessage}} in 
> {{CDVNotification.m}}; this commit seems to add some code for iOS 8.3+ which 
> uses {{UIAlertController}} instead of the old {{UIAlertView}}. The problem is 
> here - unfortunately I do not know Obj-C too well in order to debug it.
> If you revert to a cordova-plugin-dialogs version prior to this, the stacked 
> notifications work fine.
> I have created a small test harness which you can download 
> [here|https://www.dropbox.com/s/62hdp3gjp2924er/CDVDialogsNotificationBug.zip?dl=0].
> Please could you implement the old behaviour as this has cause some aspects 
> of my app to break - thanks!
> N.b. I have tagged the version as 1.1.0 as it would not allow me to tag 1.1.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9375) Misplaced android:hardwareAccelerated="true" to the template manifest.xml

2015-07-16 Thread THIRION Yannick (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629631#comment-14629631
 ] 

THIRION Yannick commented on CB-9375:
-

The commit that fixed issue CB-1362 is :
https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commitdiff;h=37b3e980dcaaf8edb9b9708ace4d0b48fdfb076d

However during the follwing commit :
https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commitdiff;h=5c60b09bf460e96140e19b72dcbf9a58673522b2

History log :
https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=history;f=bin/templates/project/AndroidManifest.xml;hb=37b3e980dcaaf8edb9b9708ace4d0b48fdfb076d

The android:hardwareAccelerated="true" was added to the xml manifest element. 
But according to:
http://developer.android.com/guide/topics/graphics/hardware-accel.html

It looks to me this attribute does not exist in this "manifest" element. 
Shouldn't it be removed, or does it has some usefullness?
I did set it to false in my app but it does not seem to have effet if the same 
attribute in "application" element is not changed .

> Misplaced android:hardwareAccelerated="true" to the template manifest.xml
> -
>
> Key: CB-9375
> URL: https://issues.apache.org/jira/browse/CB-9375
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Android
>Reporter: THIRION Yannick
>Assignee: Joe Bowser
>Priority: Minor
> Fix For: 2.2.0
>
>
> We should add android:hardwareAccelerated="true" to the template 
> manifest.xml. If there are any objections add it to the comments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-9375) Misplaced android:hardwareAccelerated="true" to the template manifest.xml

2015-07-16 Thread THIRION Yannick (JIRA)
THIRION Yannick created CB-9375:
---

 Summary: Misplaced android:hardwareAccelerated="true" to the 
template manifest.xml
 Key: CB-9375
 URL: https://issues.apache.org/jira/browse/CB-9375
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android
Reporter: THIRION Yannick
Assignee: Joe Bowser
Priority: Minor
 Fix For: 2.2.0


We should add android:hardwareAccelerated="true" to the template manifest.xml. 
If there are any objections add it to the comments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Comment Edited] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629524#comment-14629524
 ] 

Sergey Shakhnazarov edited comment on CB-9273 at 7/16/15 10:15 AM:
---

Also looks like we need a different path for *nvm*:
{code}
~/.nvm/versions/node/`nvm version 2>/dev/null`/bin
{code}
instead of
{code}
~/.nvm/`nvm version 2>/dev/null`/bin
{code}
Tested this with *nvm* 0.25.4.

So the resulting script could be the following:
{code}
shellScript = "NODEJS_PATH=/usr/local/bin; 
NVM_NODE_PATH=~/.nvm/versions/node/`nvm version 2>/dev/null`/bin; 
N_NODE_PATH=`find /usr/local/n/versions/node/* -maxdepth 0 -type d 2>/dev/null 
| tail -1`/bin; XCODE_NODE_PATH=`xcode-select 
--print-path`/usr/share/xcs/Node/bin; 
PATH=$NODEJS_PATH:$NVM_PATH:$N_PATH:$XCODE_NODE_PATH:$PATH && node 
cordova/lib/copy-www-build-step.js";
{code}


was (Author: daserge):
Also looks like we need a different path for *nvm*:
{code}
echo ~/.nvm/versions/node/`nvm version 2>/dev/null`/bin
{code}
instead of
{code}
~/.nvm/`nvm version 2>/dev/null`/bin
{code}
Tested this with *nvm* 0.25.4.

So the resulting script could be the following:
{code}
shellScript = "NODEJS_PATH=/usr/local/bin; 
NVM_NODE_PATH=~/.nvm/versions/node/`nvm version 2>/dev/null`/bin; 
N_NODE_PATH=`find /usr/local/n/versions/node/* -maxdepth 0 -type d 2>/dev/null 
| tail -1`/bin; XCODE_NODE_PATH=`xcode-select 
--print-path`/usr/share/xcs/Node/bin; 
PATH=$NODEJS_PATH:$NVM_PATH:$N_PATH:$XCODE_NODE_PATH:$PATH && node 
cordova/lib/copy-www-build-step.js";
{code}

> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629524#comment-14629524
 ] 

Sergey Shakhnazarov commented on CB-9273:
-

Also looks like we need a different path for *nvm*:
{code}
echo ~/.nvm/versions/node/'nvm version 2>/dev/null'/bin
{code}
instead of
{code}
~/.nvm/`nvm version 2>/dev/null`/bin
{code}
Tested this with *nvm* 0.25.4.

So the resulting script could be the following:
{code}
shellScript = "NODEJS_PATH=/usr/local/bin; 
NVM_NODE_PATH=~/.nvm/versions/node/`nvm version 2>/dev/null`/bin; 
N_NODE_PATH=`find /usr/local/n/versions/node/* -maxdepth 0 -type d 2>/dev/null 
| tail -1`/bin; XCODE_NODE_PATH=`xcode-select 
--print-path`/usr/share/xcs/Node/bin; 
PATH=$NODEJS_PATH:$NVM_PATH:$N_PATH:$XCODE_NODE_PATH:$PATH && node 
cordova/lib/copy-www-build-step.js";
{code}

> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Comment Edited] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629524#comment-14629524
 ] 

Sergey Shakhnazarov edited comment on CB-9273 at 7/16/15 10:14 AM:
---

Also looks like we need a different path for *nvm*:
{code}
echo ~/.nvm/versions/node/`nvm version 2>/dev/null`/bin
{code}
instead of
{code}
~/.nvm/`nvm version 2>/dev/null`/bin
{code}
Tested this with *nvm* 0.25.4.

So the resulting script could be the following:
{code}
shellScript = "NODEJS_PATH=/usr/local/bin; 
NVM_NODE_PATH=~/.nvm/versions/node/`nvm version 2>/dev/null`/bin; 
N_NODE_PATH=`find /usr/local/n/versions/node/* -maxdepth 0 -type d 2>/dev/null 
| tail -1`/bin; XCODE_NODE_PATH=`xcode-select 
--print-path`/usr/share/xcs/Node/bin; 
PATH=$NODEJS_PATH:$NVM_PATH:$N_PATH:$XCODE_NODE_PATH:$PATH && node 
cordova/lib/copy-www-build-step.js";
{code}


was (Author: daserge):
Also looks like we need a different path for *nvm*:
{code}
echo ~/.nvm/versions/node/'nvm version 2>/dev/null'/bin
{code}
instead of
{code}
~/.nvm/`nvm version 2>/dev/null`/bin
{code}
Tested this with *nvm* 0.25.4.

So the resulting script could be the following:
{code}
shellScript = "NODEJS_PATH=/usr/local/bin; 
NVM_NODE_PATH=~/.nvm/versions/node/`nvm version 2>/dev/null`/bin; 
N_NODE_PATH=`find /usr/local/n/versions/node/* -maxdepth 0 -type d 2>/dev/null 
| tail -1`/bin; XCODE_NODE_PATH=`xcode-select 
--print-path`/usr/share/xcs/Node/bin; 
PATH=$NODEJS_PATH:$NVM_PATH:$N_PATH:$XCODE_NODE_PATH:$PATH && node 
cordova/lib/copy-www-build-step.js";
{code}

> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9334) PluginManager permit only one plugin to remap the URI

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629501#comment-14629501
 ] 

ASF GitHub Bot commented on CB-9334:


Github user spirann commented on a diff in the pull request:

https://github.com/apache/cordova-android/pull/195#discussion_r34771734
  
--- Diff: framework/src/org/apache/cordova/PluginManager.java ---
@@ -381,15 +374,16 @@ public void onReset() {
 }
 
 Uri remapUri(Uri uri) {
+Uri remap = uri;
 for (CordovaPlugin plugin : this.pluginMap.values()) {
 if (plugin != null) {
-Uri ret = plugin.remapUri(uri);
+Uri ret = plugin.remapUri(remap);
 if (ret != null) {
-return ret;
+remap = ret;
 }
 }
 }
-return null;
+return uri.equals(remap) ? null : remap;
--- End diff --

It was the default behavior to return null if no plugins ends up remapping 
the uri. The only change is that it also return null if a plugin remap the uri 
to the same uri, because there's no need to act like there's a change when 
there's not (some plugins like JsHybuggerPlugin for example always remap every 
uri, to the same when no action is needed)


> PluginManager permit only one plugin to remap the URI
> -
>
> Key: CB-9334
> URL: https://issues.apache.org/jira/browse/CB-9334
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.7.1
>Reporter: Simon Pireyn
>  Labels: android, plugins
>
> If a plugin return an URI and not null, the plugin manager stop calling 
> remapUri and use the value returned. It doesn't allow another plugin to check 
> or remap the URI
> ex: JsHybuggerPlugin gets all URL to eventually add 
> "content://jsHybugger.org/" before every url.
> Or if I need with one plugin to replace "myserver://" with "http://myserver"; 
> and in another to replace {placeholders} or watherver.
> PluginManager should loop every plugins before returning the remapped URI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Comment Edited] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629497#comment-14629497
 ] 

Sergey Shakhnazarov edited comment on CB-9273 at 7/16/15 9:47 AM:
--

Ok, thank you!
Tested with *n* - *find* code works well.

Although we may suppress error messages to avoid errors in XCode (in case there 
are no *nvm* or *n* installed):
{code}
shellScript = "NODEJS_PATH=/usr/local/bin; NVM_NODE_PATH=~/.nvm/`nvm version 
2>/dev/null`/bin; N_NODE_PATH=`find /usr/local/n/versions/node/* -maxdepth 0 
-type d 2>/dev/null | tail -1`/bin; XCODE_NODE_PATH=`xcode-select 
--print-path`/usr/share/xcs/Node/bin; 
PATH=$NODEJS_PATH:$NVM_PATH:$N_PATH:$XCODE_NODE_PATH:$PATH && node 
cordova/lib/copy-www-build-step.js";
{code}

PS:
{code}
n bin $(n --latest)
{code}
This snippet will not work as *n --latest* returns available and not installed 
versions.


was (Author: daserge):
Ok, thank you!
Tested with *n* - *find* code works well.

Although we may suppress error messages to avoid errors in XCode (in case there 
are no *nvm* or *n* installed):
{code}
shellScript = "NODEJS_PATH=/usr/local/bin; NVM_NODE_PATH=~/.nvm/'nvm version 
2>/dev/null'/bin; N_NODE_PATH='find /usr/local/n/versions/node/* -maxdepth 0 
-type d 2>/dev/null | tail -1'/bin; XCODE_NODE_PATH='xcode-select 
--print-path'/usr/share/xcs/Node/bin; 
PATH=$NODEJS_PATH:$NVM_PATH:$N_PATH:$XCODE_NODE_PATH:$PATH && node 
cordova/lib/copy-www-build-step.js";
{code}

PS:
{code}
n bin $(n --latest)
{code}
This snippet will not work as *n --latest* returns available and not installed 
versions.

> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9273) "Copy www build phase" node is not found

2015-07-16 Thread Sergey Shakhnazarov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629497#comment-14629497
 ] 

Sergey Shakhnazarov commented on CB-9273:
-

Ok, thank you!
Tested with *n* - *find* code works well.

Although we may suppress error messages to avoid errors in XCode (in case there 
are no *nvm* or *n* installed):
{code}
shellScript = "NODEJS_PATH=/usr/local/bin; NVM_NODE_PATH=~/.nvm/'nvm version 
2>/dev/null'/bin; N_NODE_PATH='find /usr/local/n/versions/node/* -maxdepth 0 
-type d 2>/dev/null | tail -1'/bin; XCODE_NODE_PATH='xcode-select 
--print-path'/usr/share/xcs/Node/bin; 
PATH=$NODEJS_PATH:$NVM_PATH:$N_PATH:$XCODE_NODE_PATH:$PATH && node 
cordova/lib/copy-www-build-step.js";
{code}

PS:
{code}
n bin $(n --latest)
{code}
This snippet will not work as *n --latest* returns available and not installed 
versions.

> "Copy www build phase" node is not found
> 
>
> Key: CB-9273
> URL: https://issues.apache.org/jira/browse/CB-9273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: cordova-ios 4.x
>Reporter: Shazron Abdullah
> Attachments: xcode-build-phase-node.png
>
>
> I have node installed using nvm, and the build phase cannot find node.
> The path to node in nvm is in $PATH in Terminal. It may not be in Xcode's 
> environment variables.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Created] (CB-9374) White screen on splashscreen after close app by “back”

2015-07-16 Thread jmpdev (JIRA)
jmpdev created CB-9374:
--

 Summary: White screen on splashscreen after close app by “back”
 Key: CB-9374
 URL: https://issues.apache.org/jira/browse/CB-9374
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Affects Versions: 2.1.0
 Environment: Cordova CLI: 5.0.0
Ionic Version: 1.0.1
Ionic CLI Version: 1.5.5
Ionic App Lib Version: 0.2.2
OS: Windows 7 SP1
Node Version: v0.12.4
Android 4.4.2
Reporter: jmpdev


On startup it works fine, but when I close app by "back" button and reopen it, 
I have white screen instead of splashscreen image.

But if I "kill" app via last used applications, it also works fine.

http://forum.ionicframework.com/t/white-screen-on-splashscreen-after-close-app-by-back/27721



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (CB-9272) App crashes on on iPad when run on PGB

2015-07-16 Thread jcesarmobile (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-9272.

Resolution: Duplicate

I'm closing it as it's a duplicate of CB-7577, it's not really a cordova issue 
and it won't happen if using iOS 8 SDK (it might require delete caches or even 
the iOS 7 SDK)

For the phonegap build issue, see my previous comment with the link to the 
phonegap build issue to keep track of the progress there

> App crashes on  on iPad when run on PGB
> --
>
> Key: CB-9272
> URL: https://issues.apache.org/jira/browse/CB-9272
> Project: Apache Cordova
>  Issue Type: Bug
> Environment: iPad Air (model#: MD788NF/A)
>Reporter: Leroy van Engelen
>Assignee: jcesarmobile
> Attachments: appbase.zip
>
>
> See https://issues.apache.org/jira/browse/CB-7577



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Assigned] (CB-9372) cordova-android project template contains unused files (main.js/main.css)

2015-07-16 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire reassigned CB-9372:
---

Assignee: Omar Mefire

> cordova-android project template contains unused files (main.js/main.css)
> -
>
> Key: CB-9372
> URL: https://issues.apache.org/jira/browse/CB-9372
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Android
>Reporter: Holly Schinsky
>Assignee: Omar Mefire
>Priority: Minor
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The apache-android create script produces a default project with extra files 
> in the root folder that are not needed and could cause confusion - *main.js* 
> and *main.css*.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Closed] (CB-9370) Cordova-js tests are failing on node 0.12

2015-07-16 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov closed CB-9370.

Resolution: Fixed

> Cordova-js tests are failing on node 0.12
> -
>
> Key: CB-9370
> URL: https://issues.apache.org/jira/browse/CB-9370
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 4.1.0
> Environment: Windows/Mac OSX machine,
> Node JS 0.12.7
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: cordova-js
> Fix For: 4.1.0
>
>
> Since https://github.com/apache/cordova-js/pull/118 unit tests for cordova-js 
> started failing on AppVeyor CI with unclear message {{Fatal error: Cannot set 
> property length of [object Object] which has only a getter}}.
> It looks like the origin of failures - updated NodeJS version on AppVeyor 
> build machines. Failure also can be reproduced on local machine with 
> Node@0.12.5 installed.
> The reason of failures - is outdated {{jsdom-nogyp}} dependency (last updated 
> about 2 years ago). The solution is to replace {{jsdom-nogyp}} with original 
> {{node-jsdom}}, which works fine with node@12.x. It also would be great to 
> test such cases through CI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Resolved] (CB-9291) Cordova NPM package does not install when Node >= 0.12.x

2015-07-16 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov resolved CB-9291.
--
Resolution: Fixed

> Cordova NPM package does not install when Node >= 0.12.x
> 
>
> Key: CB-9291
> URL: https://issues.apache.org/jira/browse/CB-9291
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 4.0.0
> Environment: Windows7 x64 with NodeJS 0.12.6
>Reporter: Robert
>Assignee: Vladimir Kotikov
>Priority: Critical
>
> Hi
> I am trying to install cordova in version 5.1.1 (also tried some previous 
> versions) using node 0.12.6:
> npm cache clean dep-graph
> npm install -g cordova@5.1.1
> Unfortunately, cordova-js depends on an older version of node (~0.10.x) which 
> seems the reason for cordova not being installable:
> {noformat}
> >npm install -g cordova@5.1.1
> npm WARN engine cordova-js@4.0.0: wanted: {"node":"~0.10.x"} (current: 
> {"node":"0.12.6","npm":"2.11.2"})
> npm WARN engine npm@1.3.4: wanted: {"node":">=0.6","npm":"1"} (current: 
> {"node":"0.12.6","npm":"2.11.2"})
> npm WARN engine xmlbuilder@2.2.1: wanted: {"node":"0.8.x || 0.10.x"} 
> (current: {"node":"0.12.6","npm":"2.11.2"})
> npm WARN installMany normalize-package-data was bundled with npm@1.3.4, but 
> bundled package wasn't found in unpacked tree
> C:\Users\robert\AppData\Roaming\npm\cordova -> 
> C:\Users\robert\AppData\Roaming\npm\node_modules\cordova\bin\cordova
> cordova@5.1.1 C:\Users\robert\AppData\Roaming\npm\node_modules\cordova
> ├── underscore@1.7.0
> ├── q@1.0.1
> ├── nopt@3.0.1 (abbrev@1.0.7)
> └── cordova-lib@5.1.1 (valid-identifier@0.0.1, osenv@0.1.0, 
> properties-parser@0.2.3, bplist-parser@0.0.6, mime@1.2.11, unorm@1.3.3, 
> semver@2.1.0, rc@0.5.2, shelljs@0.3.0, dep-graph@1.1.0, through2@0.6.3, 
> npmconf@0.1.16, xcode@0.6.7, d8@0.4.4, init-package-json@1.7.0, 
> elementtree@0.1.6, request@2.47.0, glob@4.0.6, cordova-registry-mapper@1.1.8, 
> tar@1.0.2, cordova-app-hello-world@3.9.0, cordova-js@4.0.0, plist@1.1.0, 
> npm@1.3.4)
> {noformat}
> Thanks in advance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9370) Cordova-js tests are failing on node 0.12

2015-07-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629336#comment-14629336
 ] 

ASF GitHub Bot commented on CB-9370:


Github user asfgit closed the pull request at:

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


> Cordova-js tests are failing on node 0.12
> -
>
> Key: CB-9370
> URL: https://issues.apache.org/jira/browse/CB-9370
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 4.1.0
> Environment: Windows/Mac OSX machine,
> Node JS 0.12.7
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: cordova-js
> Fix For: 4.1.0
>
>
> Since https://github.com/apache/cordova-js/pull/118 unit tests for cordova-js 
> started failing on AppVeyor CI with unclear message {{Fatal error: Cannot set 
> property length of [object Object] which has only a getter}}.
> It looks like the origin of failures - updated NodeJS version on AppVeyor 
> build machines. Failure also can be reproduced on local machine with 
> Node@0.12.5 installed.
> The reason of failures - is outdated {{jsdom-nogyp}} dependency (last updated 
> about 2 years ago). The solution is to replace {{jsdom-nogyp}} with original 
> {{node-jsdom}}, which works fine with node@12.x. It also would be great to 
> test such cases through CI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9291) Cordova NPM package does not install when Node >= 0.12.x

2015-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629334#comment-14629334
 ] 

ASF subversion and git services commented on CB-9291:
-

Commit d5b716cc73fa2f09ac1a1090cefecec5019676ea in cordova-js's branch 
refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=d5b716c ]

CB-9291 Removes the requirement for specific NodeJS version


> Cordova NPM package does not install when Node >= 0.12.x
> 
>
> Key: CB-9291
> URL: https://issues.apache.org/jira/browse/CB-9291
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 4.0.0
> Environment: Windows7 x64 with NodeJS 0.12.6
>Reporter: Robert
>Assignee: Vladimir Kotikov
>Priority: Critical
>
> Hi
> I am trying to install cordova in version 5.1.1 (also tried some previous 
> versions) using node 0.12.6:
> npm cache clean dep-graph
> npm install -g cordova@5.1.1
> Unfortunately, cordova-js depends on an older version of node (~0.10.x) which 
> seems the reason for cordova not being installable:
> {noformat}
> >npm install -g cordova@5.1.1
> npm WARN engine cordova-js@4.0.0: wanted: {"node":"~0.10.x"} (current: 
> {"node":"0.12.6","npm":"2.11.2"})
> npm WARN engine npm@1.3.4: wanted: {"node":">=0.6","npm":"1"} (current: 
> {"node":"0.12.6","npm":"2.11.2"})
> npm WARN engine xmlbuilder@2.2.1: wanted: {"node":"0.8.x || 0.10.x"} 
> (current: {"node":"0.12.6","npm":"2.11.2"})
> npm WARN installMany normalize-package-data was bundled with npm@1.3.4, but 
> bundled package wasn't found in unpacked tree
> C:\Users\robert\AppData\Roaming\npm\cordova -> 
> C:\Users\robert\AppData\Roaming\npm\node_modules\cordova\bin\cordova
> cordova@5.1.1 C:\Users\robert\AppData\Roaming\npm\node_modules\cordova
> ├── underscore@1.7.0
> ├── q@1.0.1
> ├── nopt@3.0.1 (abbrev@1.0.7)
> └── cordova-lib@5.1.1 (valid-identifier@0.0.1, osenv@0.1.0, 
> properties-parser@0.2.3, bplist-parser@0.0.6, mime@1.2.11, unorm@1.3.3, 
> semver@2.1.0, rc@0.5.2, shelljs@0.3.0, dep-graph@1.1.0, through2@0.6.3, 
> npmconf@0.1.16, xcode@0.6.7, d8@0.4.4, init-package-json@1.7.0, 
> elementtree@0.1.6, request@2.47.0, glob@4.0.6, cordova-registry-mapper@1.1.8, 
> tar@1.0.2, cordova-app-hello-world@3.9.0, cordova-js@4.0.0, plist@1.1.0, 
> npm@1.3.4)
> {noformat}
> Thanks in advance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-9370) Cordova-js tests are failing on node 0.12

2015-07-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629335#comment-14629335
 ] 

ASF subversion and git services commented on CB-9370:
-

Commit eb620e2934e2d6706e71a2f8957343935d6dcf32 in cordova-js's branch 
refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=eb620e2 ]

CB-9370 Fixes failing tests on Node 0.12 due to stale dependency

This also adds Node@0.12 to test matrix for both Travis and AppVeyor


> Cordova-js tests are failing on node 0.12
> -
>
> Key: CB-9370
> URL: https://issues.apache.org/jira/browse/CB-9370
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Affects Versions: 4.1.0
> Environment: Windows/Mac OSX machine,
> Node JS 0.12.7
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: cordova-js
> Fix For: 4.1.0
>
>
> Since https://github.com/apache/cordova-js/pull/118 unit tests for cordova-js 
> started failing on AppVeyor CI with unclear message {{Fatal error: Cannot set 
> property length of [object Object] which has only a getter}}.
> It looks like the origin of failures - updated NodeJS version on AppVeyor 
> build machines. Failure also can be reproduced on local machine with 
> Node@0.12.5 installed.
> The reason of failures - is outdated {{jsdom-nogyp}} dependency (last updated 
> about 2 years ago). The solution is to replace {{jsdom-nogyp}} with original 
> {{node-jsdom}}, which works fine with node@12.x. It also would be great to 
> test such cases through CI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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