[jira] [Commented] (CB-4724) wp8 InAppBrowser occur UriFormateexception

2013-10-31 Thread TianBo Yang (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13809969#comment-13809969
 ] 

TianBo Yang commented on CB-4724:
-

I add the newest InAppBrowser plugin on wp8,  this issue don't  arise!

I think it must resolved by other changes.

 wp8 InAppBrowser occur  UriFormateexception
 ---

 Key: CB-4724
 URL: https://issues.apache.org/jira/browse/CB-4724
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
 Environment: win8+vs2012+wp8
Reporter: TianBo Yang
Assignee: Jesse MacFadyen
  Labels: wp8
 Fix For: Master

   Original Estimate: 1h
  Remaining Estimate: 1h

 1.use cordova CLI create wp8 template project, add all plugin;
 2.add cordova mobile spec
 3.run this project, run InAppBrowser test case;
 4. click target=Blank:InAppBrowser
 here is occur UriFormateexception
 stackTrace:
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at WPCordovaClassLib.Cordova.Commands.InAppBrowser.ShowInAppBrowser(String 
 url)
at WPCordovaClassLib.Cordova.Commands.InAppBrowser.open(String options)
 msg:
 Invalid URI: The format of the URI could not be determined.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Closed] (CB-4724) wp8 InAppBrowser occur UriFormateexception

2013-10-31 Thread TianBo Yang (JIRA)

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

TianBo Yang closed CB-4724.
---

   Resolution: Fixed
Fix Version/s: Master

 wp8 InAppBrowser occur  UriFormateexception
 ---

 Key: CB-4724
 URL: https://issues.apache.org/jira/browse/CB-4724
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
 Environment: win8+vs2012+wp8
Reporter: TianBo Yang
Assignee: Jesse MacFadyen
  Labels: wp8
 Fix For: Master

   Original Estimate: 1h
  Remaining Estimate: 1h

 1.use cordova CLI create wp8 template project, add all plugin;
 2.add cordova mobile spec
 3.run this project, run InAppBrowser test case;
 4. click target=Blank:InAppBrowser
 here is occur UriFormateexception
 stackTrace:
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at WPCordovaClassLib.Cordova.Commands.InAppBrowser.ShowInAppBrowser(String 
 url)
at WPCordovaClassLib.Cordova.Commands.InAppBrowser.open(String options)
 msg:
 Invalid URI: The format of the URI could not be determined.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-5235) Inappbrowser test case Default:CordovaWebView/Target=random don't response on WP8

2013-10-31 Thread puchen (JIRA)
puchen created CB-5235:
--

 Summary: Inappbrowser test case 
Default:CordovaWebView/Target=random don't response on WP8
 Key: CB-5235
 URL: https://issues.apache.org/jira/browse/CB-5235
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
 Environment: windows phone8
Reporter: puchen


1. create wp8 cordova project,add InappBrowser plugin;
2.add InappBrowser plugin test.
3. run this project.

you will found the Default:CordovaWebView / target=random test case  don't 
reponse on wp8.

Default:CordovaWebView test case should open webConten in CordovaWebView ;
target=random test case should be open in AppBrowser.





--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-5236) Intermittent NullReferenceException on download on WP8

2013-10-31 Thread JIRA
Björn Andersson created CB-5236:
---

 Summary: Intermittent NullReferenceException on download on WP8
 Key: CB-5236
 URL: https://issues.apache.org/jira/browse/CB-5236
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
 Environment: Windows 8, Visual Studio 2012
Reporter: Björn Andersson


Every so often when my app tries to download using FileTransfer it'll raise a 
NullReferenceException, I haven't found out exactly when it happens.

I'm using version 0.3.3 of the File Transfer plugin.

I'm including a screenshot of how Visual Studio looks like when it happens. 
Sadly I'm not very used to using Visual Studio so if there's more information I 
can report to make it easier please tell me how and I'll attach it!

!https://www.evernote.com/shard/s236/sh/e46faaf1-8165-449c-bc5f-07fd5c9feaff/b6bab07ef6afd8822427182178594946/deep/0/Windows-8-x64-and-How-I-Built-My-Own-3D-Printer-With-No-Experience.png!



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5135) Mark scripts as requiring Bash instead of using a random system shell

2013-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810227#comment-13810227
 ] 

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

Commit 43638d6ad7366223b8d618b3357ccf32f474a103 in branch refs/heads/master 
from [~jsoref]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=43638d6 ]

CB-5135 Mark scripts as requiring Bash instead of using a random system shell

use /usr/bin/env bash to select bash
standardize on COMMENT for license block

Reviewed by Jeffrey Heifetz jheif...@blackberry.com
Tested by Jenny Gee j...@blackberry.com


 Mark scripts as requiring Bash instead of using a random system shell
 -

 Key: CB-5135
 URL: https://issues.apache.org/jira/browse/CB-5135
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.1.0
Reporter: Josh Soref
 Fix For: 3.2.0


 There are bashisms in the scripts. Some of these are because there's no clear 
 way to do what they're trying to do in posix sh -- thus, we should declare 
 the scripts as using bash.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Closed] (CB-5182) cordova/run sometimes fails to report error when DebugToken creation fails

2013-10-31 Thread Bryan Higgins (JIRA)

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

Bryan Higgins closed CB-5182.
-

Resolution: Fixed

 cordova/run sometimes fails to report error when DebugToken creation fails
 --

 Key: CB-5182
 URL: https://issues.apache.org/jira/browse/CB-5182
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.1.0
Reporter: Jeffrey Heifetz
Assignee: Jeffrey Heifetz
 Fix For: 3.2.0


 Steps to reproduce: 
 This occurred to me on Windows when i hadn't yet established my session with 
 the RIM Proxy [via opening a browser window]. The debugtokenrequest 
 executable was failing due to this. When i ran the run script it did not 
 inform me of any error; Instead it exited abruptly. 
 I assume this also occurs on Mac. 
 Actual result: 
 C:\Program Files\BlackBerry\BB10 WebWorks SDK 2.0.0.36\app.\cordova\run -k 
 password 
 [INFO] Target default selected 
 [INFO] Generating debug token 
 Expected result: 
 Execution to continue or at least show a proper error. 
 After some digging, it looks like the issue occurs from lib/run. The callback 
 for the waterfall that handles the debugToken creation/install 
 [getValidatedTarget] does not handle errors of type object. It only handles 
 strings and numbers.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4570) [BlackBerry10] Update config.xml validation rules

2013-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810233#comment-13810233
 ] 

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

Commit 3ac0593b2ecaabd304d16bfbbe930e9a87ad4d05 in branch refs/heads/master 
from [~jeffheifetz]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=3ac0593 ]

CB-4570 Removing unnecessary content check for config since index.html is in 
the default

Reviewed by Bryan Higgins bhigg...@blackberry.com
Tested by Tracy Li t...@blackberry.com


 [BlackBerry10] Update config.xml validation rules
 -

 Key: CB-4570
 URL: https://issues.apache.org/jira/browse/CB-4570
 Project: Apache Cordova
  Issue Type: Improvement
  Components: BlackBerry
