Ticket #4527 (closed enhancement: invalid)
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: |
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.


