Ticket #4527 (closed enhancement: invalid)
Opened 5 years ago
Last modified 5 years ago
would be nice to be able to disable components of webadmin
| Reported by: | stijn@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
For our multi-project multi-user trac environment, we'd like to provide users with the ability to administer their own trac projects. However there are some configuration settings for trac that we specifically do NOT want to provide, these being the logging module and installing or disabling plugins.
For 0.10.3 I've done this by rebuilding my own .egg, after rm-ing webadmin/plugin.py and webadmin/logging.py. However I understand that for trac 0.11.x the webadmin plugin is builtin (yay!) but that means that customizing the .egg is not a viable option.
And because we really do not want to hack on the trac sources (another local package to maintain) I'd love an option in trac.ini to disable certain components of the web administration overview.
Attachments
Change History
comment:1 Changed 5 years ago by athomas
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 5 years ago by mgood
Not a big deal, but I suppose the resolution should actually be worksforme since you can already do what's described in this ticket.
comment:3 Changed 5 years ago by stijn@…
I figured this out myself before you closed the report but didn't get to marking this as invalid, sorry. Still, I did ask on IRC about this, and searched the documentation -- it might be featured more prominently on the TracPlugin? page maybe?



This is already possible.