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 7D6D2113F8 for ; Tue, 22 Jul 2014 13:37:39 +0000 (UTC) Received: (qmail 57051 invoked by uid 500); 22 Jul 2014 13:37:39 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 57026 invoked by uid 500); 22 Jul 2014 13:37:39 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 56909 invoked by uid 99); 22 Jul 2014 13:37:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 13:37:39 +0000 Date: Tue, 22 Jul 2014 13:37:39 +0000 (UTC) From: "Andrew Grieve (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7142) Support for restoring plugin "preferences" in "restore" CLI command 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-7142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14070258#comment-14070258 ] Andrew Grieve commented on CB-7142: ----------------------------------- Ah, interesting. Didn't know plugin.xml uses it. Still, it'll add a bit of trickiness. E.g. `ConfigParser.getPreference()` will need to change to not consider nested preferences. Also, the config merging done by prepare: https://github.com/motorro/cordova-lib/blob/maintain-plugin-preferencies/cordova-lib/src/cordova/prepare.js#L133 should be changed to not merge in the nested `` tags (really - it shouldn't merge in the tags either) Might just be simpler to not use ``. We could even look at deprecating that term in plugin.xml and changing it to ``, since that's how we refer to this feature in our docs. > Support for restoring plugin "preferences" in "restore" CLI command > ------------------------------------------------------------------- > > Key: CB-7142 > URL: https://issues.apache.org/jira/browse/CB-7142 > Project: Apache Cordova > Issue Type: Improvement > Components: CLI, Plugman > Affects Versions: 3.5.0 > Reporter: Nikolai Kotchetkov > Labels: features > Original Estimate: 168h > Remaining Estimate: 168h > > Thanks for great improvement having the plugin list in config.xml! > However it will be great if "preferences" passed to plugman as variables could be saved there to. > Like: > {noformat} > > > > > > {noformat} > I've made a rather simple fix for that in [this commit|https://github.com/motorro/cordova-lib/commit/4c5765404ed8714a5ea0f8d5e026d3280335405d] > The code also has a feature of setting and using a plugin URL to install. > Two more things required: > # To be able to specify preferences per plugin to avoid possible name conflict - that involves installing plugins one-by-one rather than in batch as far as I understand the 'plugin("add")' > # Add support to reinstalling plugins with respect to preferences on platform add - did not dig the code yet. > It would be nice if someone comment on the issue - am I right or missing something already done. Also I can fullfill the requirement myself and issue a pull request if the feature seems handy. -- This message was sent by Atlassian JIRA (v6.2#6252)