Affects Versions: 3.0.0
Reporter: Bryan Higgins
Assignee: Jeffrey Heifetz
 Fix For: 3.1.0


 We require both an author element and a content element. 
 Missing content element should default to index.html. 
 Missing author element should have a reasonable default but still spit out a 
 warning. 
 Additionally it'd be great to get all fo the code cleaned up into the 
 packager-validator file (it currently lives there, config-parser and possibly 
 elsewhere).



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3209) geolocation

2013-10-31 Thread Piotr Zalewa (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810238#comment-13810238
 ] 

Piotr Zalewa commented on CB-3209:
--

Geolocation is working now
https://github.com/apache/cordova-plugin-geolocation/pull/8

 geolocation
 ---

 Key: CB-3209
 URL: https://issues.apache.org/jira/browse/CB-3209
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Affects Versions: 2.6.0
Reporter: Herm Wong
Assignee: Herm Wong
 Fix For: 3.2.0


 geolocation spec: http://www.w3.org/TR/geolocation-API/



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Closed] (CB-5135) Mark scripts as requiring Bash instead of using a random system shell

2013-10-31 Thread Bryan Higgins (JIRA)

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

Bryan Higgins closed CB-5135.
-

Resolution: Fixed

 Mark scripts as requiring Bash instead of using a random system shell
 -

 Key: CB-5135
 URL: https://issues.apache.org/jira/browse/CB-5135
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.1.0
Reporter: Josh Soref
 Fix For: 3.2.0


 There are bashisms in the scripts. Some of these are because there's no clear 
 way to do what they're trying to do in posix sh -- thus, we should declare 
 the scripts as using bash.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-3611) [BlackBerry10] Refactor server JS signature to contain PluginResult

2013-10-31 Thread Bryan Higgins (JIRA)

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

Bryan Higgins resolved CB-3611.
---

Resolution: Won't Fix

No intent to change this now since it will break plugins

 [BlackBerry10] Refactor server JS signature to contain PluginResult
 ---

 Key: CB-3611
 URL: https://issues.apache.org/jira/browse/CB-3611
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 2.8.0
Reporter: Jeffrey Heifetz
Assignee: Jeffrey Heifetz
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-4767) [BlackBerry10] Removing license from platform config.xml, copy from www

2013-10-31 Thread Bryan Higgins (JIRA)

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

Bryan Higgins resolved CB-4767.
---

Resolution: Fixed

 [BlackBerry10] Removing license from platform config.xml, copy from www
 ---

 Key: CB-4767
 URL: https://issues.apache.org/jira/browse/CB-4767
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.0.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
 Fix For: 3.2.0


 A license should not be imposed on a new project



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-4747) [BlackBerry10] Vibrate does not work when app is in background

2013-10-31 Thread Bryan Higgins (JIRA)

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

Bryan Higgins updated CB-4747:
--

Component/s: Plugin Vibration

 [BlackBerry10] Vibrate does not work when app is in background
 --

 Key: CB-4747
 URL: https://issues.apache.org/jira/browse/CB-4747
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, Plugin Vibration
Affects Versions: 3.0.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor

 WebKit policy prevents vibrate when page is not visible. However, the native 
 vibrate function will work.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-4065) [BlackBerry10] Framework files are packaged twice (both in native/chrome/lib and as part of frameworkModules.js)

2013-10-31 Thread Bryan Higgins (JIRA)

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

Bryan Higgins resolved CB-4065.
---

   Resolution: Fixed
Fix Version/s: 3.1.0

 [BlackBerry10] Framework files are packaged twice (both in native/chrome/lib 
 and as part of frameworkModules.js)
 

 Key: CB-4065
 URL: https://issues.apache.org/jira/browse/CB-4065
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 2.8.0, 2.9.0
Reporter: Jeffrey Heifetz
Assignee: Lorin Beer
 Fix For: 3.1.0


 Proposed Fix:
 Stop including the versions in lib



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4053) Cannot build for Blackberry device using Debug Token without AuthorID in bar-descriptor.xml

2013-10-31 Thread Bryan Higgins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810275#comment-13810275
 ] 

Bryan Higgins commented on CB-4053:
---

The author id is automatically pulled from the debug token into the manifest at 
build time.

In this specific case, the debug token was not being generated because PIN was 
not specified for the device. We now automatically detect this.

[~lorin] [~rawss] I believe this issue can be closed.

 Cannot build for Blackberry device using Debug Token without AuthorID in 
 bar-descriptor.xml
 ---

 Key: CB-4053
 URL: https://issues.apache.org/jira/browse/CB-4053
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 2.9.0
 Environment: OSX building onto a Z10
Reporter: Ross Gerbasi
Assignee: Lorin Beer

 In order to build for a BB 10 device the AuthorID in the bar-descriptor.xml 
 file must match the authorID from MANIFEST.MF inside the debug token. In 
 order to make this happen we must allow AuthorID as a config.
 This fix has been applied here in this pull request
 https://github.com/apache/cordova-blackberry/pull/49



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3782) [BlackBerry] move 'bar-name' from project.json to config.xml

2013-10-31 Thread Bryan Higgins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810276#comment-13810276
 ] 

Bryan Higgins commented on CB-3782:
---

[~lorin.beer] I believe this can be closed, bar-name is now a constant

 [BlackBerry] move 'bar-name' from project.json to config.xml
 

 Key: CB-3782
 URL: https://issues.apache.org/jira/browse/CB-3782
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: Master
Reporter: Lorin Beer
Assignee: Lorin Beer

 BB10 create tooling deviates from expected behaviour:
 1. asks for bar-name
 2. does not name installed project
 suggested fix:
 move bar-name value to config-xml name tag
 infer bar-name from project name
 this removes responsibility from projects.json, which we want to get rid of, 
 and fixes tooling and fixes on device project name.
 3 birds, one stone



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Assigned] (CB-5034) Document plugin registry

2013-10-31 Thread Mike Billau (JIRA)

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

Mike Billau reassigned CB-5034:
---

Assignee: Mike Sierra  (was: Mike Billau)

 Document plugin registry
 

 Key: CB-5034
 URL: https://issues.apache.org/jira/browse/CB-5034
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Registry
Affects Versions: Master
Reporter: Mike Billau
Assignee: Mike Sierra

 I can't find any reference to the plugin registry anywhere in our 
 documentation. Am I looking in the wrong place or are we waiting for the web 
 component to be more polished before announcing the registry? 
 I think some places the registry should be mentioned:
 Plugman:  readme.md
 CLI:
  cordova help command (CB-5031)
  readme.md
 docs: 
 http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface
   (I think it's best to split the Add Platforms section into Add 
 Platforms and Add Plugins, and in this new section talk about adding 
 plugins, automatic plugin installation (plugin dependencies), and the 
 registry)



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-4053) Cannot build for Blackberry device using Debug Token without AuthorID in bar-descriptor.xml

2013-10-31 Thread Ross Gerbasi (JIRA)

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

Ross Gerbasi resolved CB-4053.
--

Resolution: Fixed

