[jira] [Created] (CB-5242) Is it possible that we add a new event which can detect whether the connection type has changed?

2013-11-01 Thread lmnbeyond (JIRA)
lmnbeyond created CB-5242:
-

 Summary: Is it possible that we add a new event which can detect 
whether the connection type has changed?
 Key: CB-5242
 URL: https://issues.apache.org/jira/browse/CB-5242
 Project: Apache Cordova
  Issue Type: Wish
  Components: Android, iOS
Affects Versions: 3.1.0
Reporter: lmnbeyond


I think it would be more convenient  that we add a new event which can detect 
whether the connection type has changed :)




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


[jira] [Created] (CB-5243) add wp8 support in battery.level

2013-11-01 Thread puchen (JIRA)
puchen created CB-5243:
--

 Summary: add wp8 support in battery.level
 Key: CB-5243
 URL: https://issues.apache.org/jira/browse/CB-5243
 Project: Apache Cordova
  Issue Type: Bug
Reporter: puchen


The level property is unavailable as Windows Phone 7 does not provide native 
APIs for determining battery level.
Windows Phone 8  provide  Windows.Phone.Devices.Power.Battery class 



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


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

2013-11-01 Thread Mike Billau (JIRA)

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

Mike Billau commented on CB-3962:
-

One trivial question I had - one or two spaces after a period? 

 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-11-01 Thread Mike Sierra (JIRA)

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

Mike Sierra commented on CB-3962:
-

Outside of code blocks, browsers don't render extra whitespace characters, so 
it doesn't matter.  But good question.  You typically pay attention to that 
issue in the printed-book context, where the extra space improves readability.

 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-5213) navigation.connection.type

2013-11-01 Thread Janko Vukotic (JIRA)

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

Janko Vukotic commented on CB-5213:
---

Hi thanks for your response. Sorry for my late response

In the meantime i rebuilt the project with cordova CLI and installed the 
plugins on a fresh install seemed to make it work...

Unfortunately i cannot check what you requested anymore :/

Cheers!

 navigation.connection.type
 --

 Key: CB-5213
 URL: https://issues.apache.org/jira/browse/CB-5213
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.1.0
 Environment: Tested on Androids: Samsung Galaxy SII(4.1.2) and 
 Samsung Galaxy SIII (4.1.2)
Reporter: Janko Vukotic
Assignee: Joe Bowser

 Hi,
 even with a dummy template code it wont work. I get this in Web console
 Error initializing Network Connection: Class not found:85
 I installed the plugin via plugman.
 Here is the dummy code: (it alerts unknown in any case whether there is any 
 type of data connection or none)
 !DOCTYPE HTML
 html
 head
 script type=text/javascript charset=utf-8 src=cordova.js/script
 script type=text/javascript charset=utf-8
 var deviceInfo = function(){
 alert(navigator.connection.type);
 }
 function init(){
 document.addEventListener(deviceready, deviceInfo, true);
 }
 /script
 /head
 body onload=init();
 /body
 /html
 Cheers!



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


[jira] [Resolved] (CB-4403) [BlackBerry10] Unhandled exception on build

2013-11-01 Thread Bryan Higgins (JIRA)

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

Bryan Higgins resolved CB-4403.
---

Resolution: Fixed

 [BlackBerry10] Unhandled exception on build
 ---

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


 A few different people have reported that the build script fails with the 
 error message below. So far I have been unable to reproduce.
 events.js:72 throw er; // Unhandled 'error' event
 Error: spawn ENOENT
 at errnoException (child_process.js:980:11)
 at Process.ChildProcess._handle.onexit (child_process.js:771:34)
 http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Unhandled-error-when-building-or-runnning-a-Cordova-PhoneGap/
 https://groups.google.com/forum/#!msg/phonegap/oHc6L643GNM/MbcqBeuiaZcJ



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


[jira] [Commented] (CB-4403) [BlackBerry10] Unhandled exception on build

2013-11-01 Thread ASF subversion and git services (JIRA)

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

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

Commit 8f3c3608f283e5fe92ec71329cb8735eb1394ffd in branch refs/heads/master 
from [~jkeshavarzi]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=8f3c360 ]

CB-4403 Combined check_reqs and init to allow prerequisite check before each 
script and a more simplified code flow

-Fixed error when check_reqs tried to run signing-utils from incorrect directory
-Updated all child calls in batch files [Windows] to exit on error.

Reviewed by Jeffrey Heifetz jheif...@blackberry.com
Tested by Tracy Li t...@blackberry.com


 [BlackBerry10] Unhandled exception on build
 ---

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


 A few different people have reported that the build script fails with the 
 error message below. So far I have been unable to reproduce.
 events.js:72 throw er; // Unhandled 'error' event
 Error: spawn ENOENT
 at errnoException (child_process.js:980:11)
 at Process.ChildProcess._handle.onexit (child_process.js:771:34)
 http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/Unhandled-error-when-building-or-runnning-a-Cordova-PhoneGap/
 https://groups.google.com/forum/#!msg/phonegap/oHc6L643GNM/MbcqBeuiaZcJ



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


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

2013-11-01 Thread ASF subversion and git services (JIRA)

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

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

Commit 1639fc17f72d11cfac11ebac1d3e500440f6bfcf in branch refs/heads/master 
from [~jkeshavarzi]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=1639fc1 ]

CB-5237 Implemented config-file support in config.xml to inject custom xml into 
the bar-descriptor.xml

Reviewed by Bryan Higgins bhigg...@blackberry.com
Tested by Jenny Gee j...@blackberry.com


 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-5057) Removing plugins leaves dead file links in xcode projects

2013-11-01 Thread Braden Shepherdson (JIRA)

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

Braden Shepherdson commented on CB-5057:


You mean the case where plugin A is updated, and the new version's dependencies 
are different from the old? Then the answer is Yes, sort of. It does handle 
that case, but only because there's no way to upgrade a plugin other than 
removing and re-adding it. Therefore it will delete the old dependencies (if 
they are no longer depended on by anything) and install all new dependencies.

 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] [Resolved] (CB-5240) cordova ripple ios doesn't work! Object function server() has no method 'config'

2013-11-01 Thread Braden Shepherdson (JIRA)

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

Braden Shepherdson resolved CB-5240.


Resolution: Duplicate
  Assignee: Gord

Assigning to Gord for comment, but:

Ripple is known not to work in 3.x. Gord is working on fixing it, and it's 
nearly ready to rock again, but it isn't working right now.

Keep an eye out for it to be supported in a near-future release of CLI; we'll 
announce it in the blog post.

 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
Assignee: Gord

 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] [Created] (CB-5244) UIWebView does not pass document.cookie to WebWorker

2013-11-01 Thread Louis Mullie (JIRA)
Louis Mullie created CB-5244:


 Summary: UIWebView does not pass document.cookie to WebWorker
 Key: CB-5244
 URL: https://issues.apache.org/jira/browse/CB-5244
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
 Environment: iOS 6.0 and iOS 7.0
Reporter: Louis Mullie


- Scenario: an XMLHttpRequest is made inside a WebWorker on Cordova iOS.
- Expected result: the Cookie header is set to the value of the parent 
document's document.cookie. (Works on Safari/Chrome in iOS, and all major 
browsers on desktop).
- Actual result: the Cookie header is not set.

This is actually a serious problem because it completely precludes applications 
that use session cookie authentication from making HTTP requests from a 
WebWorker (and see here as to why localStorage is not a viable alternative).



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


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

2013-11-01 Thread Michael Brooks (JIRA)

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

Michael Brooks commented on CB-3962:


There is a [third way|http://xkcd.com/1285/].

 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] [Resolved] (CB-5152) Medic. Add Windows Phone8 support

2013-11-01 Thread Sergey Grebnov (JIRA)

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

Sergey Grebnov resolved CB-5152.


Resolution: Implemented
  Assignee: David Kemp  (was: Sergey Grebnov)

There is initial implementation at pull request below
https://github.com/apache/cordova-medic/pull/1

David, could you please review and merge

 Medic. Add Windows Phone8 support
 -

 Key: CB-5152
 URL: https://issues.apache.org/jira/browse/CB-5152
 Project: Apache Cordova
  Issue Type: Task
  Components: Medic
Reporter: Sergey Grebnov
Assignee: David Kemp

 Action items:
 1. Add build configuration for WP8 to master.cfg
 2. Write WP8 specific scripts to fetch, build, inject tests, run, report 
 results to db



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


[jira] [Resolved] (CB-5153) Medic. Add Windows Phone8 related info to home page

2013-11-01 Thread Sergey Grebnov (JIRA)

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

Sergey Grebnov resolved CB-5153.


Resolution: Implemented
  Assignee: David Kemp  (was: Sergey Grebnov)

Documentation has been updated as per pull request below
https://github.com/apache/cordova-medic/pull/1

David, could you please review and merge


 Medic. Add Windows Phone8 related info to home page
 ---

 Key: CB-5153
 URL: https://issues.apache.org/jira/browse/CB-5153
 Project: Apache Cordova
  Issue Type: Task
  Components: Medic
Reporter: Sergey Grebnov
Assignee: David Kemp

 Add Windows platform specific instructions and information to cordova-medic 
 home



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


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

2013-11-01 Thread Mike Sierra (JIRA)

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

Mike Sierra commented on CB-3962:
-

There's something about that that screams out: vi user ;-)

 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-11-01 Thread Mike Sierra (JIRA)

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

Mike Sierra commented on CB-3962:
-

[~mwbrooks], am tightening up the style sheet a bit, and wonder if it makes 
sense for the revised doc system to support platform-specific notes accompanied 
by logo icon.

 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] [Comment Edited] (CB-3962) document and implement editorial guidelines

2013-11-01 Thread Mike Sierra (JIRA)

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

Mike Sierra edited comment on CB-3962 at 11/1/13 4:46 PM:
--

[~mwbrooks], am tightening up the style sheet a bit, and wonder if it makes 
sense for the revised doc system to support platform-specific notes to be 
presented with logo icon in the final UI.


was (Author: sierra):
[~mwbrooks], am tightening up the style sheet a bit, and wonder if it makes 
sense for the revised doc system to support platform-specific notes accompanied 
by logo icon.

 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-11-01 Thread Michael Brooks (JIRA)

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

Michael Brooks commented on CB-3962:


Yea, I like the idea of using icons to represent platforms when it makes sense.

 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] [Created] (CB-5245) [BlackBerry10] Update run docs for automatic device detection

2013-11-01 Thread Bryan Higgins (JIRA)
Bryan Higgins created CB-5245:
-

 Summary: [BlackBerry10] Update run docs for automatic device 
detection
 Key: CB-5245
 URL: https://issues.apache.org/jira/browse/CB-5245
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, CLI
Affects Versions: 3.1.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
 Fix For: 3.2.0






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


[jira] [Commented] (CB-4887) inconsistent HideKeyboardFormAccessoryBar values

2013-11-01 Thread Kristoffer Flores (JIRA)

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

Kristoffer Flores commented on CB-4887:
---

These docs are already updated. This preference is under the multi-platform 
preferences along with iOS.

https://github.com/apache/cordova-docs/blob/master/docs/en/edge/config_ref/index.md

 inconsistent HideKeyboardFormAccessoryBar values
 

 Key: CB-4887
 URL: https://issues.apache.org/jira/browse/CB-4887
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, Docs, iOS
Reporter: Mike Sierra
Assignee: Jeffrey Heifetz
Priority: Minor
 Fix For: 3.2.0


 Doc for the HideKeyboardFormAccessoryBar preference specifies 
 true/false as valid values for iOS, and enable/disable for 
 BlackBerry.  Assuming that's accurate info, you can't easily enable the 
 preference for both platforms.



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


[jira] [Created] (CB-5246) cordova/run no target exists message is ambiguous

2013-11-01 Thread Josh Soref (JIRA)
Josh Soref created CB-5246:
--

 Summary: cordova/run no target exists message is ambiguous
 Key: CB-5246
 URL: https://issues.apache.org/jira/browse/CB-5246
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.1.0
Reporter: Josh Soref
 Fix For: 3.2.0


New user runs:
 cordova-blackberry\blackberry10\bin\create test
 cd test
 cordova\run -k hi
[ERROR] No target exists, to add that target please run target add 
name ip [-t | --type device | simulator] [-p password] [--pin 
devicepin]

There's no `:`, so I tried:
 cordova\run target add z10 169.254.0.1

and I got a nonsensical error message.

