Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#1889 closed enhancement (fixed)

Allow extensions to be installed in disabled state

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.4
Component: core Version:
Keywords: Cc:

Description

This should not be too difficult to implement. The <about> tag in an extension has support for setting any attributes. We could check if disabled="1" has been set and if the extension is new, we set it to disabled.

Change History (2)

comment:1 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

(In [6595]) Fixes #1889: Allow extensions to be installed in disabled state

comment:2 by Nicklas Nordborg, 9 years ago

(In [6602]) References #1889: Allow extensions to be installed in disabled state

Existing extensions was not properly detected, resulting in updated extensions was installed as new and the "disabled" state was reset.

Note: See TracTickets for help on using tickets.