Sounds right to me, if i manage to dig it up again I will re-open

 Cannot build for Blackberry device using Debug Token without AuthorID in 
 bar-descriptor.xml
 ---

 Key: CB-4053
 URL: https://issues.apache.org/jira/browse/CB-4053
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 2.9.0
 Environment: OSX building onto a Z10
Reporter: Ross Gerbasi
Assignee: Lorin Beer

 In order to build for a BB 10 device the AuthorID in the bar-descriptor.xml 
 file must match the authorID from MANIFEST.MF inside the debug token. In 
 order to make this happen we must allow AuthorID as a config.
 This fix has been applied here in this pull request
 https://github.com/apache/cordova-blackberry/pull/49



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5017) There is no way to set a proxy for plugman

2013-10-31 Thread Anis Kadri (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810315#comment-13810315
 ] 

Anis Kadri commented on CB-5017:


have you tried this ?

{code}
plugman config set proxy http://yourproxy.com
{code}

Do not use `npm config set proxy` as it will not be used

 There is no way to set a proxy for plugman
 --

 Key: CB-5017
 URL: https://issues.apache.org/jira/browse/CB-5017
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 3.1.0
Reporter: Mike Kwan

 Plugman tries to hit http://registry.cordova.io and in some cases we want to 
 hit this through a proxy. At the moment there is no way to configure this 
 behaviour.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Assigned] (CB-4981) plugman help text should show how to install plugin by git url plus branch and subdir

2013-10-31 Thread Anis Kadri (JIRA)

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

Anis Kadri reassigned CB-4981:
--

Assignee: Anis Kadri

 plugman help text should show how to install plugin by git url plus branch 
 and subdir
 -

 Key: CB-4981
 URL: https://issues.apache.org/jira/browse/CB-4981
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugman
Affects Versions: Master
 Environment: plugman 0.13.0
Reporter: Shazron Abdullah
Assignee: Anis Kadri
Priority: Minor
 Fix For: 3.2.0


 when you run plugman with no arguments, the Install a Plugin section, 
 plugin parameter has help text on how to install a plugin by git url, but 
 nothing about how to specify a branch and a subdir.
 A branch is specified by a hash, and subdir with a colon.
 For example, this uses the plugins branch, and the subdir of keyboard:
 https://git-wip-us.apache.org/repos/asf/cordova-labs.git#plugins:keyboard



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4981) plugman help text should show how to install plugin by git url plus branch and subdir

2013-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810332#comment-13810332
 ] 

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

Commit c446848ed515a458fc4f8ff8c36591885e3fb7ad in branch refs/heads/master 
from [~anis]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=c446848 ]

CB-4981 updating help


 plugman help text should show how to install plugin by git url plus branch 
 and subdir
 -

 Key: CB-4981
 URL: https://issues.apache.org/jira/browse/CB-4981
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugman
Affects Versions: Master
 Environment: plugman 0.13.0
Reporter: Shazron Abdullah
Priority: Minor
 Fix For: 3.2.0


 when you run plugman with no arguments, the Install a Plugin section, 
 plugin parameter has help text on how to install a plugin by git url, but 
 nothing about how to specify a branch and a subdir.
 A branch is specified by a hash, and subdir with a colon.
 For example, this uses the plugins branch, and the subdir of keyboard:
 https://git-wip-us.apache.org/repos/asf/cordova-labs.git#plugins:keyboard



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-4981) plugman help text should show how to install plugin by git url plus branch and subdir

2013-10-31 Thread Anis Kadri (JIRA)

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

Anis Kadri resolved CB-4981.


   Resolution: Fixed
Fix Version/s: 3.2.0

 plugman help text should show how to install plugin by git url plus branch 
 and subdir
 -

 Key: CB-4981
 URL: https://issues.apache.org/jira/browse/CB-4981
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugman
Affects Versions: Master
 Environment: plugman 0.13.0
Reporter: Shazron Abdullah
Assignee: Anis Kadri
Priority: Minor
 Fix For: 3.2.0


 when you run plugman with no arguments, the Install a Plugin section, 
 plugin parameter has help text on how to install a plugin by git url, but 
 nothing about how to specify a branch and a subdir.
 A branch is specified by a hash, and subdir with a colon.
 For example, this uses the plugins branch, and the subdir of keyboard:
 https://git-wip-us.apache.org/repos/asf/cordova-labs.git#plugins:keyboard



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5027) Application Error: There was a network error.

2013-10-31 Thread Marcel Kinard (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810365#comment-13810365
 ] 

Marcel Kinard commented on CB-5027:
---

Would it make sense to either doc this as a quick of Android emulator on 
Windows, or for the emulate script to check that the emulator is already 
running and warn if it isn't? I'm guessing that Android on a Win PC will be a 
common environment.

 Application Error: There was a network error.
 -

 Key: CB-5027
 URL: https://issues.apache.org/jira/browse/CB-5027
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, App Hello World, CLI
Affects Versions: 3.1.0
 Environment: Windows7
Reporter: Paulo Pacheco
  Labels: android, cordova-cli, emulate, error

 1 - Install Cordova CLI 3.1.0
 2 - cordova create model org,sample ModelApp
 3-  cordova platform add android
 4-  cordova build -d android
 5-  cordova emulate android
 Error in LogCat:
 E/CordovaWebView(3677): CordovaWebView: TIMEOUT ERROR!
 Error in Emulator: There was a network error. 
 (file:///android_asset/www/index.html)
 Tree of project:
 ├───.cordova
 │   └───hooks
 │   ├───after_build
 │   ├───after_compile
 │   ├───after_docs
 │   ├───after_emulate
 │   ├───after_platform_add
 │   ├───after_platform_ls
 │   ├───after_platform_rm
 │   ├───after_plugin_add
 │   ├───after_plugin_ls
 │   ├───after_plugin_rm
 │   ├───after_prepare
 │   ├───after_run
 │   ├───before_build
 │   ├───before_compile
 │   ├───before_docs
 │   ├───before_emulate
 │   ├───before_platform_add
 │   ├───before_platform_ls
 │   ├───before_platform_rm
 │   ├───before_plugin_add
 │   ├───before_plugin_ls
 │   ├───before_plugin_rm
 │   ├───before_prepare
 │   └───before_run
 ├───merges
 │   └───android
 ├───platforms
 │   └───android
 │   ├───assets
 │   │   └───www
 │   │   └───cordova-app-hello-world-3.1.0-5683220
 │   │   └───www
 │   │   ├───css
 │   │   ├───img
 │   │   ├───js
 │   │   └───res
 │   │   ├───icon
 │   │   │   ├───android
 │   │   │   ├───bada
 │   │   │   ├───bada-wac
 │   │   │   ├───blackberry
 │   │   │   ├───blackberry10
 │   │   │   ├───ios
 │   │   │   ├───tizen
 │   │   │   ├───webos
 │   │   │   └───windows-phone
 │   │   └───screen
 │   │   ├───android
 │   │   ├───bada
 │   │   ├───bada-wac
 │   │   ├───blackberry
 │   │   ├───blackberry10
 │   │   └───ios
 │   ├───bin
 │   │   ├───classes
 │   │   │   └───br
 │   │   │   └───com
 │   │   │   └───softplan
 │   │   │   └───mobilelab
 │   │   ├───dexedLibs
 │   │   └───res
 │   │   ├───drawable
 │   │   ├───drawable-hdpi
 │   │   ├───drawable-ldpi
 │   │   ├───drawable-mdpi
 │   │   └───drawable-xhdpi
 │   ├───cordova
 │   │   ├───lib
 │   │   └───node_modules
 │   │   ├───.bin
 │   │   └───shelljs
 │   │   ├───bin
 │   │   └───scripts
 │   ├───gen
 │   │   └───br
 │   │   └───com
 │   │   └───softplan
 │   │   └───mobilelab
 │   ├───libs
 │   ├───res
 │   │   ├───drawable
 │   │   ├───drawable-hdpi
 │   │   ├───drawable-ldpi
 │   │   ├───drawable-mdpi
 │   │   ├───drawable-xhdpi
 │   │   ├───values
 │   │   └───xml
 │   └───src
 │   └───br
 │   └───com
 │   └───softplan
 │   └───mobilelab
 ├───plugins
 └───www
 └───cordova-app-hello-world-3.1.0-5683220
 └───www
 ├───css
 ├───img
 ├───js
 └───res
 ├───icon
 │   ├───android
 │   ├───bada
 │   ├───bada-wac
 │   ├───blackberry
 │   ├───blackberry10
 │   ├───ios
 │   ├───tizen
 │   ├───webos
 │   └───windows-phone
 └───screen
 ├───android
 ├───bada
 ├───bada-wac
 ├───blackberry
 ├───blackberry10
 └───ios



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Comment Edited] (CB-5027) Application Error: There was a network error.

