Edit all trac.ini options via the WebAdminPlugin

Description

This plugin uses the new configuration option API in Trac 0.10 to allow modification of any field exposed through this mechanism.

This currently includes all core Trac settings, and although no plugins are taking advantage of this yet, I'm sure it will only be a matter of time :)

Note: Many Trac options require a restart of the server process, so your changes may not take effect until that is done.

Bugs/Feature Requests

Existing bugs and feature requests for IniAdminPlugin are here.

If you have any issues, create a new ticket.

To enable in trac.ini

[components]
iniadmin.iniadmin.iniadminplugin = enabled

Download

Download the zipped source for 0.10 from here or for 0.11 from here.

Source

You can check out IniAdminPlugin from here using Subversion, or browse the source with Trac.

Screenshot

Recent Changes

[3915] by athomas on 06/29/08 07:36:55

Added patch from gjo that adds INI options to block editing of some options and treat some options as passwords.

[3024] by athomas on 01/10/08 19:22:44

Fix for #2221.

[2259] by athomas on 05/23/07 02:09:23

IniAdminPlugin:

More layout tweaks + a bit of Genshi optimisation.

[2258] by athomas on 05/23/07 01:47:55

IniAdminPlugin:

Make it work in IE.

Author/Contributors

Author: athomas
Contributors:

Attachments