The problem is that it wanted me to run:
 cordova\target add z10 169.254.0.1




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


[jira] [Commented] (CB-5246) cordova/run no target exists message is ambiguous

2013-11-01 Thread Josh Soref (JIRA)

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

Josh Soref commented on CB-5246:


https://github.com/apache/cordova-blackberry/pull/114

 cordova/run no target exists message is ambiguous
 -

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


 New user runs:
  cordova-blackberry\blackberry10\bin\create test
  cd test
  cordova\run -k hi
 [ERROR] No target exists, to add that target please run target add 
 name ip [-t | --type device | simulator] [-p password] [--pin 
 devicepin]
 There's no `:`, so I tried:
  cordova\run target add z10 169.254.0.1
 and I got a nonsensical error message.
 The problem is that it wanted me to run:
  cordova\target add z10 169.254.0.1



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


[jira] [Commented] (CB-4887) inconsistent HideKeyboardFormAccessoryBar values

2013-11-01 Thread Jeffrey Heifetz (JIRA)

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

Jeffrey Heifetz commented on CB-4887:
-

Yes but we can now remove the NOTE

 inconsistent HideKeyboardFormAccessoryBar values
 

 Key: CB-4887
 URL: https://issues.apache.org/jira/browse/CB-4887
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, Docs, iOS
Reporter: Mike Sierra
Assignee: Jeffrey Heifetz
Priority: Minor
 Fix For: 3.2.0


 Doc for the HideKeyboardFormAccessoryBar preference specifies 
 true/false as valid values for iOS, and enable/disable for 
 BlackBerry.  Assuming that's accurate info, you can't easily enable the 
 preference for both platforms.



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


[jira] [Commented] (CB-4994) Cordova prepare SyntaxError

2013-11-01 Thread ASF subversion and git services (JIRA)

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

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

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

[CB-4994] Update xcode dependency to handle Xcode 5 capabilities.


 Cordova prepare SyntaxError
 ---

 Key: CB-4994
 URL: https://issues.apache.org/jira/browse/CB-4994
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.1.0
 Environment: Xcode 5, mac 10.8.5, cordova 3.1.0-0.1.0
Reporter: Dmitry D
Priority: Blocker
  Labels: build
 Attachments: Screen Shot 2013-10-09 at 8.31.20 PM.png


 After modify project in Xcode (change icons, capabilities and localisation 
 language) can not prepare project with command cordova prepare and catch 
 error in console
 $ cordova prepare
 { name: 'SyntaxError',
   message: 'Expected /*, = or [A-Za-z0-9_] but . found.',
   line: 382,
   column: 11 }



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


[jira] [Created] (CB-5247) [BlackBerry10] Map blackberry.event to document

2013-11-01 Thread Bryan Higgins (JIRA)
Bryan Higgins created CB-5247:
-

 Summary: [BlackBerry10] Map blackberry.event to document
 Key: CB-5247
 URL: https://issues.apache.org/jira/browse/CB-5247
 Project: Apache Cordova
  Issue Type: Improvement
  Components: BlackBerry, CordovaJS
Affects Versions: 3.1.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
 Fix For: 3.2.0


To improve the experience when porting BB10 WebWorks applications to Cordova, 
blackberry.event should return the document object so addEventListener / 
removeEventListener can be used without modification to original source code.



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


[jira] [Resolved] (CB-4994) Cordova prepare SyntaxError

2013-11-01 Thread Braden Shepherdson (JIRA)

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

Braden Shepherdson resolved CB-4994.


Resolution: Fixed
  Assignee: Braden Shepherdson

Turns out Andrew Lunny had already fixed this in node-xcode, but hadn't pushed 
a new version of. I have now pushed it as 0.6.2, and updated plugman and CLI to 
depend on it.

This install is working for me now.

 Cordova prepare SyntaxError
 ---

 Key: CB-4994
 URL: https://issues.apache.org/jira/browse/CB-4994
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.1.0
 Environment: Xcode 5, mac 10.8.5, cordova 3.1.0-0.1.0
Reporter: Dmitry D
Assignee: Braden Shepherdson
Priority: Blocker
  Labels: build
 Attachments: Screen Shot 2013-10-09 at 8.31.20 PM.png


 After modify project in Xcode (change icons, capabilities and localisation 
 language) can not prepare project with command cordova prepare and catch 
 error in console
 $ cordova prepare
 { name: 'SyntaxError',
   message: 'Expected /*, = or [A-Za-z0-9_] but . found.',
   line: 382,
   column: 11 }



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


[jira] [Commented] (CB-5247) [BlackBerry10] Map blackberry.event to document

2013-11-01 Thread ASF subversion and git services (JIRA)

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

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

Commit 4e2e780d4ec88c3e171e2a8778cc348bf4488afb in branch refs/heads/master 
from [~bhigg...@blackberry.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=4e2e780 ]

CB-5247 [BlackBerry10] Map blackberry.event to document


 [BlackBerry10] Map blackberry.event to document
 ---

 Key: CB-5247
 URL: https://issues.apache.org/jira/browse/CB-5247
 Project: Apache Cordova
  Issue Type: Improvement
  Components: BlackBerry, CordovaJS
Affects Versions: 3.1.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
 Fix For: 3.2.0


 To improve the experience when porting BB10 WebWorks applications to Cordova, 
 blackberry.event should return the document object so addEventListener / 
 removeEventListener can be used without modification to original source code.



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


[jira] [Updated] (CB-5189) iOS Backport for 2.9.1

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5189:
-

Description: 
--1. CB-4958, CB-3482, CB-3453 (Camera - iOS 7, among others)--
--2. CB-4930 (InAppBrowser - iOS 7)--
--3. CB-4847 (Media/Media Capture - iOS 7)--
--4. CB-4825 (Device Motion)--
--5. CB-5035 (Device Motion)--
--6. CB-4806, CB-4355 (Splashscreen - iOS 7)--
--7. Add CoreMotion.framework to the default template--
--8. CB-5199  (Media Capture - iOS 7)--

  was:
--1. CB-4958, CB-3482, CB-3453 (Camera - iOS 7, among others)--
--2. CB-4930 (InAppBrowser - iOS 7)--
--3. CB-4847 (Media/Media Capture - iOS 7)--
--4. CB-4825 (Device Motion)--
--5. CB-5035 (Device Motion)--
--6. CB-4806, CB-4355 (Splashscreen - iOS 7)--
--7. Add CoreMotion.framework to the default template--
8. Fix warnings/update default template to Xcode 5 settings
--9. CB-5199  (Media Capture - iOS 7)--


 iOS Backport for 2.9.1
 --

 Key: CB-5189
 URL: https://issues.apache.org/jira/browse/CB-5189
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS, Plugin Camera, Plugin Device Motion, Plugin 
 InAppBrowser, Plugin Media, Plugin Media Capture, Plugin SplashScreen
Affects Versions: Master
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
 Fix For: 2.9.1


 --1. CB-4958, CB-3482, CB-3453 (Camera - iOS 7, among others)--
 --2. CB-4930 (InAppBrowser - iOS 7)--
 --3. CB-4847 (Media/Media Capture - iOS 7)--
 --4. CB-4825 (Device Motion)--
 --5. CB-5035 (Device Motion)--
 --6. CB-4806, CB-4355 (Splashscreen - iOS 7)--
 --7. Add CoreMotion.framework to the default template--
 --8. CB-5199  (Media Capture - iOS 7)--



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


[jira] [Commented] (CB-5189) iOS Backport for 2.9.1

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5189:
--

Decided not to do Fix warnings/update default template to Xcode 5 settings, 
since this is an Xcode wizard-like process, the user can upgrade their project 
automatically.

Re-tested using the 2.9.1 JS

All auto tests pass under iOS 6 and 7.
All manual tests pass under iOS 6 and 7.


 iOS Backport for 2.9.1
 --

 Key: CB-5189
 URL: https://issues.apache.org/jira/browse/CB-5189
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS, Plugin Camera, Plugin Device Motion, Plugin 
 InAppBrowser, Plugin Media, Plugin Media Capture, Plugin SplashScreen
Affects Versions: Master
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
 Fix For: 2.9.1


 --1. CB-4958, CB-3482, CB-3453 (Camera - iOS 7, among others)--
 --2. CB-4930 (InAppBrowser - iOS 7)--
 --3. CB-4847 (Media/Media Capture - iOS 7)--
 --4. CB-4825 (Device Motion)--
 --5. CB-5035 (Device Motion)--
 --6. CB-4806, CB-4355 (Splashscreen - iOS 7)--
 --7. Add CoreMotion.framework to the default template--
 --8. CB-5199  (Media Capture - iOS 7)--



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


[jira] [Resolved] (CB-5189) iOS Backport for 2.9.1

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-5189.
--

Resolution: Fixed

 iOS Backport for 2.9.1
 --

 Key: CB-5189
 URL: https://issues.apache.org/jira/browse/CB-5189
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS, Plugin Camera, Plugin Device Motion, Plugin 
 InAppBrowser, Plugin Media, Plugin Media Capture, Plugin SplashScreen
Affects Versions: Master
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
 Fix For: 2.9.1


 --1. CB-4958, CB-3482, CB-3453 (Camera - iOS 7, among others)--
 --2. CB-4930 (InAppBrowser - iOS 7)--
 --3. CB-4847 (Media/Media Capture - iOS 7)--
 --4. CB-4825 (Device Motion)--
 --5. CB-5035 (Device Motion)--
 --6. CB-4806, CB-4355 (Splashscreen - iOS 7)--
 --7. Add CoreMotion.framework to the default template--
 --8. CB-5199  (Media Capture - iOS 7)--



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


[jira] [Commented] (CB-4994) Cordova prepare SyntaxError

2013-11-01 Thread Jon Tancer (JIRA)

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

Jon Tancer commented on CB-4994:


Cool, how do we access this update? Will it be available in the next point 
release? If so, what does the time frame look like?

 Cordova prepare SyntaxError
 ---

 Key: CB-4994
 URL: https://issues.apache.org/jira/browse/CB-4994
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.1.0
 Environment: Xcode 5, mac 10.8.5, cordova 3.1.0-0.1.0
Reporter: Dmitry D
Assignee: Braden Shepherdson
Priority: Blocker
  Labels: build
 Attachments: Screen Shot 2013-10-09 at 8.31.20 PM.png


 After modify project in Xcode (change icons, capabilities and localisation 
 language) can not prepare project with command cordova prepare and catch 
 error in console
 $ cordova prepare
 { name: 'SyntaxError',
   message: 'Expected /*, = or [A-Za-z0-9_] but . found.',
   line: 382,
   column: 11 }



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


[jira] [Assigned] (CB-5159) [Release + 3.2.0] Branch Test Tag RC1 for BlackBerry

2013-11-01 Thread Bryan Higgins (JIRA)

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

Bryan Higgins reassigned CB-5159:
-

Assignee: Bryan Higgins

 [Release + 3.2.0] Branch  Test  Tag RC1 for BlackBerry
 

 Key: CB-5159
 URL: https://issues.apache.org/jira/browse/CB-5159
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: BlackBerry
Reporter: Steve Gill
Assignee: Bryan Higgins
 Fix For: 3.2.0


 Refer to Workflow here:
 http://wiki.apache.org/cordova/CuttingReleases



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


[jira] [Created] (CB-5248) Adding additional arguments for 'cordova create' will break your project

2013-11-01 Thread JennyGee (JIRA)
JennyGee created CB-5248:


 Summary: Adding additional arguments for 'cordova create' will 
break your project
 Key: CB-5248
 URL: https://issues.apache.org/jira/browse/CB-5248
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Reporter: JennyGee
Priority: Minor


According to the help docs cordova has the following for create:

create PATH [ID] [NAME] where ID and NAME are optional.

When you add an additional parameter after NAME, you get a error stating that 
it doesn't understand the last parameter. On the other hand the cordova project 
appears to be created properly. But when you have a look at the actual project, 
it's actually broken:

myMachine:cordovaTest jgee$ cordova create newDir newPackage app1 app2
Creating a new cordova project with name app1 and id newPackage at location 
../cordovaTest/newDir
[TypeError: Object.keys called on non-object]
myMachine:cordovaTest jgee$ cd newDir/
ci003068684:newDir jgee$ ls
merges  platforms   plugins www
myMachine:newDir jgee$ cordova info
{ [Error: ENOENT, no such file or directory 
'..cordovaTest/newDir/www/config.xml']
  errno: 34,
  code: 'ENOENT',
  path: '..cordova/newDir/www/config.xml',
  syscall: 'open' }




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


