wiki:IniAdminPlugin

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, it will only be a matter of time.

Notes:

  • Many Trac options require a restart of the server process, so your changes may not take effect until that is done.
  • 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.

defect

16 / 16

enhancement

7 / 11

task

2 / 3

Download

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

Source

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

Installation

For Trac 0.10:

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

or for Trac 0.11 and later:

pip install svn+https://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

After adding the plugin to your plugins directory, enable it by adding the following in your trac.ini file:

[components]
iniadmin.* = enabled

Recent Changes

18548 by jun66j5 on 2023-06-08 10:59:22
IniAdminPlugin: enable universal of bdist_wheel and add classifiers
18507 by jun66j5 on 2023-02-23 07:20:58
IniAdminPlugin: make compatible with Trac 1.5 and Python 3, and bump up the version to 0.6
17525 by jun66j5 on 2019-09-25 18:40:08
IniAdminPlugin: fix being not checked for BoolOption when the option is not true neither false
(more)

Author/Contributors

Author: athomas
Maintainer: Jun Omae
Contributors: martin_s

Last modified 13 months ago Last modified on Feb 23, 2023, 7:22:31 AM

Attachments (2)

Download all attachments as: .zip