2013-10-31 Thread Marcel Kinard (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810365#comment-13810365
 ] 

Marcel Kinard edited comment on CB-5027 at 10/31/13 3:59 PM:
-

Would it make sense to either doc this as a quirk of Android emulator on 
Windows, or for the emulate script to check that the emulator is already 
running and warn if it isn't? I'm guessing that Android on a Win PC will be a 
common environment.


was (Author: cmarcelk):
Would it make sense to either doc this as a quick of Android emulator on 
Windows, or for the emulate script to check that the emulator is already 
running and warn if it isn't? I'm guessing that Android on a Win PC will be a 
common environment.

 Application Error: There was a network error.
 -

 Key: CB-5027
 URL: https://issues.apache.org/jira/browse/CB-5027
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, App Hello World, CLI
Affects Versions: 3.1.0
 Environment: Windows7
Reporter: Paulo Pacheco
  Labels: android, cordova-cli, emulate, error

 1 - Install Cordova CLI 3.1.0
 2 - cordova create model org,sample ModelApp
 3-  cordova platform add android
 4-  cordova build -d android
 5-  cordova emulate android
 Error in LogCat:
 E/CordovaWebView(3677): CordovaWebView: TIMEOUT ERROR!
 Error in Emulator: There was a network error. 
 (file:///android_asset/www/index.html)
 Tree of project:
 ├───.cordova
 │   └───hooks
 │   ├───after_build
 │   ├───after_compile
 │   ├───after_docs
 │   ├───after_emulate
 │   ├───after_platform_add
 │   ├───after_platform_ls
 │   ├───after_platform_rm
 │   ├───after_plugin_add
 │   ├───after_plugin_ls
 │   ├───after_plugin_rm
 │   ├───after_prepare
 │   ├───after_run
 │   ├───before_build
 │   ├───before_compile
 │   ├───before_docs
 │   ├───before_emulate
 │   ├───before_platform_add
 │   ├───before_platform_ls
 │   ├───before_platform_rm
 │   ├───before_plugin_add
 │   ├───before_plugin_ls
 │   ├───before_plugin_rm
 │   ├───before_prepare
 │   └───before_run
 ├───merges
 │   └───android
 ├───platforms
 │   └───android
 │   ├───assets
 │   │   └───www
 │   │   └───cordova-app-hello-world-3.1.0-5683220
 │   │   └───www
 │   │   ├───css
 │   │   ├───img
 │   │   ├───js
 │   │   └───res
 │   │   ├───icon
 │   │   │   ├───android
 │   │   │   ├───bada
 │   │   │   ├───bada-wac
 │   │   │   ├───blackberry
 │   │   │   ├───blackberry10
 │   │   │   ├───ios
 │   │   │   ├───tizen
 │   │   │   ├───webos
 │   │   │   └───windows-phone
 │   │   └───screen
 │   │   ├───android
 │   │   ├───bada
 │   │   ├───bada-wac
 │   │   ├───blackberry
 │   │   ├───blackberry10
 │   │   └───ios
 │   ├───bin
 │   │   ├───classes
 │   │   │   └───br
 │   │   │   └───com
 │   │   │   └───softplan
 │   │   │   └───mobilelab
 │   │   ├───dexedLibs
 │   │   └───res
 │   │   ├───drawable
 │   │   ├───drawable-hdpi
 │   │   ├───drawable-ldpi
 │   │   ├───drawable-mdpi
 │   │   └───drawable-xhdpi
 │   ├───cordova
 │   │   ├───lib
 │   │   └───node_modules
 │   │   ├───.bin
 │   │   └───shelljs
 │   │   ├───bin
 │   │   └───scripts
 │   ├───gen
 │   │   └───br
 │   │   └───com
 │   │   └───softplan
 │   │   └───mobilelab
 │   ├───libs
 │   ├───res
 │   │   ├───drawable
 │   │   ├───drawable-hdpi
 │   │   ├───drawable-ldpi
 │   │   ├───drawable-mdpi
 │   │   ├───drawable-xhdpi
 │   │   ├───values
 │   │   └───xml
 │   └───src
 │   └───br
 │   └───com
 │   └───softplan
 │   └───mobilelab
 ├───plugins
 └───www
 └───cordova-app-hello-world-3.1.0-5683220
 └───www
 ├───css
 ├───img
 ├───js
 └───res
 ├───icon
 │   ├───android
 │   ├───bada
 │   ├───bada-wac
 │   ├───blackberry
 │   ├───blackberry10
 │   ├───ios
 │   ├───tizen
 │   ├───webos
 │   

[jira] [Commented] (CB-5230) Cordova run never completes

2013-10-31 Thread Rick Gommers (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810419#comment-13810419
 ] 

Rick Gommers commented on CB-5230:
--

I did some tests today. The app runs fine from another workstation. Seems like 
a local issue this time.

 Cordova run never completes
 ---

 Key: CB-5230
 URL: https://issues.apache.org/jira/browse/CB-5230
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, App Hello World, CLI
Affects Versions: 3.1.0
Reporter: Rick Gommers

 Cordova run android command will never finish. Even with a newly created 
 hello world app. What can I do about this?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-5237) Add ability to insert manifest items via config.xml

2013-10-31 Thread Bryan Higgins (JIRA)
Bryan Higgins created CB-5237:
-

 Summary: Add ability to insert manifest items via config.xml
 Key: CB-5237
 URL: https://issues.apache.org/jira/browse/CB-5237
 Project: Apache Cordova
  Issue Type: Improvement
  Components: BlackBerry
Affects Versions: 3.1.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
 Fix For: 3.2.0