[jira] [Updated] (CB-5248) Adding additional arguments for 'cordova create' will break your project

2013-11-01 Thread JennyGee (JIRA)

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

JennyGee updated CB-5248:
-

Fix Version/s: 3.2.0
Affects Version/s: 3.1.0

 Adding additional arguments for 'cordova create' will break your project
 

 Key: CB-5248
 URL: https://issues.apache.org/jira/browse/CB-5248
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.1.0
Reporter: JennyGee
Priority: Minor
 Fix For: 3.2.0


 According to the help docs cordova has the following for create:
 create PATH [ID] [NAME] where ID and NAME are optional.
 When you add an additional parameter after NAME, you get a error stating that 
 it doesn't understand the last parameter. On the other hand the cordova 
 project appears to be created properly. But when you have a look at the 
 actual project, it's actually broken:
 myMachine:cordovaTest jgee$ cordova create newDir newPackage app1 app2
 Creating a new cordova project with name app1 and id newPackage at 
 location ../cordovaTest/newDir
 [TypeError: Object.keys called on non-object]
 myMachine:cordovaTest jgee$ cd newDir/
 ci003068684:newDir jgee$ ls
 mergesplatforms   plugins www
 myMachine:newDir jgee$ cordova info
 { [Error: ENOENT, no such file or directory 
 '..cordovaTest/newDir/www/config.xml']
   errno: 34,
   code: 'ENOENT',
   path: '..cordova/newDir/www/config.xml',
   syscall: 'open' }



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


[jira] [Commented] (CB-5137) docs should describe how to build Cordova from Apache dist

2013-11-01 Thread Marcel Kinard (JIRA)

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

Marcel Kinard commented on CB-5137:
---

Michael Sierra and crew, I have a working version of this that I'd like your 
review on:
https://github.com/cmarcelk/cordova-docs/commit/b59ef0ae361ccf4b6a9af6c5c6db1aea3163c6ff
Yeah, we need a better way to add local copies of platforms when not fetching 
them from the repo.

Andrew / Michal / crew, I also would like a couple tweaks to coho:
https://github.com/cmarcelk/cordova-coho/commit/2caafae04d365e44c2fb59e9375bbf0adfae2603

And for the larger community, I believe that zips of plugman and the core 
plugins should be included in the Apache distribution. I know that they run on 
a separate release train, but right now plugman and the core plugins are never 
included in an Apache distribution. I know it's not a common workflow, but it's 
what I do when building the distribution for my employer's product. I'd suggest 
to just grab whatever the currently weekly release is, not do another release 
cycle for plugman / core plugins. Comments?

 docs should describe how to build Cordova from Apache dist
 --

 Key: CB-5137
 URL: https://issues.apache.org/jira/browse/CB-5137
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Docs
Reporter: Marcel Kinard
Assignee: Marcel Kinard
Priority: Minor

 The docs seem to assume that Cordova was already downloaded either via npm or 
 from a PhoneGap distribution or similar. Though the Apache Way is to 
 distribute source code, it isn't clear to the average consumer in the docs 
 how to get Cordova up and running from either the source zips on 
 dist.apache.org or from the repos at git-wip-us.apache.org. This 
 documentation should be added, perhaps as a section such as How to Obtain 
 Cordova and/or How to Build Cordova from Source.
 There may be additional docs needed that describe how to bootstrap the docs 
 (build the html from the md) if for some reason the user can't get them 
 online at cordova.apache.org/docs.



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


[jira] [Created] (CB-5249) Test

2013-11-01 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-5249:
---

 Summary: Test
 Key: CB-5249
 URL: https://issues.apache.org/jira/browse/CB-5249
 Project: Apache Cordova
  Issue Type: Sub-task
Reporter: Jesse MacFadyen






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


[jira] [Deleted] (CB-5249) Test

2013-11-01 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen deleted CB-5249:



 Test
 

 Key: CB-5249
 URL: https://issues.apache.org/jira/browse/CB-5249
 Project: Apache Cordova
  Issue Type: Sub-task
Reporter: Jesse MacFadyen





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


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

2013-11-01 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3209:
---

I've merged in Piotr's changes into the dev branch of the geolocation plugin.

 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] [Updated] (CB-5058) CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings.

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5058:
-

Priority: Major  (was: Critical)

 CordovaLib xcode project gets assigned problematic Build Active Architecture 
 Only settings.
 ---

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

 Somewhere along the way, the CordovaLib xcode project (not the application's 
 project which includes CordovaLib) gets Build Settings - Build Active 
 Architecture Only set to true for Debug. This causes issues when debugging 
 on a device, with a warning:
 ld: warning: ignoring file  Build/Products/Debug-iphoneos/libCordova.a
 ...
 ld: symbol(s) not found for architecture armv7
 Followed by errors as CordovaLib cannot be included.
 Recommend that Build Active Architecture Only should be set to false for 
 both Debug and Release, as such:
 http://www.scribeorigins.com/files/CordovaLib_build_settings.jpg



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


[jira] [Updated] (CB-5058) CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings.

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5058:
-

Fix Version/s: 3.2.0

 CordovaLib xcode project gets assigned problematic Build Active Architecture 
 Only settings.
 ---

 Key: CB-5058
 URL: https://issues.apache.org/jira/browse/CB-5058
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0, 3.1.0
Reporter: Dooms
 Fix For: 3.2.0


 Somewhere along the way, the CordovaLib xcode project (not the application's 
 project which includes CordovaLib) gets Build Settings - Build Active 
 Architecture Only set to true for Debug. This causes issues when debugging 
 on a device, with a warning:
 ld: warning: ignoring file  Build/Products/Debug-iphoneos/libCordova.a
 ...
 ld: symbol(s) not found for architecture armv7
 Followed by errors as CordovaLib cannot be included.
 Recommend that Build Active Architecture Only should be set to false for 
 both Debug and Release, as such:
 http://www.scribeorigins.com/files/CordovaLib_build_settings.jpg



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


[jira] [Assigned] (CB-5058) CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings.

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-5058:


