Known (Confirmed) Issues

Priority Enhancements

News

  • The 0.10 branch for this plugin is no longer supported, but I'll apply patches if they are provided. Future development will not be merged into the 0.10 branch.

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.

Side note: You may also want to have a look at the TracIniAdminPanel.

Bugs/Feature Requests

Existing bugs and feature requests for IniAdminPlugin are here.

If you have any issues, create a new ticket.

Download

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

Alternatively for 0.10

sudo easy_install http://trac-hacks.org/svn/iniadminplugin/0.10

or for 0.11 and 0.12

sudo easy_install http://trac-hacks.org/svn/iniadminplugin/0.11

to install in your trac environment

cd /path/to/tracenv/plugins
ln -s /path/to/the/IniAdmin-###-py##.egg

Source

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

Installation

[components]
iniadmin.iniadmin.iniadminplugin = enabled

Screenshot

Recent Changes

[10454] by rjollos on 07/12/11 08:05:21

Show plugin's svn revision on webadmin plugin panel.

[9465] by rjollos on 11/20/10 05:41:42

Try to avoid auto-fill of user's password into the database string field. Patch by martin_s. Fixes #4891.

[8899] by rjollos on 09/16/10 12:49:25

Support ListOptions that have a list as a default value. Fixes #7686.

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

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

Author/Contributors

Author: athomas
Maintainer: rjollos
Contributors: martin_s (patch in #7686)

Attachments