Add config-file support to config.xml: 

- validate target first, only supported file at this point is 
bar-descriptor.xml 
- inject the contents into the parent 

See cordova-plugman for a similar implementation used in plugin.xml 

Example config.xml entry: 

config-file target=bar-descriptor.xml parent=/qnx 
categorycar/category 
/config-file



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4953) Adding and removing plugins breaks build process

2013-10-31 Thread Braden Shepherdson (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810513#comment-13810513
 ] 

Braden Shepherdson commented on CB-4953:


Can you please try this again with the newly-released CLI and Plugman? I made 
several fixes to the way uninstallation is handled that may be influential here.

 Adding and removing plugins breaks build process
 

 Key: CB-4953
 URL: https://issues.apache.org/jira/browse/CB-4953
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.0.0
 Environment: Mac OS X 10.8.5
 Xcode 5.0 (5A1413) + iOS 7.0 SDK
 Cordova 3.0.9
Reporter: Vladimir Riha
 Attachments: output.log


 Following steps causes that I cannot build cordova project after manipulation 
 with plugins
 $ cordova create project
 $ cd project
 $ cordova platform add ios
 $ cordova plugin add 
 https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git
 $ cordova plugin rm org.apache.cordova.contacts
 $ cordova build (finishes OK)
 $ cordova plugin add 
 https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git
 $ cordova build
 = fails (output will be attached here)
 ld: symbol(s) not found for architecture i386
 clang: error: linker command failed with exit code 1 (use -v to see 
 invocation)



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5223) Downloading should be Installing -- sometimes it isn't downloading

2013-10-31 Thread Josh Soref (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810523#comment-13810523
 ] 

Josh Soref commented on CB-5223:


https://github.com/apache/cordova-cli/pull/64

 Downloading should be Installing -- sometimes it isn't downloading
 --

 Key: CB-5223
 URL: https://issues.apache.org/jira/browse/CB-5223
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.1.0
Reporter: Josh Soref
Priority: Minor

 If you create a mobilespec (good luck), and have the following:
 $ cat mobilespec/.cordova/config.json
 {
   id:org.apache.mobilespec,
   name:mobilespec,
   lib: {
 foo: {
   uri: ../cordova-foo,
   version: dev,
   id: cordova--dev
 }
   }
 }
 Then when you run 
 cordova platform add foo
 it says:
 Downloading cordova--dev library for foo...
 But it isn't downloading



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-5091) Installing a plugin using a relative path may fail

2013-10-31 Thread Braden Shepherdson (JIRA)

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

Braden Shepherdson resolved CB-5091.


