[[PageOutline(2-5,Contents,pullout)]] [[html(
)]] '''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. [[html(
)]] = Edit all `trac.ini` options via the WebAdminPlugin = == Description == This plugin uses the new configuration option API in Trac [wiki: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 [TracIniAdminPanelPlugin TracIniAdminPanel]. == Bugs/Feature Requests == Existing bugs and feature requests for IniAdminPlugin are [report:9?COMPONENT=IniAdminPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=IniAdminPlugin&owner=rjollos new ticket]. == Download == Download the zipped source for 0.10 from [download:iniadminplugin/0.10 here] or for 0.11 from [download:iniadminplugin/0.11 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 [http://trac-hacks.org/svn/iniadminplugin here] using Subversion, or [source:iniadminplugin browse the source] with Trac. == Installation == {{{ [components] iniadmin.iniadmin.iniadminplugin = enabled }}} == Screenshot == [[Image(iniadmin.png)]] == Recent Changes == [[ChangeLog(iniadminplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:athomas] [[BR]] '''Maintainer:''' rjollos, jun66j5 [[BR]] '''Contributors:''' martin_s