Assignee: Shazron Abdullah

 CordovaLib xcode project gets assigned problematic Build Active Architecture 
 Only settings.
 ---

 Key: CB-5058
 URL: https://issues.apache.org/jira/browse/CB-5058
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0, 3.1.0
Reporter: Dooms
Assignee: Shazron Abdullah
 Fix For: 3.2.0


 Somewhere along the way, the CordovaLib xcode project (not the application's 
 project which includes CordovaLib) gets Build Settings - Build Active 
 Architecture Only set to true for Debug. This causes issues when debugging 
 on a device, with a warning:
 ld: warning: ignoring file  Build/Products/Debug-iphoneos/libCordova.a
 ...
 ld: symbol(s) not found for architecture armv7
 Followed by errors as CordovaLib cannot be included.
 Recommend that Build Active Architecture Only should be set to false for 
 both Debug and Release, as such:
 http://www.scribeorigins.com/files/CordovaLib_build_settings.jpg



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


[jira] [Updated] (CB-5069) iOS 7 When on 3G network, Connection is empty (not Connection.CELL_3G)

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5069:
-

Component/s: Plugin Network Information

 iOS 7 When on 3G network, Connection is empty (not Connection.CELL_3G)
 --

 Key: CB-5069
 URL: https://issues.apache.org/jira/browse/CB-5069
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Network Information
Affects Versions: 3.0.0
 Environment: iOS7 (Any device), on 3G network
Reporter: Nadav Greenberg
Priority: Minor

 iOS 7 When on 3G network, Connection is empty (not Connection.CELL_3G)



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


[jira] [Resolved] (CB-5058) CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings.

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-5058.
--

Resolution: Fixed

 CordovaLib xcode project gets assigned problematic Build Active Architecture 
 Only settings.
 ---

 Key: CB-5058
 URL: https://issues.apache.org/jira/browse/CB-5058
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0, 3.1.0
Reporter: Dooms
 Fix For: 3.2.0


 Somewhere along the way, the CordovaLib xcode project (not the application's 
 project which includes CordovaLib) gets Build Settings - Build Active 
 Architecture Only set to true for Debug. This causes issues when debugging 
 on a device, with a warning:
 ld: warning: ignoring file  Build/Products/Debug-iphoneos/libCordova.a
 ...
 ld: symbol(s) not found for architecture armv7
 Followed by errors as CordovaLib cannot be included.
 Recommend that Build Active Architecture Only should be set to false for 
 both Debug and Release, as such:
 http://www.scribeorigins.com/files/CordovaLib_build_settings.jpg



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


[jira] [Commented] (CB-5058) CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings.

2013-11-01 Thread ASF subversion and git services (JIRA)

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

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

Commit e44b7fc5f53790efe3bce6d73a31985070f57db6 in branch refs/heads/master 
from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=e44b7fc ]

CB-5058 - CordovaLib xcode project gets assigned problematic Build Active 
Architecture Only settings.


 CordovaLib xcode project gets assigned problematic Build Active Architecture 
 Only settings.
 ---

 Key: CB-5058
 URL: https://issues.apache.org/jira/browse/CB-5058
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0, 3.1.0
Reporter: Dooms
 Fix For: 3.2.0


 Somewhere along the way, the CordovaLib xcode project (not the application's 
 project which includes CordovaLib) gets Build Settings - Build Active 
 Architecture Only set to true for Debug. This causes issues when debugging 
 on a device, with a warning:
 ld: warning: ignoring file  Build/Products/Debug-iphoneos/libCordova.a
 ...
 ld: symbol(s) not found for architecture armv7
 Followed by errors as CordovaLib cannot be included.
 Recommend that Build Active Architecture Only should be set to false for 
 both Debug and Release, as such:
 http://www.scribeorigins.com/files/CordovaLib_build_settings.jpg



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


[jira] [Updated] (CB-5089) console plugin not documented

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5089:
-

Component/s: Plugin Console

 console plugin not documented
 -

 Key: CB-5089
 URL: https://issues.apache.org/jira/browse/CB-5089
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Docs, Plugin Console
Reporter: Brian LeRoux
 Fix For: 3.2.0






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


[jira] [Updated] (CB-5077) [iOS]There is only one spec test running for file-transfer plugin

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5077:
-

Component/s: Plugin File Transfer

 [iOS]There is only one spec test running for file-transfer plugin
 -

 Key: CB-5077
 URL: https://issues.apache.org/jira/browse/CB-5077
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, mobile-spec, Plugin File Transfer
Affects Versions: 3.1.0
Reporter: lmnbeyond

 I ran the spec tests which under cordova-plugin-file-transfer/test, only one 
 spec test (filetransfer.spec.7) runs.
 Shouldn't run all the spec test cases in filetransfer.tests.js ?



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


[jira] [Updated] (CB-5077) [iOS]There is only one spec test running for file-transfer plugin

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5077:
-

Priority: Minor  (was: Major)

 [iOS]There is only one spec test running for file-transfer plugin
 -

 Key: CB-5077
 URL: https://issues.apache.org/jira/browse/CB-5077
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, mobile-spec, Plugin File Transfer
Affects Versions: 3.1.0
Reporter: lmnbeyond
Priority: Minor

 I ran the spec tests which under cordova-plugin-file-transfer/test, only one 
 spec test (filetransfer.spec.7) runs.
 Shouldn't run all the spec test cases in filetransfer.tests.js ?



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


[jira] [Updated] (CB-5089) console plugin not documented

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5089:
-

Fix Version/s: 3.2.0

 console plugin not documented
 -

 Key: CB-5089
 URL: https://issues.apache.org/jira/browse/CB-5089
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Docs, Plugin Console
Reporter: Brian LeRoux
 Fix For: 3.2.0






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


[jira] [Updated] (CB-4948) Problem Installing Cordova on Xcode

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-4948:
-

Priority: Minor  (was: Critical)

 Problem Installing Cordova on Xcode
 ---

 Key: CB-4948
 URL: https://issues.apache.org/jira/browse/CB-4948
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0
 Environment: Hi excuse me i have a problem i just download 
 cordova-3.0.0 i searched for the .dmg installer on the ios folder and i cant 
 find the .pkg for install cordova on my mac can you help me 
Reporter: Abel Ortiz Gonzalez
Priority: Minor
 Fix For: 3.2.0






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


[jira] [Updated] (CB-4948) Problem Installing Cordova on Xcode

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-4948:
-

Environment: (was: Hi excuse me i have a problem i just download 
cordova-3.0.0 i searched for the .dmg installer on the ios folder and i cant 
find the .pkg for install cordova on my mac can you help me )

 Problem Installing Cordova on Xcode
 ---

 Key: CB-4948
 URL: https://issues.apache.org/jira/browse/CB-4948
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0
Reporter: Abel Ortiz Gonzalez
Priority: Minor
 Fix For: 3.2.0






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


[jira] [Updated] (CB-4948) Problem Installing Cordova on Xcode

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-4948:
-

Description: Hi excuse me i have a problem i just download cordova-3.0.0 i 
searched for the .dmg installer on the ios folder and i cant find the .pkg for 
install cordova on my mac can you help me 

 Problem Installing Cordova on Xcode
 ---

 Key: CB-4948
 URL: https://issues.apache.org/jira/browse/CB-4948
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0
Reporter: Abel Ortiz Gonzalez
Priority: Minor
 Fix For: 3.2.0


 Hi excuse me i have a problem i just download cordova-3.0.0 i searched for 
 the .dmg installer on the ios folder and i cant find the .pkg for install 
 cordova on my mac can you help me 



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


[jira] [Commented] (CB-4948) Problem Installing Cordova on Xcode

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-4948:
--

Cordova is installed using the CLI, there hasn't been a dmg for a long time. 
See the CLI docs: http://docs.cordova.io

 Problem Installing Cordova on Xcode
 ---

 Key: CB-4948
 URL: https://issues.apache.org/jira/browse/CB-4948
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0
Reporter: Abel Ortiz Gonzalez
Priority: Minor
 Fix For: 3.2.0


 Hi excuse me i have a problem i just download cordova-3.0.0 i searched for 
 the .dmg installer on the ios folder and i cant find the .pkg for install 
 cordova on my mac can you help me 



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


[jira] [Assigned] (CB-4948) Problem Installing Cordova on Xcode

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-4948:


Assignee: Shazron Abdullah

 Problem Installing Cordova on Xcode
 ---

 Key: CB-4948
 URL: https://issues.apache.org/jira/browse/CB-4948
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0
Reporter: Abel Ortiz Gonzalez
Assignee: Shazron Abdullah
Priority: Minor
 Fix For: 3.2.0


 Hi excuse me i have a problem i just download cordova-3.0.0 i searched for 
 the .dmg installer on the ios folder and i cant find the .pkg for install 
 cordova on my mac can you help me 



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


[jira] [Updated] (CB-4818) InAppBrowser addEventListener 3rd parameter?

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-4818:
-

Component/s: Plugin InAppBrowser

 InAppBrowser addEventListener 3rd parameter?
 

 Key: CB-4818
 URL: https://issues.apache.org/jira/browse/CB-4818
 Project: Apache Cordova
  Issue Type: Test
  Components: Docs, mobile-spec, Plugin InAppBrowser
Affects Versions: 2.9.0
Reporter: Peter
Assignee: Michael Brooks
Priority: Minor

 The mobile-spec InAppBrowser tests addEventListener:
 {code}
 iab.addEventListener('loaderror', logEvent, false);
 iab.addEventListener('loadstart', logEvent, false);
 iab.addEventListener('loadstop', logEvent, false);
 iab.addEventListener('exit', logEvent, false);
 {code}
 But that test code above is calling addEventListener with 3 parameters, and 
 the 3rd parameter is neither documented
 http://cordova.apache.org/docs/en/3.0.0/cordova_inappbrowser_inappbrowser.md.html#addEventListener,
  nor (IIUC) is it implemented in the cordova.js



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


[jira] [Commented] (CB-4818) InAppBrowser addEventListener 3rd parameter?

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-4818:
--

[~mrbillau] - yup, that's what happened.

 InAppBrowser addEventListener 3rd parameter?
 

 Key: CB-4818
 URL: https://issues.apache.org/jira/browse/CB-4818
 Project: Apache Cordova
  Issue Type: Test
  Components: Docs, mobile-spec, Plugin InAppBrowser
Affects Versions: 2.9.0
Reporter: Peter
Assignee: Michael Brooks
Priority: Minor

 The mobile-spec InAppBrowser tests addEventListener:
 {code}
 iab.addEventListener('loaderror', logEvent, false);
 iab.addEventListener('loadstart', logEvent, false);
 iab.addEventListener('loadstop', logEvent, false);
 iab.addEventListener('exit', logEvent, false);
 {code}
 But that test code above is calling addEventListener with 3 parameters, and 
 the 3rd parameter is neither documented
 http://cordova.apache.org/docs/en/3.0.0/cordova_inappbrowser_inappbrowser.md.html#addEventListener,
  nor (IIUC) is it implemented in the cordova.js



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


[jira] [Commented] (CB-3071) App cache is invalidated after complete restart of an app

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-3071:
--

[~kmatassa] so far the correct solution hasn't been found

 App cache is invalidated after complete restart of an app
 -

 Key: CB-3071
 URL: https://issues.apache.org/jira/browse/CB-3071
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.5.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
 Fix For: 3.2.0

 Attachments: apache server 200 on GET requests from IOS Cordova 
 client.pdf, apache server 304  on GET requests from cordova client.pdf, 
 headers


 I have this report from a developer:
 We've recently upgraded from 2.2 to 2.5 on IOS.
 In 2.2, our application leveraged cached assets after a complete restart of 
 the application.  In 2.5 the same scenario always requests new assets from 
 the web server.  The web server has not changed, and it returns caching 
 instructions with the content.  Once the application is running, the cached 
 assets are utilized as we expect.
 Is this by design?



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


[jira] [Commented] (CB-5149) iOS first run online/offline events broken

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5149:
--

Probably related to CB-2096

 iOS first run online/offline events broken
 --

 Key: CB-5149
 URL: https://issues.apache.org/jira/browse/CB-5149
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
 Environment: iOS 6 and 7
Reporter: Kuan Yi Ming

 The code samples at 
 http://cordova.apache.org/docs/en/3.1.0/cordova_events_events.md.html#online 
 do not longer work. Same with offline.
 When the app is first launched using PhoneGap 2.2 to 2.9, the online or 
 offline event (where applicable) triggers before the deviceready event. In 
 3.1.0, this no longer happens on iOS... the event only fires when the user 
 maually turns on or off data in the settings.
 This still works normally on Android, so this might be an iOS issue.



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