Resolution: Fixed
  Assignee: Braden Shepherdson

 Installing a plugin using a relative path may fail
 --

 Key: CB-5091
 URL: https://issues.apache.org/jira/browse/CB-5091
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Reporter: Marcus Pridham
Assignee: Braden Shepherdson

 If I use a relative path to install a local plugin with remote and local 
 dependencies it may fail dependent on the order of the dependencies.
 My plugin has a local dependency and a remote dependency.  The remote is 
 dependency id=org.apache.cordova.dialogs 
 url=https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git; /   
 
 and the local is dependency id=com.blah.plugin2 subdir=plugins/plugin2 
 url=./
 You can use this repository to reproduce the issue:
 https://github.com/marcuspridham/cordova-dependency-issue
 Steps:
 1. Install cordova cli version 3.1.0-0.1.0
 2. Clone https://github.com/marcuspridham/cordova-dependency-issue
 3. Create a project and add a platform with the cordova cli
 4. From your cli project try add plugin1 using a relative patch. eg. cordova 
 plugin add ../plugin-relative-issue/plugins/plugin1
 Notice the error: cd: no such file or directory: 
 ../cordova-dependency-issue/plugins/plugin1
 Also the command cordova plugins returns only [ 'com.blah.plugin1', 
 'org.apache.cordova.dialogs' ] and not com.blah.plugin2.
 Problem:
 When the remote dependency is installed plugman changes the working directory 
 so it can run git clone but it does not change it back.
 After the remote plugin is installed, the local plugin is installed and 
 plugman will try change the directory to 
 ../cordova-dependency-issue/plugins/plugin1 
 but the working directory is now something like 
 /private/var/folders/pl/v5hfl0zn1tn6z9j15l4j0dp8tgcp1t/T.
 Possible Fix:
 In https://github.com/apache/cordova-plugman/blob/master/src/util/plugins.js:
 Around line 43 remove this:
 {code}
 shell.cd(path.dirname(tmp_dir));
 {code}
 Around line 47 change this:
 {code}
 child_process.exec(cmd, function(err, stdout, stderr) {
 {code}
 To:
 {code}
 child_process.exec(cmd, { cwd: tmp_dir }, function(err, stdout, stderr) {
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5091) Installing a plugin using a relative path may fail

2013-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810587#comment-13810587
 ] 

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

Commit ab36ffac6e8a77c767244094802dd08b74594163 in branch refs/heads/master 
from [~shepheb]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=ab36ffa ]

CB-5091: Use cwd option rather than shell.cd when cloning plugin repos


 Installing a plugin using a relative path may fail
 --

 Key: CB-5091
 URL: https://issues.apache.org/jira/browse/CB-5091
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Reporter: Marcus Pridham

 If I use a relative path to install a local plugin with remote and local 
 dependencies it may fail dependent on the order of the dependencies.
 My plugin has a local dependency and a remote dependency.  The remote is 
 dependency id=org.apache.cordova.dialogs 
 url=https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git; /   
 
 and the local is dependency id=com.blah.plugin2 subdir=plugins/plugin2 
 url=./
 You can use this repository to reproduce the issue:
 https://github.com/marcuspridham/cordova-dependency-issue
 Steps:
 1. Install cordova cli version 3.1.0-0.1.0
 2. Clone https://github.com/marcuspridham/cordova-dependency-issue
 3. Create a project and add a platform with the cordova cli
 4. From your cli project try add plugin1 using a relative patch. eg. cordova 
 plugin add ../plugin-relative-issue/plugins/plugin1
 Notice the error: cd: no such file or directory: 
 ../cordova-dependency-issue/plugins/plugin1
 Also the command cordova plugins returns only [ 'com.blah.plugin1', 
 'org.apache.cordova.dialogs' ] and not com.blah.plugin2.
 Problem:
 When the remote dependency is installed plugman changes the working directory 
 so it can run git clone but it does not change it back.
 After the remote plugin is installed, the local plugin is installed and 
 plugman will try change the directory to 
 ../cordova-dependency-issue/plugins/plugin1 
 but the working directory is now something like 
 /private/var/folders/pl/v5hfl0zn1tn6z9j15l4j0dp8tgcp1t/T.
 Possible Fix:
 In https://github.com/apache/cordova-plugman/blob/master/src/util/plugins.js:
 Around line 43 remove this:
 {code}
 shell.cd(path.dirname(tmp_dir));
 {code}
 Around line 47 change this:
 {code}
 child_process.exec(cmd, function(err, stdout, stderr) {
 {code}
 To:
 {code}
 child_process.exec(cmd, { cwd: tmp_dir }, function(err, stdout, stderr) {
 {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5122) Document supported workflows

2013-10-31 Thread Mike Sierra (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810591#comment-13810591
 ] 

Mike Sierra commented on CB-5122:
-

Agree the problem of duplicate doc in the README may be a problem, but the 
mismatched types make the problem hard to resolve. Looks like we're on the same 
page overall. Agree Plugman doc can be standalone  referenced from various 
SoAndSo Development Guide pages. 

 Document supported workflows
 

 Key: CB-5122
 URL: https://issues.apache.org/jira/browse/CB-5122
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 3.1.0
Reporter: Mike Billau
Assignee: Mike Sierra

 Based on the recent discussion here [1]we should document the two different 
 supported Cordova workflows: using the CLI, and using plugman and bin 
 scripts.  
 Some of this documentation already exists but needs to be clarified and 
 improved:
 {{Overview guide -- Development Paths section}}. This talks about getting 
 started with the CLI and then mentions that you can switch to the 
 platform-specific SDK tools. This section should be rewritten to make it 
 clear that there are two distinct workflows, and that both are okay and 
 supported. It could list out some pros and cons of each workflow (I'm sure we 
 won't have any trouble finding those ;)). It should be prescriptive in that 
 users should be following one of the two workflows, but it shouldn't make any 
 statements about which is better.  
 {{The Command-line Interface guide}} -- The CLI workflow guide. It 
 generally looks complete except for some missing functionality that is 
 documented in the CLI's README.md file (tests, hooks, some commands (serve), 
 some merges info).
 {{Platform Guides -- (Platform) -- (Platform) Command-line tools}} -- Each 
 platform has a Command-line tools doc that explains all of the command line 
 tools for that project and how to use them. We need to go through these 
 guides and verify that they are up to date and include all of the lower level 
 command line tools and scripts. It should read like a tutorial in the same 
 way that the Command-line Interface guide does. 
 {{Using Plugman to Manage Plugins}} First, this guide needs to get exposed; 
 I can't find any way to get to this guide from the docs and even had to ask a 
 user how she managed to find it (a link from Plugman's readme!). This guide 
 needs to be expanded quite a bit; we can probably fold most/all of Plugman's 
 README.md file into this guide since it will be platform agnostic. 
 I think those are the only pieces in the docs that need to be changed. 
 [1] http://callback.markmail.org/thread/5nr7dgkquse4gdkl
 [2] 
 http://cordova.apache.org/docs/en/edge/guide_overview_index.md.html#Overview
 [3] http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5122) Document supported workflows

2013-10-31 Thread Mike Sierra (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810594#comment-13810594
 ] 

Mike Sierra commented on CB-5122:
-

If OK with you, I'll add the serve piece to the CLI doc. IMO, hooks needs 
more fleshing out with context about node, potentially unfamiliar to target 
audience.

 Document supported workflows
 

 Key: CB-5122
 URL: https://issues.apache.org/jira/browse/CB-5122
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 3.1.0
Reporter: Mike Billau
Assignee: Mike Sierra

 Based on the recent discussion here [1]we should document the two different 
 supported Cordova workflows: using the CLI, and using plugman and bin 
 scripts.  
 Some of this documentation already exists but needs to be clarified and 
 improved:
 {{Overview guide -- Development Paths section}}. This talks about getting 
 started with the CLI and then mentions that you can switch to the 
 platform-specific SDK tools. This section should be rewritten to make it 
 clear that there are two distinct workflows, and that both are okay and 
 supported. It could list out some pros and cons of each workflow (I'm sure we 
 won't have any trouble finding those ;)). It should be prescriptive in that 
 users should be following one of the two workflows, but it shouldn't make any 
 statements about which is better.  
 {{The Command-line Interface guide}} -- The CLI workflow guide. It 
 generally looks complete except for some missing functionality that is 
 documented in the CLI's README.md file (tests, hooks, some commands (serve), 
 some merges info).
 {{Platform Guides -- (Platform) -- (Platform) Command-line tools}} -- Each 
 platform has a Command-line tools doc that explains all of the command line 
 tools for that project and how to use them. We need to go through these 
 guides and verify that they are up to date and include all of the lower level 
 command line tools and scripts. It should read like a tutorial in the same 
 way that the Command-line Interface guide does. 
 {{Using Plugman to Manage Plugins}} First, this guide needs to get exposed; 
 I can't find any way to get to this guide from the docs and even had to ask a 
 user how she managed to find it (a link from Plugman's readme!). This guide 
 needs to be expanded quite a bit; we can probably fold most/all of Plugman's 
 README.md file into this guide since it will be platform agnostic. 
 I think those are the only pieces in the docs that need to be changed. 
 [1] http://callback.markmail.org/thread/5nr7dgkquse4gdkl
 [2] 
 http://cordova.apache.org/docs/en/edge/guide_overview_index.md.html#Overview
 [3] http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-5238) Add the ability to include iOS frameworks with plugins

2013-10-31 Thread Max Woghiren (JIRA)
Max Woghiren created CB-5238:


 Summary: Add the ability to include iOS frameworks with plugins
 Key: CB-5238
 URL: https://issues.apache.org/jira/browse/CB-5238
 Project: Apache Cordova
  Issue Type: Wish
  Components: Plugman
Reporter: Max Woghiren
Assignee: Anis Kadri
Priority: Minor


When adding a plugin that requires a framework, we'd like to be able to 
automatically add the framework to the project.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5122) Document supported workflows

2013-10-31 Thread Mike Sierra (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810623#comment-13810623
 ] 

Mike Sierra commented on CB-5122:
-

Also in CLI README, unclear what npm test is supposed to do.

 Document supported workflows
 

 Key: CB-5122
 URL: https://issues.apache.org/jira/browse/CB-5122
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 3.1.0
Reporter: Mike Billau
Assignee: Mike Sierra

 Based on the recent discussion here [1]we should document the two different 
 supported Cordova workflows: using the CLI, and using plugman and bin 
 scripts.  
 Some of this documentation already exists but needs to be clarified and 
 improved:
 {{Overview guide -- Development Paths section}}. This talks about getting 
 started with the CLI and then mentions that you can switch to the 
 platform-specific SDK tools. This section should be rewritten to make it 
 clear that there are two distinct workflows, and that both are okay and 
 supported. It could list out some pros and cons of each workflow (I'm sure we 
 won't have any trouble finding those ;)). It should be prescriptive in that 
 users should be following one of the two workflows, but it shouldn't make any 
 statements about which is better.  
 {{The Command-line Interface guide}} -- The CLI workflow guide. It 
 generally looks complete except for some missing functionality that is 
 documented in the CLI's README.md file (tests, hooks, some commands (serve), 
 some merges info).
 {{Platform Guides -- (Platform) -- (Platform) Command-line tools}} -- Each 
 platform has a Command-line tools doc that explains all of the command line 
 tools for that project and how to use them. We need to go through these 
 guides and verify that they are up to date and include all of the lower level 
 command line tools and scripts. It should read like a tutorial in the same 
 way that the Command-line Interface guide does. 
 {{Using Plugman to Manage Plugins}} First, this guide needs to get exposed; 
 I can't find any way to get to this guide from the docs and even had to ask a 
 user how she managed to find it (a link from Plugman's readme!). This guide 
 needs to be expanded quite a bit; we can probably fold most/all of Plugman's 
 README.md file into this guide since it will be platform agnostic. 
 I think those are the only pieces in the docs that need to be changed. 
 [1] http://callback.markmail.org/thread/5nr7dgkquse4gdkl
 [2] 
 http://cordova.apache.org/docs/en/edge/guide_overview_index.md.html#Overview
 [3] http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3209) geolocation

2013-10-31 Thread James Long (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810663#comment-13810663
 ] 

James Long commented on CB-3209:


Ok, looks like you have to add this to the manifest.webapp:

  permissions: {
geolocation: {
  description: Used to position the map to your current position
}
  }

which sucks. We have to figure out how to generate the right manifest now, 
instead of doing it later like we've talked about.

 geolocation
 ---

 Key: CB-3209
 URL: https://issues.apache.org/jira/browse/CB-3209
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Affects Versions: 2.6.0
Reporter: Herm Wong
Assignee: Herm Wong
 Fix For: 3.2.0


 geolocation spec: http://www.w3.org/TR/geolocation-API/



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3962) document and implement editorial guidelines

2013-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810694#comment-13810694
 ] 

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

Commit 18c8faf0e30125ba44018b323680a53ed2b86a33 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=18c8faf ]

[CB-3962] standardize inline font changes in headings


 document and implement editorial guidelines
 ---

 Key: CB-3962
 URL: https://issues.apache.org/jira/browse/CB-3962
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs
Reporter: Mike Sierra
Assignee: Mike Sierra
Priority: Critical

 The top-level STYLESHEET.md file collects editorial guidelines to help 
 standardize the doc. Keep updating to reflect any site-side conventions.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3962) document and implement editorial guidelines

