Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D8133200CD9 for ; Thu, 3 Aug 2017 21:21:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D679516C4B6; Thu, 3 Aug 2017 19:21:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 024C016C482 for ; Thu, 3 Aug 2017 21:21:05 +0200 (CEST) Received: (qmail 38690 invoked by uid 500); 3 Aug 2017 19:21:05 -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 38679 invoked by uid 99); 3 Aug 2017 19:21:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2017 19:21:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6D2DE1A0961 for ; Thu, 3 Aug 2017 19:21:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id mdJi9zc2SAHq for ; Thu, 3 Aug 2017 19:21:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 06C895F30C for ; Thu, 3 Aug 2017 19:21:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 839EAE0D39 for ; Thu, 3 Aug 2017 19:21:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9037324817 for ; Thu, 3 Aug 2017 19:21:00 +0000 (UTC) Date: Thu, 3 Aug 2017 19:21:00 +0000 (UTC) From: "Filip Maj (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-13147) Integrate cordova-plugin-console MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 03 Aug 2017 19:21:07 -0000 [ https://issues.apache.org/jira/browse/CB-13147?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-13147: --------------------------- Description:=20 Looks like the main work to be done here is for cordova-ios and cordova-win= dows. There are also ubuntu, wp7, wp8 and win8 platform implementations in = this plugin, but these are all deprecated platforms, so I would ignore thos= e. I believe next integration/implementation steps are: * integrate the plugin's {{www/logger.js}} and {{www/console-via-logger.js}= } into cordova-ios and cordova-windows. How? It's been a while for me... or= does this land in cordova-js? * integrate plugin's {{src/ios/*}} into cordova-ios * add an (and cordovaDependencies ?) constraint to plugin, capping= cordova-ios and cordova-windows support Over and above the actual migration of the code into platform repos, we nee= d to do the following: 1. Update README.md to reflect maintenance status: =E2=80=93 Direct users to file bugs/prs to the platforms that integrate the= plugin 2. Close out any PRs and issues 3. Deprecate the component from JIRA=20 4. Highlight in release notes and announcement blog posts about upgrade pat= h: =E2=80=93 potential conflicts in old cordova projects that explicitly added= the integrated plugin =E2=80=93 how to turn the integrated plugin off via feature tag tweaking in= config.xml 5. cordova-docs need updating: * should show how to turn the integrated plugin off via feature tag tweakin= g in config.xml * https://cordova.apache.org/docs/en/latest/platform_plugin_versioning_ref/= index.html#saving-plugins should not use cordova-plugin-console as example 6. bump version, do a final release, and npm deprecate the plugin We might want to split this all up into subtasks. was: Looks like the main work to be done here is for cordova-ios and cordova-win= dows. There are also ubuntu, wp7, wp8 and win8 platform implementations in = this plugin, but these are all deprecated platforms, so I would ignore thos= e. I believe next integration/implementation steps are: * integrate the plugin's {{www/logger.js}} and {{www/console-via-logger.js}= } into cordova-ios and cordova-windows. How? It's been a while for me... or= does this land in cordova-js? * integrate plugin's {{src/ios/*}} into cordova-ios * add an (and cordovaDependencies ?) constraint to plugin, capping= cordova-ios and cordova-windows support Over and above the actual migration of the code into platform repos, we nee= d to do the following: 1. Update README.md to reflect maintenance status: =E2=80=93 Direct users to file bugs/prs to the platforms that integrate the= plugin 2. Close out any PRs and issues 3. Deprecate the component from JIRA=20 4. Highlight in release notes and announcement blog posts about upgrade pat= h: =E2=80=93 potential conflicts in old cordova projects that explicitly added= the integrated plugin =E2=80=93 how to turn the integrated plugin off via feature tag tweaking in= config.xml 5. cordova-docs need updating: * should show how to turn the integrated plugin off via feature tag tweakin= g in config.xml 6. bump version, do a final release, and npm deprecate the plugin We might want to split this all up into subtasks. > Integrate cordova-plugin-console > -------------------------------- > > Key: CB-13147 > URL: https://issues.apache.org/jira/browse/CB-13147 > Project: Apache Cordova > Issue Type: Task > Components: cordova-plugin-console > Reporter: Filip Maj > Labels: plugins-next > > Looks like the main work to be done here is for cordova-ios and cordova-w= indows. There are also ubuntu, wp7, wp8 and win8 platform implementations i= n this plugin, but these are all deprecated platforms, so I would ignore th= ose. I believe next integration/implementation steps are: > * integrate the plugin's {{www/logger.js}} and {{www/console-via-logger.j= s}} into cordova-ios and cordova-windows. How? It's been a while for me... = or does this land in cordova-js? > * integrate plugin's {{src/ios/*}} into cordova-ios > * add an (and cordovaDependencies ?) constraint to plugin, cappi= ng cordova-ios and cordova-windows support > Over and above the actual migration of the code into platform repos, we n= eed to do the following: > 1. Update README.md to reflect maintenance status: > =E2=80=93 Direct users to file bugs/prs to the platforms that integrate t= he plugin > 2. Close out any PRs and issues > 3. Deprecate the component from JIRA=20 > 4. Highlight in release notes and announcement blog posts about upgrade p= ath: > =E2=80=93 potential conflicts in old cordova projects that explicitly add= ed the integrated plugin > =E2=80=93 how to turn the integrated plugin off via feature tag tweaking = in config.xml > 5. cordova-docs need updating: > * should show how to turn the integrated plugin off via feature tag tweak= ing in config.xml > * https://cordova.apache.org/docs/en/latest/platform_plugin_versioning_re= f/index.html#saving-plugins should not use cordova-plugin-console as exampl= e > 6. bump version, do a final release, and npm deprecate the plugin > We might want to split this all up into subtasks. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org