[jira] [Commented] (CB-1976) plugin not loaded with proper config.xml

2012-12-13 Thread JIRA
[ https://issues.apache.org/jira/browse/CB-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13530892#comment-13530892 ] Xavier Vergés commented on CB-1976: --- I have been unable to recreate the problem. My apologi

[jira] [Closed] (CB-1976) plugin not loaded with proper config.xml

2012-12-13 Thread JIRA
[ https://issues.apache.org/jira/browse/CB-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Vergés closed CB-1976. - Resolution: Cannot Reproduce I cannot get the plugin to fail to load anymore. I have not a clue about what

mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Marcel Kinard
I ran the latest cordova-ios and mobile-spec on an iOS 6.0.0 iPhone 4S and got 10 failures: - 2 in File API - 5 in FileTransfer - 3 in Session Storage Local Storage Is anyone else seeing these? I took a look at the first one: "File API read method should read file properly, File Object." It looks

[jira] [Commented] (CB-753) ER: API to query if device has a camera

2012-12-13 Thread Jonathan Bond-Caron (JIRA)
[ https://issues.apache.org/jira/browse/CB-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531157#comment-13531157 ] Jonathan Bond-Caron commented on CB-753: Agree that it would be nice for Cordova to fi

[jira] [Commented] (CB-2054) Iframe not working in Android4.0

2012-12-13 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531163#comment-13531163 ] Andrew Grieve commented on CB-2054: --- Could you attach or link us to a test page that repro'

[jira] [Created] (CB-2055) audio file in mobile spec doesn't work anymore

2012-12-13 Thread Gord (JIRA)
Gord created CB-2055: Summary: audio file in mobile spec doesn't work anymore Key: CB-2055 URL: https://issues.apache.org/jira/browse/CB-2055 Project: Apache Cordova Issue Type: Bug Components:

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Shazron
Which version? Definitely not in 2.3.0rc1 I'm testing 2.3.0rc2 today. On Thu, Dec 13, 2012 at 7:44 AM, Marcel Kinard wrote: > I ran the latest cordova-ios and mobile-spec on an iOS 6.0.0 iPhone 4S and > got 10 failures: > - 2 in File API > - 5 in FileTransfer > - 3 in Session Storage Local Stor

[jira] [Commented] (CB-2055) audio file in mobile spec doesn't work anymore

2012-12-13 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531202#comment-13531202 ] Shazron Abdullah commented on CB-2055: -- Is it a coincidence that I filed: CB-2049 a few

[jira] [Commented] (CB-753) ER: API to query if device has a camera

2012-12-13 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531208#comment-13531208 ] Shazron Abdullah commented on CB-753: - We had some discussion on this in the mailing list:

[jira] [Commented] (CB-2053) camera.getPicture label displays 'Photos' when mediaType is set to Videos

2012-12-13 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531239#comment-13531239 ] Shazron Abdullah commented on CB-2053: -- That's great! If you'd like to contribute that,

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Shazron
Ok I can confirm 7 failures: - 2 in File API - 5 in FileTransfer But no failures with Session Storage Local Storage. Investigating to see what the changes are between rc1 and rc2. On Thu, Dec 13, 2012 at 9:15 AM, Shazron wrote: > Which version? Definitely not in 2.3.0rc1 > I'm testing 2.3.0rc

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Shazron
(also I was testing with 6.0.1) On Thu, Dec 13, 2012 at 10:32 AM, Shazron wrote: > Ok I can confirm 7 failures: > - 2 in File API > - 5 in FileTransfer > > But no failures with Session Storage Local Storage. Investigating to see > what the changes are between rc1 and rc2. > > > > On Thu, Dec 13

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Shazron
Trying again. Apache rejected my reply because of a high spam score :/ We can rule out the FileTransfer ones since they have an external dependency on a server that is erroring out: http://cordova-filetransfer.jitsu.com I ran the File API tests onl

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Marcel Kinard
Yup, I see that file-transfer.jitsu.com is returning a page saying: An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"} Something is obviously dead there. So yeah, ignore those test failures as an infrastructure problem. Your File API failures look like the

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Shazron
We are. I was just testing File Tests, not All Tests. I didn't see any File test changes since rc1 so it must be a native change. On Thu, Dec 13, 2012 at 11:15 AM, Marcel Kinard wrote: > Yup, I see that file-transfer.jitsu.com is returning a page saying: > > An error has occurred: > {"code":"EC

[jira] [Created] (CB-2056) file-transfer.jitsu.com service is down

2012-12-13 Thread Marcel Kinard (JIRA)
Marcel Kinard created CB-2056: - Summary: file-transfer.jitsu.com service is down Key: CB-2056 URL: https://issues.apache.org/jira/browse/CB-2056 Project: Apache Cordova Issue Type: Bug

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Marcel Kinard
Ah, I see, yes, I also have 95 tests in File. I created https://issues.apache.org/jira/browse/CB-2056 to address getting file-transfer.jitsu.com back up and running. On Thu, Dec 13, 2012 at 2:31 PM, Shazron wrote: > We are. I was just testing File Tests, not All Tests. I didn't see any File >

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Filip Maj
Why don't we get Apache INFRA to set up a simple instance like this for us? This way it's not tied to any one person. I can ask INFRA about it. On 12/13/12 11:37 AM, "Shazron" wrote: >It's erroring out for mobile-spec testing. > >I'm wondering if we could just run a local server for the FileTran

[jira] [Updated] (CB-2056) cordova-filetransfer.jitsu.com service is down

2012-12-13 Thread Marcel Kinard (JIRA)
[ https://issues.apache.org/jira/browse/CB-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Kinard updated CB-2056: -- Description: When running the automated tests in mobile-spec, I am getting FileTransfer errors. Upon furt

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Shazron
That would be great. I suppose if we could run it locally in the meantime off the same server scripts, the better (who knows if a server goes down). One less dependency I suppose On Thu, Dec 13, 2012 at 11:43 AM, Filip Maj wrote: > Why don't we get Apache INFRA to set up a simple instance like

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Filip Maj
Yeah, but asking testers to run a server every time they run mobile-spec might be a bit much. If a constant server is run on apache infra that will respond to HTTP requests that would probably be better. The INFRA folk are starting to loathe me, I think, with my constant pestering and offhand crit

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Shazron
Precisely your last comment about INFRA being open ;) Don't know if we can wait that long... If the server scripts are in mobile-spec already, running the python server wouldn't be (much of) a problem as a backup method, but then I suppose on Windows you would need to install python also. I can se

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Filip Maj
Use node? On 12/13/12 12:08 PM, "Shazron" wrote: >Precisely your last comment about INFRA being open ;) Don't know if we can >wait that long... > >If the server scripts are in mobile-spec already, running the python >server >wouldn't be (much of) a problem as a backup method, but then I suppose

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Becky Gibson
So, I thought the encoding was necessary for internationalization and any special characters in the file data (for example a URL)? Do all of the other file tests still run with this change? We're there any changes to the file tests themselves? I try to take a look this afternoon. - Becky Se

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Shazron
I suppose we could use node. Ideally to test locally the Apache instance should run node and the same node script as well (another hurdle?) On Thu, Dec 13, 2012 at 12:12 PM, Filip Maj wrote: > Use node? > > On 12/13/12 12:08 PM, "Shazron" wrote: > > >Precisely your last comment about INFRA

[jira] [Created] (CB-2057) When using allowEdit on iOS, user is unable to Crop, Zoom on Image

2012-12-13 Thread Greg (JIRA)
Greg created CB-2057: Summary: When using allowEdit on iOS, user is unable to Crop, Zoom on Image Key: CB-2057 URL: https://issues.apache.org/jira/browse/CB-2057 Project: Apache Cordova Issue Type: Bug

[jira] [Created] (CB-2058) 2 File API test failures on mobile-spec 2.3.0rc2

2012-12-13 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2058: Summary: 2 File API test failures on mobile-spec 2.3.0rc2 Key: CB-2058 URL: https://issues.apache.org/jira/browse/CB-2058 Project: Apache Cordova Issue Type:

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Shazron
Thanks Becky -- i'll take a peek as well. Filed: http://issues.cordova.io/2058 On Thu, Dec 13, 2012 at 12:18 PM, Becky Gibson wrote: > So, I thought the encoding was necessary for internationalization and any > special characters in the file data (for example a URL)? Do all of the > other file

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Braden Shepherdson
-1 to local servers. I don't know about everyone else, but Google's wireless network setup makes hitting a server running on your laptop from a phone hard or impossible. Getting the existing server back up until Apache INFRA can host it for us sounds better to me. Braden On Thu, Dec 13, 2012 at

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Filip Maj
CC'ing Don. Don, any chance you can hook our committers up with the jitsu instance creds so we can fix some stuff? Might be a good idea to post this as a direct reply to me, or the cordova-private list. On 12/13/12 1:16 PM, "Braden Shepherdson" wrote: >-1 to local servers. > >I don't know about

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Becky Gibson
So, it seems that the iOS specific version of readAsText is NOT being called and the "standard" one is being used. The iOS version of readAsText performs the necessary decode. The iOS version IS in the cordova.js file but I haven't debugged enough to see why it is not being used. -becky On Thu

[jira] [Updated] (CB-2057) When using allowEdit on iOS, user is unable to Crop, Zoom on Image

2012-12-13 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2057: - Description: When using the following code, the user is unable to "crop" the photo on the edit scre

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Don Coleman
I restarted that server. I'm working with Fil to get other people admin access on the server until we get a better solution. On Thu, Dec 13, 2012 at 4:19 PM, Filip Maj wrote: > CC'ing Don. Don, any chance you can hook our committers up with the jitsu > instance creds so we can fix some stuff?

[jira] [Commented] (CB-2057) When using allowEdit on iOS, user is unable to Crop, Zoom on Image

2012-12-13 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531539#comment-13531539 ] Shazron Abdullah commented on CB-2057: -- I tried it on 2.1.0, 2.2.0 and 2.3.0 tip of tree

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Filip Maj
Thanks for your quick reply Don, really appreciate it. On 12/13/12 1:35 PM, "Don Coleman" wrote: > > > >I restarted that server. > >I'm working with Fil to get other people admin access on the server until >we get a better solution. > > >On Thu, Dec 13, 2012 at 4:19 PM, Filip Maj > wrote: > >CC'

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Shazron
Becky and I were debugging this. In lib/ios/platform.js, it seems FileReader is clobbered in the "clobbers" section but the iOS specific FileReader is not merged in the "merges" section. Not sure why yet. On Thu, Dec 13, 2012 at 1:22 PM, Becky Gibson wrote: > So, it seems that the iOS specific v

[jira] [Closed] (CB-2057) When using allowEdit on iOS, user is unable to Crop, Zoom on Image

2012-12-13 Thread Greg (JIRA)
[ https://issues.apache.org/jira/browse/CB-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg closed CB-2057. Resolution: Not A Problem This is a problem on my side - my mistake. > When using allowEdit on iOS, user is u

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Shazron
Found the culprit -- these two lines have to be reversed (which makes sense -- clobber first, then merge, not the other way around): https://github.com/apache/cordova-js/blob/99fadd12f74703a58e729664394570956d6ccbe4/lib/scripts/bootstrap.js#L48-49 Unfortunately, this is an all-platform change to c

Re: mobile-spec failures on iOS 6.0.0

2012-12-13 Thread Shazron
Furthermore, it used to clobber first, then merge: https://github.com/apache/cordova-js/commit/99fadd12f74703a58e729664394570956d6ccbe4#lib/scripts/bootstrap.js Ok, I'd like to change this but this requires everyone to grab a new cordova-js and re-test -- or I just tag iOS now with this fail and l

[jira] [Created] (CB-2059) [iOS] CDVPlugin's viewController property should be CDVViewController

2012-12-13 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-2059: - Summary: [iOS] CDVPlugin's viewController property should be CDVViewController Key: CB-2059 URL: https://issues.apache.org/jira/browse/CB-2059 Project: Apache Cordova

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Brian M Dube
On 12/13/2012 11:43 AM, Filip Maj wrote: > Why don't we get Apache INFRA to set up a simple instance like this for > us? This way it's not tied to any one person. I can ask INFRA about it. I think a project VM (FreeBSD jail [1]) could work well for this. Projects have root access on such virtual s

RE: Tagging 2.3.0rc2?

2012-12-13 Thread Leutwyler, Markus
When will we cut 2.3.0rc2? Herm: I have added functionality to support for the menubutton in cordova-js for webOS ... how can I get that into rc2? Markus -Original Message- From: Shazron [mailto:shaz...@gmail.com] Sent: Dienstag, 11. Dezember 2012 22:19 To: dev@cordova.apache.org Subj

Re: Tagging 2.3.0rc2?

2012-12-13 Thread Shazron
See thread mobile-spec failures on iOS 6.0.0" - iOS can't proceed unless we get some consensus. On Thu, Dec 13, 2012 at 4:59 PM, Leutwyler, Markus wrote: > When will we cut 2.3.0rc2? > > Herm: I have added functionality to support for the menubutton in > cordova-js for webOS ... how can I get th

Re: Tagging 2.3.0rc2?

2012-12-13 Thread Tim Kim
I'm also running into some errors with bb10 and discussing some webworks trouble shooting with RIM. On 13 December 2012 17:13, Shazron wrote: > See thread mobile-spec failures on iOS 6.0.0" - iOS can't proceed unless we > get some consensus. > > > On Thu, Dec 13, 2012 at 4:59 PM, Leutwyler, Ma

[jira] [Resolved] (CB-2059) [iOS] CDVPlugin's viewController property should be CDVViewController

2012-12-13 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-2059. --- Resolution: Not A Problem I think this was an explicit choice. All cordova-specific methods that plugins

[jira] [Created] (CB-2060) WP8 Cookies are not sent

2012-12-13 Thread Scott Keiffer (JIRA)
Scott Keiffer created CB-2060: - Summary: WP8 Cookies are not sent Key: CB-2060 URL: https://issues.apache.org/jira/browse/CB-2060 Project: Apache Cordova Issue Type: Bug Components: WP8