2013-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810696#comment-13810696
 ] 

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

Commit 10c23e435d8a571c5c6be411ccebdf19086b96a6 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=10c23e4 ]

[CB-3962] clarify what is a 'hybrid' app


 document and implement editorial guidelines
 ---

 Key: CB-3962
 URL: https://issues.apache.org/jira/browse/CB-3962
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs
Reporter: Mike Sierra
Assignee: Mike Sierra
Priority: Critical

 The top-level STYLESHEET.md file collects editorial guidelines to help 
 standardize the doc. Keep updating to reflect any site-side conventions.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3962) document and implement editorial guidelines

2013-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810697#comment-13810697
 ] 

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

Commit 4b310934491397346a70f2e2775eb770c8930cba in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=4b31093 ]

[CB-3962] avoid 'multiple'


 document and implement editorial guidelines
 ---

 Key: CB-3962
 URL: https://issues.apache.org/jira/browse/CB-3962
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs
Reporter: Mike Sierra
Assignee: Mike Sierra
Priority: Critical

 The top-level STYLESHEET.md file collects editorial guidelines to help 
 standardize the doc. Keep updating to reflect any site-side conventions.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5122) Document supported workflows

2013-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810707#comment-13810707
 ] 

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

Commit 613f2dba9ae572b14e121643c62d2264fb315ece in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=613f2db ]

[CB-5122] clarify 'merges' feature available in topic head


 Document supported workflows
 

 Key: CB-5122
 URL: https://issues.apache.org/jira/browse/CB-5122
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 3.1.0
Reporter: Mike Billau
Assignee: Mike Sierra

 Based on the recent discussion here [1]we should document the two different 
 supported Cordova workflows: using the CLI, and using plugman and bin 
 scripts.  
 Some of this documentation already exists but needs to be clarified and 
 improved:
 {{Overview guide -- Development Paths section}}. This talks about getting 
 started with the CLI and then mentions that you can switch to the 
 platform-specific SDK tools. This section should be rewritten to make it 
 clear that there are two distinct workflows, and that both are okay and 
 supported. It could list out some pros and cons of each workflow (I'm sure we 
 won't have any trouble finding those ;)). It should be prescriptive in that 
 users should be following one of the two workflows, but it shouldn't make any 
 statements about which is better.  
 {{The Command-line Interface guide}} -- The CLI workflow guide. It 
 generally looks complete except for some missing functionality that is 
 documented in the CLI's README.md file (tests, hooks, some commands (serve), 
 some merges info).
 {{Platform Guides -- (Platform) -- (Platform) Command-line tools}} -- Each 
 platform has a Command-line tools doc that explains all of the command line 
 tools for that project and how to use them. We need to go through these 
 guides and verify that they are up to date and include all of the lower level 
 command line tools and scripts. It should read like a tutorial in the same 
 way that the Command-line Interface guide does. 
 {{Using Plugman to Manage Plugins}} First, this guide needs to get exposed; 
 I can't find any way to get to this guide from the docs and even had to ask a 
 user how she managed to find it (a link from Plugman's readme!). This guide 
 needs to be expanded quite a bit; we can probably fold most/all of Plugman's 
 README.md file into this guide since it will be platform agnostic. 
 I think those are the only pieces in the docs that need to be changed. 
 [1] http://callback.markmail.org/thread/5nr7dgkquse4gdkl
 [2] 
 http://cordova.apache.org/docs/en/edge/guide_overview_index.md.html#Overview
 [3] http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5122) Document supported workflows

2013-10-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810708#comment-13810708
 ] 

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

Commit 4fb4ed9bcf223d19b790c0b7d74cc7c148fcf12a in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=4fb4ed9 ]

[CB-5122] Merged both CLI 'update' sections


 Document supported workflows
 

 Key: CB-5122
 URL: https://issues.apache.org/jira/browse/CB-5122
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 3.1.0
Reporter: Mike Billau
Assignee: Mike Sierra

 Based on the recent discussion here [1]we should document the two different 
 supported Cordova workflows: using the CLI, and using plugman and bin 
 scripts.  
 Some of this documentation already exists but needs to be clarified and 
 improved:
 {{Overview guide -- Development Paths section}}. This talks about getting 
 started with the CLI and then mentions that you can switch to the 
 platform-specific SDK tools. This section should be rewritten to make it 
 clear that there are two distinct workflows, and that both are okay and 
 supported. It could list out some pros and cons of each workflow (I'm sure we 
 won't have any trouble finding those ;)). It should be prescriptive in that 
 users should be following one of the two workflows, but it shouldn't make any 
 statements about which is better.  
 {{The Command-line Interface guide}} -- The CLI workflow guide. It 
 generally looks complete except for some missing functionality that is 
 documented in the CLI's README.md file (tests, hooks, some commands (serve), 
 some merges info).
 {{Platform Guides -- (Platform) -- (Platform) Command-line tools}} -- Each 
 platform has a Command-line tools doc that explains all of the command line 
 tools for that project and how to use them. We need to go through these 
 guides and verify that they are up to date and include all of the lower level 
 command line tools and scripts. It should read like a tutorial in the same 
 way that the Command-line Interface guide does. 
 {{Using Plugman to Manage Plugins}} First, this guide needs to get exposed; 
 I can't find any way to get to this guide from the docs and even had to ask a 
 user how she managed to find it (a link from Plugman's readme!). This guide 
 needs to be expanded quite a bit; we can probably fold most/all of Plugman's 
 README.md file into this guide since it will be platform agnostic. 
 I think those are the only pieces in the docs that need to be changed. 
 [1] http://callback.markmail.org/thread/5nr7dgkquse4gdkl
 [2] 
 http://cordova.apache.org/docs/en/edge/guide_overview_index.md.html#Overview
 [3] http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5221) Windows 8 fails to access urls that contain a parameter