[jira] [Updated] (CB-5207) InAppBrowser use causes inline video playback to stop working on iPhone

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5207:
-

Fix Version/s: 3.2.0

 InAppBrowser use causes inline video playback to stop working on iPhone
 ---

 Key: CB-5207
 URL: https://issues.apache.org/jira/browse/CB-5207
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
 Environment: Specific to an iPhone.
Reporter: Aaron Martlage
 Fix For: 3.2.0


 Prior to invoking an InAppBrowser window, video plays inline properly with 
 the config.xml setting as well as the webkit-playsinline attribute on the 
 video tag. However, as soon as any InAppBrowser window is invoked and 
 subsequently closed, the video will no longer play inline and will always 
 open the native player. This is specific to an iPhone as the iPad allows 
 inline video playback without the config and playsinline attribute.



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


[jira] [Resolved] (CB-4969) mobile-spec failure in Media core plugin

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-4969.
--

Resolution: Fixed

 mobile-spec failure in Media core plugin
 

 Key: CB-4969
 URL: https://issues.apache.org/jira/browse/CB-4969
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Media
Affects Versions: 3.1.0
Reporter: Shazron Abdullah
 Fix For: 3.2.0


 Tested with mobile-spec 3.1.0
 One failure in Media plugin (set position) for both iOS 6 and 7.
 iOS 6
 one failure - Media media.spec.12 position should be set properly
 Expected 0 to be greater than 0
 iOS 7
 one failure - Media media.spec.12 position should be set properly
 Expected -0.023 to be greater than 0



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


[jira] [Updated] (CB-5215) ios 7 keyboard resizes the page even with KeyboardShrinksView set to false

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5215:
-

Fix Version/s: 3.2.0

 ios 7 keyboard resizes the page even with KeyboardShrinksView set to false
 --

 Key: CB-5215
 URL: https://issues.apache.org/jira/browse/CB-5215
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugins
Affects Versions: 2.9.0, 3.1.0
 Environment: Mac OSX Mavericks, Xcode 5, Ipad with Ios7 and the 
 embedded emulator
Reporter: Matias Stanislavsky
  Labels: keyboard-plugin
 Fix For: 3.2.0


 We have a page with a fixed footer and a fixed header. We also have a JQM 
 list with its own data-filter. We have fixed the filter to the screen and it 
 seems to be working fine on Android. But we are having some issues when we 
 started testing on IOS. When the keyboard appears it makes the header goes to 
 the top of the list and the filter moves down the exact same height as the 
 keyboard's height. We've tried keyboardShrinksView= true and false with the 
 same outcome, nothing seems to be working for us. I've already checked the 
 CB-4862 and CB-4940. But I think I dont understand how it has been already 
 solved. Here you can see some screen captures of what's going on:
 If the list is not scrolled everything's working ok
 http://i.imgur.com/B1rqNYd.png
 If i scroll the list a little bit, then the hell breaks loose
 http://i.imgur.com/5gmKMHq.png
 Thanks in advance,
 Matias



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


[jira] [Commented] (CB-5244) UIWebView does not pass document.cookie to WebWorker

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5244:
--

Note: verify with a standalone app with just a UIWebView and *no* Cordova. If 
it still occurs there, this is an Apple issue and nothing we can do about it. 
Safari is a different beast from UIWebView, but Chrome iOS should have used the 
same UIWebView but may have different networking internals.

 UIWebView does not pass document.cookie to WebWorker
 

 Key: CB-5244
 URL: https://issues.apache.org/jira/browse/CB-5244
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
 Environment: iOS 6.0 and iOS 7.0
Reporter: Louis Mullie

 - Scenario: an XMLHttpRequest is made inside a WebWorker on Cordova iOS.
 - Expected result: the Cookie header is set to the value of the parent 
 document's document.cookie. (Works on Safari/Chrome in iOS, and all major 
 browsers on desktop).
 - Actual result: the Cookie header is not set.
 This is actually a serious problem because it completely precludes 
 applications that use session cookie authentication from making HTTP requests 
 from a WebWorker (and see here as to why localStorage is not a viable 
 alternative).



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


[jira] [Updated] (CB-5244) UIWebView does not pass document.cookie to WebWorker

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-5244:
-

Fix Version/s: 3.2.0

 UIWebView does not pass document.cookie to WebWorker
 

 Key: CB-5244
 URL: https://issues.apache.org/jira/browse/CB-5244
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
 Environment: iOS 6.0 and iOS 7.0
Reporter: Louis Mullie
 Fix For: 3.2.0


 - Scenario: an XMLHttpRequest is made inside a WebWorker on Cordova iOS.
 - Expected result: the Cookie header is set to the value of the parent 
 document's document.cookie. (Works on Safari/Chrome in iOS, and all major 
 browsers on desktop).
 - Actual result: the Cookie header is not set.
 This is actually a serious problem because it completely precludes 
 applications that use session cookie authentication from making HTTP requests 
 from a WebWorker (and see here as to why localStorage is not a viable 
 alternative).



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


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

2013-11-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5238:
--

+1 on me for this. Talked to Anis regarding this:

a .framework is just like a .bundle, so technically, as a workaround (for now), 
you could add the .framework with two tags (not tested):

1. a resource-fle tag to copy the .framework folder and include in Xcode
2. a framework tag to add it to the Link Binary with Libraries section of 
the Build Phases of the project

I *think* option #2 will not work, that's why we had the source-file tag 
accept a framework(boolean) attribute (needed for the TestFlight plugin which 
has a static lib: 
https://github.com/shazron/TestFlightPlugin/blob/master/plugin.xml)

 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] [Created] (CB-5250) CLI is unable to handle directories/files with spaces in it.

2013-11-01 Thread JennyGee (JIRA)
JennyGee created CB-5250:


 Summary: CLI is unable to handle directories/files with spaces in 
it.
 Key: CB-5250
 URL: https://issues.apache.org/jira/browse/CB-5250
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.1.0
 Environment: Mac and Windows
Reporter: JennyGee


Inside the Init file: 
/Users/jgee/cordovaCoho/cordova-blackberry/blackberry10/bin/init
the dirname variable

All calls to dirname need to quote shell variables so it can handle directories 
and files with spaces. 

Notes: This defect was found when the directory of the project contained a 
space on Mac. In Windows, this issue may occur since node will be installed in 
a location where it contains a space.



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