Opened 12 years ago

Closed 12 years ago

#466 closed enhancement (fixed)

Make it easy to temporarily disable a plug-in

Reported by: Aleksej Owned by: Will Kahn-Greene
Priority: minor Milestone:
Component: programming Keywords: plug-ins, ini, configuration
Cc: Will Kahn-Greene Parent Tickets:

Description (last modified by Christopher Allan Webber)

It should be easy to disable a plug-in without uninstalling it.

<paroneayea> plugins are configured currently via sections
<paroneayea> it's something like
<paroneayea> [plugins]
<paroneayea> [[mediagoblin.plugins.flatpages]]
<paroneayea> herp = derp
<paroneayea> I think
<paroneayea> and "configuring" a section turns that plugin on.

An idea on how to disable a plug-in without removing or commenting a whole section out line by line: add a “-” —

[[-mediagoblin.plugins.flatpages]]

Change History (6)

comment:1 by Christopher Allan Webber, 12 years ago

Description: modified (diff)

comment:2 by Christopher Allan Webber, 12 years ago

Description: modified (diff)

comment:3 by Christopher Allan Webber, 12 years ago

Description: modified (diff)

comment:4 by Will Kahn-Greene, 12 years ago

Owner: set to Will Kahn-Greene
Status: newassigned

I'll work on this once issue #401 lands.

comment:5 by Will Kahn-Greene, 12 years ago

comment:6 by Will Kahn-Greene, 12 years ago

Resolution: fixed
Status: assignedclosed

Implemented, landed, marking as closed.

Note: See TracTickets for help on using tickets.