2013-10-31 Thread Jesse MacFadyen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810783#comment-13810783
 ] 

Jesse MacFadyen commented on CB-5221:
-

PhoneGap build does not support Cordova Windows 8

 Windows 8 fails to access urls that contain a parameter
 ---

 Key: CB-5221
 URL: https://issues.apache.org/jira/browse/CB-5221
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows 8
Affects Versions: 3.0.0
 Environment: Phonegap Build
Reporter: John McLear
Assignee: Jesse MacFadyen

 To replicate create a file called test.html in your root structure then a 
 link in your index.html that contains a link to test.html and a parameter IE 
 a href=test.html?foo=raaClick me to die/a
 a href=test.htmlI work fine/a
 Exists when building using PhoneGap Build



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-5221) Windows 8 fails to access urls that contain a parameter

2013-10-31 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-5221.
-

Resolution: Incomplete

 Windows 8 fails to access urls that contain a parameter
 ---

 Key: CB-5221
 URL: https://issues.apache.org/jira/browse/CB-5221
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows 8
Affects Versions: 3.0.0
 Environment: Phonegap Build
Reporter: John McLear
Assignee: Jesse MacFadyen

 To replicate create a file called test.html in your root structure then a 
 link in your index.html that contains a link to test.html and a parameter IE 
 a href=test.html?foo=raaClick me to die/a
 a href=test.htmlI work fine/a
 Exists when building using PhoneGap Build



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Reopened] (CB-5221) Windows 8 fails to access urls that contain a parameter

2013-10-31 Thread John McLear (JIRA)

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

John McLear reopened CB-5221:
-


Windows 8 is not Windows Phone 8, pesky confusing naming conventions..

 Windows 8 fails to access urls that contain a parameter
 ---

 Key: CB-5221
 URL: https://issues.apache.org/jira/browse/CB-5221
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.0.0
 Environment: Phonegap Build
Reporter: John McLear
Assignee: Jesse MacFadyen

 To replicate create a file called test.html in your root structure then a 
 link in your index.html that contains a link to test.html and a parameter IE 
 a href=test.html?foo=raaClick me to die/a
 a href=test.htmlI work fine/a
 Exists when building using PhoneGap Build



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-5221) Windows 8 fails to access urls that contain a parameter

2013-10-31 Thread John McLear (JIRA)

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

John McLear updated CB-5221:


Component/s: (was: Windows 8)
 WP8

 Windows 8 fails to access urls that contain a parameter
 ---

 Key: CB-5221
 URL: https://issues.apache.org/jira/browse/CB-5221
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.0.0
 Environment: Phonegap Build
Reporter: John McLear
Assignee: Jesse MacFadyen

 To replicate create a file called test.html in your root structure then a 
 link in your index.html that contains a link to test.html and a parameter IE 
 a href=test.html?foo=raaClick me to die/a
 a href=test.htmlI work fine/a
 Exists when building using PhoneGap Build



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-5239) Windows8 Backport for 2.9.1

2013-10-31 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-5239.
-

Resolution: Fixed

 Windows8 Backport for 2.9.1
 ---

 Key: CB-5239
 URL: https://issues.apache.org/jira/browse/CB-5239
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows 8
Affects Versions: 2.9.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen





--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-5239) Windows8 Backport for 2.9.1

2013-10-31 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-5239:
---

 Summary: Windows8 Backport for 2.9.1
 Key: CB-5239
 URL: https://issues.apache.org/jira/browse/CB-5239
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows 8
Affects Versions: 2.9.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5057) Removing plugins leaves dead file links in xcode projects

2013-10-31 Thread Dooms (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810944#comment-13810944
 ] 

Dooms commented on CB-5057:
---

Thanks Braden. Will try when I get a chance.

As a side note: does your refactored code handle cases where the plugin isn't 
removed, but only updated, where a required plugin may be uninstalled, may be 
updated, or may be left alone?


 Removing plugins leaves dead file links in xcode projects
 -

 Key: CB-5057
 URL: https://issues.apache.org/jira/browse/CB-5057
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 3.0.0, 3.1.0
Reporter: Dooms
Priority: Minor

 When removing plugins, links to the files are not removed from the xcode 
 project.
 Example:
 http://www.scribeorigins.com/files/removed_then_added_plugins.jpg



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-5240) cordova ripple ios doesn't work! Object function server() has no method 'config'

2013-10-31 Thread lmnbeyond (JIRA)
lmnbeyond created CB-5240:
-

 Summary: cordova ripple ios doesn't work! Object function server() 
has no method 'config'
 Key: CB-5240
 URL: https://issues.apache.org/jira/browse/CB-5240
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.1.0
 Environment: cordova cli version: 3.1.0-0.2.0


Reporter: lmnbeyond


When I ran cordova ripple ios -d, the console printed the following info:
TypeError: *Object function server(port) {*
var projectRoot = cordova_util.isCordova(process.cwd());
port = +port || 8000;

if (!projectRoot) {
throw new Error('Current working directory is not a Cordova-based 
project.');
}

var hooks = new hooker(projectRoot);
return hooks.fire('before_serve')
.then(function() {
// Run a prepare first!
return require('../cordova').raw.prepare([]);
}).then(function() {
launchServer(projectRoot, port);
return hooks.fire('after_serve');
});
} *has no method 'config'*
at CLI.module.exports 
(/usr/local/lib/node_modules/cordova/src/ripple.js:26:11)
at new CLI (/usr/local/lib/node_modules/cordova/src/cli.js:111:30)
at Object.anonymous 
(/usr/local/lib/node_modules/cordova/bin/cordova:41:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4718) use Cordova CLI create WP8 template project, add plugin Debug console, Error::Plugin not allowed in config.xml. Console

2013-10-31 Thread puchen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810974#comment-13810974
 ] 

puchen commented on CB-4718:


https://github.com/apache/cordova-plugin-console/pull/4

 use Cordova CLI create WP8 template project, add plugin Debug console, 
 Error::Plugin not allowed in config.xml. Console
 ---

 Key: CB-4718
 URL: https://issues.apache.org/jira/browse/CB-4718
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Console
Affects Versions: 3.0.0
 Environment: win8+vs2012+Windows phone8
Reporter: TianBo Yang
  Labels: Console, plugin
   Original Estimate: 10m
  Remaining Estimate: 10m

 use Cordova CLI create WP8 template project, add plugin Debug console, when i 
 run this project! there is an error in vs2012 debug console window
 Error::Plugin not allowed in config.xml. Console
 i found config.xml is 
 feature name=Console
 param name=wp-package value=DebugConsole /
 /feature
 the feature name not match value!



--
This message was sent by Atlassian JIRA
(v6.1#6144)