Changes between Version 29 and Version 30 of IniAdminPlugin


Ignore:
Timestamp:
Mar 11, 2015, 11:19:39 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • IniAdminPlugin

    v29 v30  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Edit all `trac.ini` options via the WebAdminPlugin =
     3= Edit all `trac.ini` options via the WebAdminPlugin
    44
    5 == Description ==
     5== Description
    66
    77This plugin uses the new configuration option API in Trac [wiki:0.10] to allow modification of any field exposed through this mechanism.
    88
    9 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 :)
     9This currently includes all core Trac settings, and although no plugins are taking advantage of this yet, it will only be a matter of time.
    1010
    11 '''Note:''' Many Trac options require a restart of the server process, so your changes may not take effect until that is done.
     11'''Notes:'''
     12 * Many Trac options require a restart of the server process, so your changes may not take effect until that is done.
     13 * You may also want to have a look at the [TracIniAdminPanelPlugin TracIniAdminPanel].
    1214
    13 ''Side note:'' You may also want to have a look at the [TracIniAdminPanelPlugin TracIniAdminPanel].
    14 
    15 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1616
    1717Existing bugs and feature requests for IniAdminPlugin are
     
    2121[http://trac-hacks.org/newticket?component=IniAdminPlugin&owner=jun66j5&cc=rjollos new ticket].
    2222
    23 == Download ==
     23[[TicketQuery(component=IniAdminPlugin&group=type,format=progress)]]
    2424
    25 Download the zipped source for 0.10 from [download:iniadminplugin/0.10 here] or for 0.11 from [download:iniadminplugin/0.11 here].
     25== Download
    2626
    27 Alternatively for 0.10
     27Download the zipped source for Trac 0.10 from [download:iniadminplugin/0.10 here] or for Trac 0.11 from [download:iniadminplugin/0.11 here].
     28
     29Alternatively for Trac 0.10:
    2830{{{
    2931#!sh
     
    3133}}}
    3234
    33 or for 0.11, 0.12 and 1.0
     35or for Trac 0.11, 0.12 and 1.0:
    3436{{{
    3537#!sh
     
    3739}}}
    3840
    39 to install in your trac environment
    40 
     41To install in your Trac environment:
    4142{{{
    4243#!sh
     
    4546}}}
    4647
    47 == Source ==
     48== Source
    4849
    4950You can check out IniAdminPlugin from [http://trac-hacks.org/svn/iniadminplugin here] using Subversion, or [source:iniadminplugin browse the source] with Trac.
    5051
    51 == Installation ==
     52== Installation
    5253
     54After adding the plugin to your plugins directory, enable it in `trac.ini` by adding the following:
    5355{{{
    5456#!ini
     
    5759}}}
    5860
    59 == Screenshot ==
     61== Screenshot
    6062
    6163[[Image(iniadmin.png)]]
    6264
    63 == Recent Changes ==
     65== Recent Changes
    6466
    6567[[ChangeLog(iniadminplugin, 3)]]
    6668
    67 == Author/Contributors ==
     69== Author/Contributors
    6870
    6971'''Author:''' [wiki:athomas] [[BR]]
    70 '''Maintainer:''' jun66j5 [[BR]]
     72'''Maintainer:''' [[Maintainer]] [[BR]]
    7173'''Contributors:''' martin_s