Re: Releases in a 3.0 World

2013-09-05 Thread Plaquette, Paul
hi, good idea. could not it create tags ? (in order to have something more readable than a hash) Cordially ~~~ Paul Plaquette, Senior Software Engineer Intel Corporation SAS * * *SSG/OTC: Open Source Technology Center* France, Montpellier On Thu, Sep 5,

RE: Module name & plugin id

2013-09-05 Thread jbo...@openmv.com
On Wed Sep 4 10:02 PM, Andrew Grieve wrote: > How about adding an alias: > > > > > > For : > > > > > +1 for export, maybe simpler as

Re: Releases in a 3.0 World

2013-09-05 Thread Ian Clelland
On Thu, Sep 5, 2013 at 5:45 AM, Plaquette, Paul wrote: > hi, > > > good idea. > > could not it create tags ? (in order to have something more readable than a > hash) > I suppose it could, as long as you didn't push them until they're tested -- my reason for not suggesting that is that you may nee

Automated Testing - updated to Buildbot 0.8.8

2013-09-05 Thread David Kemp
Buildbot was recently updated and required some changes to work correctly. All updates are applied. Thanks to Mike B for the info! David Kemp

config.xml as a build artifact for less suffering and easier upgrades

2013-09-05 Thread Braden Shepherdson
config.xml as a build artifact for less suffering and easier upgrades Terminology - “platform config.xml” refers to the platform-specific config.xml files, eg. platforms/android/res/xml/config.xml. This is the final file read by Cordova at runtime. - “app config.xml” refers to

iOS InAppBrowser user agent troubles

2013-09-05 Thread Pridham, Marcus
Has anyone else run into issues with the iOS InAppBrowser changing the Cordova webviews user agent. If I run the following JavaScript in the InAppBrowser: window.location.hash = "anchor"; The user agent of the Cordova web view changes from: Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) A

Re: Releases in a 3.0 World

2013-09-05 Thread Michal Mocny
On Wed, Sep 4, 2013 at 9:17 PM, Andrew Grieve wrote: > > > > On Wed, Sep 4, 2013 at 5:42 PM, Michal Mocny wrote: > >> >> >> >> On Wed, Sep 4, 2013 at 5:39 PM, Michal Mocny wrote: >> >>> >>> >>> >>> On Wed, Sep 4, 2013 at 3:18 PM, Andrew Grieve wrote: >>> On Wed, Sep 4, 2013 at 3:15 PM, And

Re: dev.cordova.io kaput'

2013-09-05 Thread Michael Brooks
Works for me. Is it still down for you? docs.cordova.io is redirected from a Nodejitsu instance because it is an unofficial domain unsupported by Apache Infra. Perhaps the Nodejitsu instance had a hiccup? It uses the Nodejitsu instance instead of a dumb DNS Redirect because we currently need it to

Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-05 Thread Brian LeRoux
The logic flow is much safer in this method. Where do you think default.xml should live? (Maybe it doesn't have to exist and defaults can just be vars in the logic that does the processing?) Is this our opportunity to move to JSON? On Thu, Sep 5, 2013 at 8:21 AM, Braden Shepherdson wrote: > con

Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-05 Thread Michal Mocny
We briefly discussed JSON and the two thoughts were: (1) We like it, but really what does it buy us? (2) This change is at the moment 100% compatible with all current workflows (including upgrades from 3.0->3.1), and we think that's important for headache-less adoption. JSON would obviously not b

Re: Windows repo

2013-09-05 Thread Jesse
There is currently not a 3.0.0 release of Cordova for Windows 8. I am just one dude, and I did not have time to break out all of the plugins, and add the CLI functionality. Re: #3, yes, there was a regression, not sure from where. @purplecabbage risingj.com On Thu, Sep 5, 2013 at 11:56 AM, Marc

Re: plugman / cli verbose by default?

2013-09-05 Thread Carlos Santana
I would like to see by default some type of minimal high level progress information, not crazy massive output like npm with warnings when stuff is working - fetching files from [network, cached] - adding files [platforms/ios] - modifying file [plugins/ios.json] - merging files [merges/ios] - runni

dev.cordova.io kaput'

2013-09-05 Thread Anis KADRI
"docs.cordova.io is currently stopped" anyone knows what's up ?

Windows repo

2013-09-05 Thread Marcel Kinard
I'm building a downstream distribution of Cordova. I noticed some unusual things about the Windows (desktop) content: 1) on apache.org, there is no zip snapshot of the cordova-windows src for 3.0.0, even though cordova-windows.git is listed as a platform repo in the coho script. 2) on git-wip-

Re: plugman / cli verbose by default?

2013-09-05 Thread Michal Mocny
No one likes spam, but I also don't consider cordova-cli a tiny isolated tool for composable usage in the unix toolbox, and so it shouldn't be striving to meet those particular requirements. Pragmatically speaking I think cordova-cli should print small but useful bit of status information. Howeve

Re: Plugins / Tools release tomorrow

2013-09-05 Thread Andrew Grieve
Need to head home now, but will try to do this tonight! On Thu, Sep 5, 2013 at 3:42 PM, Braden Shepherdson wrote: > Tools are done. No blog post yet, we'll do one for everything once Andrew > is done. > > Braden > > > On Thu, Sep 5, 2013 at 3:40 PM, Andrew Grieve > wrote: > > > Starting on plug

[cordova-docs] Pre-receive hook declined

2013-09-05 Thread Michael Brooks
Hey guys, It looks like the cordova-docs repository is having an issue. Yesterday we were able to push updates successfully, but today we are receiving the following error message: cordova-docs:mwbrooks $ git push origin master Counting objects: 17, done. Delta compression using up to

Re: [cordova-docs] Pre-receive hook declined

2013-09-05 Thread Michael Brooks
Issue is now resolved. On Thu, Sep 5, 2013 at 11:46 AM, Michael Brooks wrote: > Hey guys, > > It looks like the cordova-docs repository is having an issue. Yesterday we > were able to push updates successfully, but today we are receiving the > following error message: > > cordova-docs:mwbroo

Re: Plugins / Tools release tomorrow

2013-09-05 Thread Andrew Grieve
Starting on plugins now. On Thu, Sep 5, 2013 at 10:54 AM, Braden Shepherdson wrote: > I can take care of the tools. Since this email was sent yesterday evening, > I assume by "tomorrow" you mean "today, Thursday the 5th"? > > Braden > > > On Wed, Sep 4, 2013 at 9:22 PM, Andrew Grieve > wrote: >

Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-05 Thread James Jong
defaults.xml - Is that only used by CLI? And not used by bin/create scripts? It was bit unclear to me from the description since both were mentioned regarding the 2 xml files. The new CLI prepare flow makes sense to me. -James Jong On Sep 5, 2013, at 2:21 PM, Michal Mocny wrote: > We briefly

Re: Plugins / Tools release tomorrow

2013-09-05 Thread Braden Shepherdson
Tools are done. No blog post yet, we'll do one for everything once Andrew is done. Braden On Thu, Sep 5, 2013 at 3:40 PM, Andrew Grieve wrote: > Starting on plugins now. > > > On Thu, Sep 5, 2013 at 10:54 AM, Braden Shepherdson >wrote: > > > I can take care of the tools. Since this email was

Re: iOS InAppBrowser user agent troubles

2013-09-05 Thread Shazron
Well that's a new one. This was encountered some time ago as well: https://issues.apache.org/jira/browse/CB-2225 but with PDFs On Thu, Sep 5, 2013 at 11:14 PM, Pridham, Marcus wrote: > Has anyone else run into issues with the iOS InAppBrowser changing the > Cordova webviews user agent. > > If I

Re: dev.cordova.io kaput'

2013-09-05 Thread Anis KADRI
It works now. On Thu, Sep 5, 2013 at 11:17 AM, Michael Brooks wrote: > Works for me. Is it still down for you? > > docs.cordova.io is redirected from a Nodejitsu instance because it is an > unofficial domain unsupported by Apache Infra. Perhaps the Nodejitsu > instance had a hiccup? It uses the N

Re: Plugins / Tools release tomorrow

2013-09-05 Thread Braden Shepherdson
I can take care of the tools. Since this email was sent yesterday evening, I assume by "tomorrow" you mean "today, Thursday the 5th"? Braden On Wed, Sep 4, 2013 at 9:22 PM, Andrew Grieve wrote: > I'd like to do a release of plugins / tools tomorrow. > > I can do the plugins, but probably someo

Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-05 Thread Anis KADRI
Sure. It's a step in the right direction (having platforms/ as real build artifacts). I would rename `defaults.xml` to `cordova.xml` personnally but it doesn't really matter. Users should not touch platforms/ at all and if they need to modify anything native they should be acting on plugins. Pleas

FileTransfer tests

2013-09-05 Thread Jesse
I am working through some of the failing tests for wp8 filetransfer and have some issues with the following tests. Can anyone add any input on where some of the following requirements come from? 1. filetransfer.spec.7 should be able to download a file using file:// (when hosted from file://) {c

Re: iOS InAppBrowser user agent troubles

2013-09-05 Thread Tim Robertson
I've seen the same thing FWIW, it manifested itself only with a 'fresh' app. That is, one that hasn't had the user agent string stored previously. On Thu, Sep 5, 2013 at 5:07 PM, Shazron wrote: > Well that's a new one. This was encountered some time ago as well: > https://issues.apache.org/jira

Re: Windows repo

2013-09-05 Thread Marcel Kinard
No worries, I'm not complaining about a lack of a 3.0.0 version. The one dude is doing pretty good by himself ;-) I created a Jira item regarding the regression: https://issues.apache.org/jira/browse/CB-4753 On Sep 5, 2013, at 3:19 PM, Jesse wrote: > There is currently not a 3.0.0 release of

Re: FileTransfer tests

2013-09-05 Thread Ian Clelland
On Thu, Sep 5, 2013 at 8:45 PM, Jesse wrote: > I am working through some of the failing tests for wp8 filetransfer and > have some issues with the following tests. Can anyone add any input on > where some of the following requirements come from? > > 1. filetransfer.spec.7 should be able to downl

Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-05 Thread Ian Clelland
On Thu, Sep 5, 2013 at 5:16 PM, James Jong wrote: > defaults.xml - Is that only used by CLI? And not used by bin/create > scripts? > It was bit unclear to me from the description since both were mentioned > regarding the 2 xml files. > Yes, that's the idea. If you're using the bin/create script

Re: FileTransfer tests

2013-09-05 Thread Andrew Grieve
On Thu, Sep 5, 2013 at 10:58 PM, Ian Clelland wrote: > On Thu, Sep 5, 2013 at 8:45 PM, Jesse wrote: > > > I am working through some of the failing tests for wp8 filetransfer and > > have some issues with the following tests. Can anyone add any input on > > where some of the following requirement