If everything goes well with the VOTE I should be able to close it this weekend.
Can someone give me access to npm to publish? I was reading the slides of a talk by the CTO on the many uses of npm [1], and I notice they talk about organizations and teams to manage access. Is creating a team/organization something useful that can help out with the Cordova packages on npm? [1]: http://slides.com/seldo/fluent-many-uses-of-npm?token=6WiGQf4V#/33 On Wed, Mar 9, 2016 at 11:34 PM Carlos Santana <csantan...@gmail.com> wrote: > Blog post for review: https://github.com/apache/cordova-docs/pull/550 > > > On Wed, Mar 9, 2016 at 10:17 PM Carlos Santana <csantan...@gmail.com> > wrote: > >> Richard merge the fix for the camera plugin >> >> I'm in the process of adding this one: >> >> - CB-10825 <https://issues.apache.org/jira/browse/CB-10825> android: >> Always request READ permission for gallery source >> >> >> On Wed, Mar 9, 2016 at 2:27 PM Carlos Santana <csantan...@gmail.com> >> wrote: >> >>> OK Richard ping me on Slack when you have it ready. >>> >>> Here is the rest of the changes to be included in this release, will >>> wait for CB-10825 for camera plugin >>> >>> >>> ## cordova-plugin-camera >>> >>> ### 2.1.1 (Mar 09, 2016) >>> * added apache license header to appium files >>> * CB-10720 Fixed spelling, capitalization, and other small issues. >>> * CB-10414: Adding focus handler to resume video when user comes back on >>> leaving the app while preview was running >>> * Appium tests: adjust swipe distance on ** Android ** >>> * CB-10750 Appium tests: fail fast if session is irrecoverable >>> * Adding missing semi colon >>> * Adding focus handler to make sure filepicker gets launched when app is >>> active on ** Windows ** >>> * CB-10128: **iOS** Fixed how checks access authorization to camera & >>> library. This closes #146 >>> * CB-10636 Add JSHint for plugins >>> * CB-10639 Appium tests: Added some timeouts, Taking a screenshot on >>> failure, Retry taking a picture up to 3 times, Try to restart the Appium >>> session if it's lost >>> * CB-10552 Replacing images in README.md. >>> * Added a lot of more cases to get the real path on ** Android ** >>> * CB-10625 ** Android ** getPicture fails when getting a photo from the >>> Photo Library - Google Photos >>> * CB-10619 Appium tests: Properly switch to webview on ** Android ** >>> * CB-10397 Added Appium tests >>> * CB-10576: MobileSpec can't get results for **Windows**-Store 8.1 Builds >>> * chore: edit package.json license to match SPDX id >>> * CB-10539: Commenting out the verySmallQvga maxResolution option on ** >>> Windows ** >>> * CB-10541: Changing default maxResoltion to be highestAvailable for >>> CameraCaptureUI on ** Windows ** >>> * CB-10113 ** Browser ** - Layer camera UI on top of all! >>> * CB-10502 ** Browser ** - Fix camera plugin exception in Chrome when >>> click capture. >>> * Adding comments >>> * Camera tapping fix on ** Windows ** >>> >>> ## cordova-plugin-statusbar >>> >>> ### 2.1.2 (Mar 09, 2016) >>> * Fix for CB-10752 status bar overlays the webview on ** iOS ** 6 in >>> some cases >>> * CB-10683 Fix wrong StatusBar.isVisible initial value on ** Windows ** >>> * CB-10636 Add JSHint for plugins >>> * CB-10047 fix ** iOS ** 8 deprecated warnings >>> >>> ## cordova-plugin-globalization >>> >>> ### 1.0.3 (Mar 09, 2016) >>> * CB-10792 -Cannot install cordova-plugin-globalization with >>> cordova-windows on Ubuntu >>> * CB-10636 Add JSHint for plugins >>> * Minor changes to readme >>> * CB-10605 fix deprecation warnings on ** iOS ** >>> * chore: edit package.json license to match SPDX id >>> >>> ## cordova-plugin-splashscreen >>> >>> ### 3.2.1 (Mar 09, 2016) >>> * CB-10764: Remove emoji in cordova-plugin-splashscreen >>> * CB-10650 Non-index content.src causes Splashscreen to be not displayed >>> on ** Browser ** >>> * CB-10636 Add JSHint for plugins >>> * CB-10606 fix deprecation warning for interfaceOrientation on ** iOS ** >>> * chore: edit package.json license to match SPDX id >>> >>> On Wed, Mar 9, 2016 at 2:18 PM Richard Knoll <rikn...@microsoft.com> >>> wrote: >>> >>>> I just found a critical camera bug[1], so we should hold off on that >>>> one. I think the fix is pretty simple, so I'll try and get a PR for it >>>> today. >>>> >>>> Thanks, >>>> Richard >>>> >>>> [1]: https://issues.apache.org/jira/browse/CB-10825 >>>> >>>> -----Original Message----- >>>> From: Carlos Santana [mailto:csantan...@gmail.com] >>>> Sent: Wednesday, March 9, 2016 10:15 AM >>>> To: dev@cordova.apache.org >>>> Subject: Re: [DISCUSS] Plugins release >>>> >>>> ok moving forward. then >>>> >>>> On Wed, Mar 9, 2016 at 12:20 PM Steven Gill <stevengil...@gmail.com> >>>> wrote: >>>> >>>> > Sure! >>>> > On Mar 9, 2016 8:32 AM, "Carlos Santana" <csantan...@gmail.com> >>>> wrote: >>>> > >>>> > > Should camera be a patch release (2.1.1)? I don't see any API or >>>> > > functionality being added. >>>> > > >>>> > > ### 2.1.1-dev (Mar 08, 2016) >>>> > > * added apache license header to appium files >>>> > > * CB-10720 Fixed spelling, capitalization, and other small issues. >>>> > > * CB-10414: Adding focus handler to resume video when user comes >>>> > > back on leaving the app while preview was running >>>> > > * Appium tests: adjust swipe distance on Android >>>> > > * CB-10750 Appium tests: fail fast if session is irrecoverable >>>> > > * Adding missing semi colon >>>> > > * Adding focus handler to make sure filepicker gets launched when >>>> > > app is active >>>> > > * CB-10128: [iOS] Fixed how checks access authorization to camera & >>>> > > library. This closes #146 >>>> > > * CB-10636 Add JSHint for plugins >>>> > > * CB-10639 Appium tests: Added some timeouts, Taking a screenshot on >>>> > > failure, Retry taking a picture up to 3 times, Try to restart the >>>> > > Appium session if it's lost >>>> > > * CB-10552 Replacing images in README.md. >>>> > > * Added a lot of more cases to get the real path >>>> > > * Fix for CB-10625 >>>> > > * CB-10619 Appium tests: Properly switch to webview >>>> > > * CB-10397 Added Appium tests >>>> > > * CB-10576: MobileSpec can't get results for Windows-Store 8.1 >>>> > > Builds >>>> > > * chore: edit package.json license to match SPDX id >>>> > > * CB-10539: Commenting out the verySmallQvga maxResolution option >>>> > > * CB-10541: Changing default maxResoltion to be highestAvailable for >>>> > > CameraCaptureUI >>>> > > * CB-10113 Browser - Layer camera UI on top of all! >>>> > > * CB-10502 Fix camera plugin exception in Chrome when click capture. >>>> > > * Adding comments >>>> > > * Camera tapping fix >>>> > > * CB-10368 Incremented plugin version. >>>> > > >>>> > > On Tue, Mar 8, 2016 at 8:44 PM Carlos Santana <csantan...@gmail.com >>>> > >>>> > > wrote: >>>> > > >>>> > > > Steve I can handle the release for the plugins, I might need to >>>> > > > get >>>> > > access >>>> > > > to npm registry. >>>> > > > I will start working on it tomorrow and send out the VOTE thread >>>> > > > So far only 4 plugins: >>>> > > > 1. globalization >>>> > > > 2. splashscreen >>>> > > > 3. camera >>>> > > > 4. statusbar >>>> > > > >>>> > > > >>>> > > > >>>> > > > On Tue, Mar 8, 2016 at 8:36 PM Steven Gill >>>> > > > <stevengil...@gmail.com> >>>> > > wrote: >>>> > > > >>>> > > >> I'm traveling to Vancouver tomorrow until Sunday. It would be >>>> > > >> nice if someone can take over being the release master for this >>>> > > >> one. I can >>>> > > answer >>>> > > >> any questions along the way. >>>> > > >> >>>> > > >> Cheers, >>>> > > >> -Steve >>>> > > >> >>>> > > >> On Mon, Mar 7, 2016 at 11:58 AM, julio cesar sanchez < >>>> > > >> jcesarmob...@gmail.com >>>> > > >> > wrote: >>>> > > >> >>>> > > >> > I add cordova-plugin-statusbar to the list >>>> > > >> > >>>> > > >> > 2016-03-07 20:52 GMT+01:00 Edna Y Morales <eymor...@us.ibm.com >>>> >: >>>> > > >> > >>>> > > >> > > bump >>>> > > >> > > >>>> > > >> > > Thanks, >>>> > > >> > > *Edna Morales* >>>> > > >> > > >>>> > > >> > > [image: Inactive hide details for julio cesar sanchez >>>> > ---03/04/2016 >>>> > > >> > > 02:52:54 PM---cordova-plugin-camera should be released too, >>>> > > >> > > right >>>> > > >> n]julio >>>> > > >> > > cesar sanchez ---03/04/2016 02:52:54 >>>> > > >> > > PM---cordova-plugin-camera >>>> > > >> should be >>>> > > >> > > released too, right now picking images from the gallery >>>> > > >> > > doesn't >>>> > work >>>> > > >> > > >>>> > > >> > > From: julio cesar sanchez <jcesarmob...@gmail.com> >>>> > > >> > > To: "dev@cordova.apache.org" <dev@cordova.apache.org> >>>> > > >> > > Date: 03/04/2016 02:52 PM >>>> > > >> > > Subject: Re: [DISCUSS] Plugins release >>>> > > >> > > ------------------------------ >>>> > > >> > > >>>> > > >> > > >>>> > > >> > > >>>> > > >> > > cordova-plugin-camera should be released too, right now >>>> > > >> > > picking >>>> > > images >>>> > > >> > from >>>> > > >> > > the gallery doesn't work on android 4.4+ >>>> > > >> > > >>>> > > >> > > >>>> > > >> > > >>>> > > >> > > 2016-03-04 19:42 GMT+01:00 Edna Y Morales < >>>> eymor...@us.ibm.com>: >>>> > > >> > > >>>> > > >> > > > >>>> > > >> > > > Hi, >>>> > > >> > > > >>>> > > >> > > > There are some fixes we are wanting to get released for >>>> > > >> > > > cordova-plugin-globalization and >>>> cordova-plugin-splashscreen. >>>> > Any >>>> > > >> > > thoughts >>>> > > >> > > > on when we can do the next release for these? >>>> > > >> > > > >>>> > > >> > > > For cordova-plugin-globalization there are several >>>> > > >> > > > deprecation >>>> > > >> warnings >>>> > > >> > > > that we need to get rid of. Addressed by >>>> > > >> > > > >>>> https://na01.safelinks.protection.outlook.com/?url=https%3a >>>> > > >> > > > %2f%2fissues.apache.org >>>> %2fjira%2fbrowse%2fCB-10605&data=01% >>>> > > >> > > > 7c01%7cRIKNOLL%40exchange.microsoft.com >>>> %7c73afb25387c04fd63 >>>> > > >> > > > 12808d34846cb80%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdat >>>> > > >> > > > a=423QA5W8kwQSTfvuHJds0pLJ7LzVLflRL%2bWfsQsf%2b70%3d >>>> > > >> > > > >>>> > > >> > > > For cordova-plugin-splashscreen there is also a deprecation >>>> > > warning. >>>> > > >> > > > Addressed by >>>> > > >> > > > >>>> https://na01.safelinks.protection.outlook.com/?url=https%3a >>>> > > >> > > > %2f%2fissues.apache.org >>>> %2fjira%2fbrowse%2fCB-10606&data=01% >>>> > > >> > > > 7c01%7cRIKNOLL%40exchange.microsoft.com >>>> %7c73afb25387c04fd63 >>>> > > >> > > > 12808d34846cb80%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdat >>>> > > >> > > > a=5FABcnIps9vm%2bXMM1%2fhgfLbngnMjMSGtZjUpwFrBHLk%3d >>>> > > >> > > > >>>> > > >> > > > Thanks, >>>> > > >> > > > Edna Morales >>>> > > >> > > > >>>> > > >> > > >>>> > > >> > > >>>> > > >> > > >>>> > > >> > >>>> > > >> >>>> > > > >>>> > > >>>> > >>>> >>>