Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F95D17B85 for ; Wed, 28 Jan 2015 16:25:35 +0000 (UTC) Received: (qmail 85517 invoked by uid 500); 28 Jan 2015 16:25:35 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 85497 invoked by uid 500); 28 Jan 2015 16:25:35 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 85482 invoked by uid 99); 28 Jan 2015 16:25:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 16:25:35 +0000 Date: Wed, 28 Jan 2015 16:25:35 +0000 (UTC) From: "Josh Soref (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-7977) mention deviceready in plugin docs 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-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Soref updated CB-7977: --------------------------- Description: for a in cordova-plugin-\*; do test -f $a/doc/index.md && grep -l deviceready $a/doc/index.md || (grep -L deviceready $a/doc/index.md |sed -e 's/^/no deviceready in: /'; grep -lr decideready $a/*); done 2>/dev/null |sort cordova-plugin-battery-status/doc/index.md cordova-plugin-device/doc/index.md cordova-plugin-network-information/doc/index.md cordova-plugin-splashscreen/doc/index.md no deviceready in: cordova-plugin-camera/doc/index.md no deviceready in: cordova-plugin-console/doc/index.md no deviceready in: cordova-plugin-contacts/doc/index.md no deviceready in: cordova-plugin-device-motion/doc/index.md no deviceready in: cordova-plugin-device-orientation/doc/index.md no deviceready in: cordova-plugin-dialogs/doc/index.md no deviceready in: cordova-plugin-file-transfer/doc/index.md no deviceready in: cordova-plugin-file/doc/index.md no deviceready in: cordova-plugin-geolocation/doc/index.md no deviceready in: cordova-plugin-globalization/doc/index.md no deviceready in: cordova-plugin-inappbrowser/doc/index.md no deviceready in: cordova-plugin-media-capture/doc/index.md no deviceready in: cordova-plugin-media/doc/index.md no deviceready in: cordova-plugin-statusbar/doc/index.md no deviceready in: cordova-plugin-vibration/doc/index.md was: for a in cordova-plugin-*; do test -f $a/doc/index.md && grep -l deviceready $a/doc/index.md || (grep -L deviceready $a/doc/index.md |sed -e 's/^/no deviceready in: /'; grep -lr decideready $a/*); done 2>/dev/null |sort cordova-plugin-battery-status/doc/index.md cordova-plugin-device/doc/index.md cordova-plugin-network-information/doc/index.md cordova-plugin-splashscreen/doc/index.md no deviceready in: cordova-plugin-camera/doc/index.md no deviceready in: cordova-plugin-console/doc/index.md no deviceready in: cordova-plugin-contacts/doc/index.md no deviceready in: cordova-plugin-device-motion/doc/index.md no deviceready in: cordova-plugin-device-orientation/doc/index.md no deviceready in: cordova-plugin-dialogs/doc/index.md no deviceready in: cordova-plugin-file-transfer/doc/index.md no deviceready in: cordova-plugin-file/doc/index.md no deviceready in: cordova-plugin-geolocation/doc/index.md no deviceready in: cordova-plugin-globalization/doc/index.md no deviceready in: cordova-plugin-inappbrowser/doc/index.md no deviceready in: cordova-plugin-media-capture/doc/index.md no deviceready in: cordova-plugin-media/doc/index.md no deviceready in: cordova-plugin-statusbar/doc/index.md no deviceready in: cordova-plugin-vibration/doc/index.md > mention deviceready in plugin docs > ---------------------------------- > > Key: CB-7977 > URL: https://issues.apache.org/jira/browse/CB-7977 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Camera, Plugin Console, Plugin Device Motion, Plugin Device Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin Media Capture, Plugin Statusbar, Plugin Vibration > Affects Versions: 3.5.0 > Reporter: Josh Soref > Assignee: Josh Soref > > for a in cordova-plugin-\*; do test -f $a/doc/index.md && grep -l deviceready $a/doc/index.md || (grep -L deviceready $a/doc/index.md |sed -e 's/^/no deviceready in: /'; grep -lr decideready $a/*); done 2>/dev/null |sort > cordova-plugin-battery-status/doc/index.md > cordova-plugin-device/doc/index.md > cordova-plugin-network-information/doc/index.md > cordova-plugin-splashscreen/doc/index.md > no deviceready in: cordova-plugin-camera/doc/index.md > no deviceready in: cordova-plugin-console/doc/index.md > no deviceready in: cordova-plugin-contacts/doc/index.md > no deviceready in: cordova-plugin-device-motion/doc/index.md > no deviceready in: cordova-plugin-device-orientation/doc/index.md > no deviceready in: cordova-plugin-dialogs/doc/index.md > no deviceready in: cordova-plugin-file-transfer/doc/index.md > no deviceready in: cordova-plugin-file/doc/index.md > no deviceready in: cordova-plugin-geolocation/doc/index.md > no deviceready in: cordova-plugin-globalization/doc/index.md > no deviceready in: cordova-plugin-inappbrowser/doc/index.md > no deviceready in: cordova-plugin-media-capture/doc/index.md > no deviceready in: cordova-plugin-media/doc/index.md > no deviceready in: cordova-plugin-statusbar/doc/index.md > no deviceready in: cordova-plugin-vibration/doc/index.md -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org