Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75A8D90CD for ; Wed, 23 May 2012 15:26:41 +0000 (UTC) Received: (qmail 42610 invoked by uid 500); 23 May 2012 15:26:41 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 42561 invoked by uid 500); 23 May 2012 15:26:41 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 42552 invoked by uid 99); 23 May 2012 15:26:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 15:26:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E387C141822 for ; Wed, 23 May 2012 15:26:40 +0000 (UTC) Date: Wed, 23 May 2012 15:26:40 +0000 (UTC) From: "Becky Gibson (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1675258268.11891.1337786800935.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1836987972.595.1337041834596.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CB-767) Document API Permissions for iOS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281660#comment-13281660 ] Becky Gibson commented on CB-767: --------------------------------- Updated and issued pull request: https://github.com/apache/incubator-cordova-docs/pull/11 > Document API Permissions for iOS > -------------------------------- > > Key: CB-767 > URL: https://issues.apache.org/jira/browse/CB-767 > Project: Apache Cordova > Issue Type: Sub-task > Components: Docs, iOS > Affects Versions: 1.8.0 > Reporter: Michael Brooks > Assignee: Shazron Abdullah > Priority: Minor > Fix For: 1.8.0 > > > We are now documenting the permissions for each Cordova API. The permissions can take on two forms: > - Cordova permissions (e.g. {{plugins.xml}}, {{Cordova.plist}}, etc) > - Platform security / feature / access (e.g. {{config.xml}}, {{AndroidManifest.xml}}, etc) > The Edge documentation already has a [stubbed header for each platform|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=commit;h=2c615599b7b06e46be9971ed17f251ee94b1d19f] with a {{@TODO}} codeblock. > Please update the following APIs: > - [Accelerometer|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/accelerometer/accelerometer.md;hb=HEAD] > - [Camera|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/camera/camera.md;hb=HEAD] > - [Compass|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/compass/compass.md;hb=HEAD] > - [Connection|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/connection/connection.md;hb=HEAD] > - [Contacts|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/contacts/contacts.md;hb=HEAD] > - [Device|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/device/device.md;hb=HEAD] > - [Events|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/events/events.md;hb=HEAD] > - [File|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/file/file.md;hb=HEAD] > - [Geolocation|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/geolocation/geolocation.md;hb=HEAD] > - [Capture|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/media/capture/capture.md;hb=HEAD] > - [Media|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/media/media.md;hb=HEAD] > - [Notification|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/notification/notification.md;hb=HEAD] > - [Storage|https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=blob;f=docs/en/edge/cordova/storage/storage.md;hb=HEAD] > *What if the platform doesn't support permissions?* > Add a bullet stating that. Do not the delete the platform from the documentation, because this will give the impression that it is undocumented. > {code} > ### webOS > - permissions are unsupported > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira