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 )
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 , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
comment:3 by , 12 years ago
Description: | modified (diff) |
---|
comment:4 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:5 by , 12 years ago
I implemented this in the same branch as the last bits of issue #401:
https://gitorious.org/~willkg/mediagoblin/willkg-mediagoblin/commits/plugins-infrastructure-rewrite
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Implemented, landed, marking as closed.
I'll work on this once issue #401 lands.