[Android/iOS] CB-2459: Is this Syntax correct?

2013-04-22 Thread Joe Bowser
Hey I saw this old ticket that I left open, and after re-reading this and thinking about it, and this just looks weird. I'm wondering what other people think of this syntax on window.open before I close this one. Joe

Re: Re-tag Cordova Js?

2013-04-22 Thread Jesse
Fixed a blocker issue in Windows8/CordovaJS [1] I am recommending we just move forward since Windows8 is not currently heavily used, so we can skip the whole re-tag dance. [1] https://issues.apache.org/jira/browse/CB-3214 https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commitdiff;h=7

Re: plugin.xml config-file setting not copying all tags

2013-04-22 Thread Michal Mocny
Actually, the chrome mobile apps project has a bootstrap plugin which basically does that right now. We got lucky and the plugin content tag is appended after the app content tag, so we win :) Would love to see something less volatile. -Michal On Mon, Apr 22, 2013 at 5:11 PM, Filip Maj wrote:

Re: plugin.xml config-file setting not copying all tags

2013-04-22 Thread Filip Maj
Interesting. I think I tend to agree with that. Some app-level config.xml elements (such as access tags) could be duplicated across multiple plugins. `prepare` is aware of _all_ plugins installed in an app, so it may make sense to move it in there. The content tag is an interesting one. What if tw

Re: App Harness Finally Started

2013-04-22 Thread Michal Mocny
It we want to play with this with some useful benefit, what should we wait for completion? The zip script and re-download button? On Mon, Apr 22, 2013 at 4:29 PM, Andrew Grieve wrote: > Better late than never. I've imported Shravan's work-in-progress > cordova-app-harness work into the Apache

App Harness Finally Started

2013-04-22 Thread Andrew Grieve
Better late than never. I've imported Shravan's work-in-progress cordova-app-harness work into the Apache repo. The instructions for running it are in the README.md. They are fairly long since they require cordova-CLI's future branch. Shravan's task list for the week: AppHarness: App re-download

Re: Release Page Updated

2013-04-22 Thread Shazron
Coho was named for an ex-Vancouver Canucks player that was traded I believe (and of course is also a native salmon species in Vancouver). That copyright tool is Apache RAT http://creadur.apache.org/rat/ On Mon, Apr 22, 2013 at 1:01 PM, Andrew Grieve wrote: > I pretty much re-wrote the page:

Release Page Updated

2013-04-22 Thread Andrew Grieve
I pretty much re-wrote the page: http://wiki.apache.org/cordova/CuttingReleases My goal was to capture every step that's involved, and also document the order. One intentional tweak I made to the process is to have tagging come after branching & testing. Since we now have per-release branches, I

Re: plugin.xml config-file setting not copying all tags

2013-04-22 Thread Michal Mocny
found it. CB-3188 updated. I think its another argument for moving more stuff out to prepare step. Essentially the plugman install time work is being overwritten on prepare. On Fri, Apr 19, 2013 at 2:51 PM, Michal Mocny wrote: > I am, sorry, I should have said so. > > > On Fri, Apr 19, 2013

Re: Plugins as subdirectories of git repos, trivial as of git 1.7

2013-04-22 Thread Michal Mocny
I agree cordova-core should not include plugins. I also agree that the cordova plugins should not need to come as one bundle and can be picked-and-chosen as per an app's needs. I merely asking if it is necessary to have them live in separate git repositories. On Mon, Apr 22, 2013 at 12:05 PM, F

Fwd: Invite your friends and colleagues to the Tizen Conference

2013-04-22 Thread Plaquette, Paul
Hi folks, As you may know the 2nd edition of Tizen Developer Conference for 2013 will be held in San Francisco in May 22-24. In case some would like to attend here is a 75 % discount I received as a speaker to invite friends . (see the link in the mail forwarded below) By the way, i will g

[Event in Europe] - Interactive Cologne (Germany)

2013-04-22 Thread Plaquette, Paul
Hi I received a request for Cordova Speakers to be present at this Event in Cologne. Below I copy paste information summary and in cc you have one of the organizer. (I cannot attend my self as I have other obligations at that time) Cordially, Paul > INTERACTIVE COLOGNE is a one-week festival

Re: Plugins as subdirectories of git repos, trivial as of git 1.7

2013-04-22 Thread Filip Maj
Lessons learned from github.com/phonegap/phonegap-plugins ... On 4/22/13 8:28 AM, "Brian LeRoux" wrote: >There is a very good reason that we want the plugins to be discreet, >atomic, almost userspace, artifacts vs the core cordova distribution >which should just be bridge and supporting code. >

Re: Plugins as subdirectories of git repos, trivial as of git 1.7

2013-04-22 Thread Brian LeRoux
There is a very good reason that we want the plugins to be discreet, atomic, almost userspace, artifacts vs the core cordova distribution which should just be bridge and supporting code. On Mon, Apr 22, 2013 at 7:50 AM, Anis KADRI wrote: > I can only see one. Does the apache infra support 1.7 ?

Re: Plugins as subdirectories of git repos, trivial as of git 1.7

2013-04-22 Thread Anis KADRI
I can only see one. Does the apache infra support 1.7 ? :-D This feature can't be just client-side. If they do, I don't see any reason to have 16 repositories. On Mon, Apr 22, 2013 at 7:35 AM, Michal Mocny wrote: > Hey, > > Just found out that git now does support cloning a subdirectory of a >

Plugins as subdirectories of git repos, trivial as of git 1.7

2013-04-22 Thread Michal Mocny
Hey, Just found out that git now does support cloning a subdirectory of a project using sparse-checkout mode (added in git 1.7, so super fresh). Quick guide: http://jasonkarns.com/blog/subdirectory-checkouts-with-git-sparse-checkout/ I know this was indirectly possible using a temporary director