Changes between Version 28 and Version 29 of IniAdminPlugin

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
08/09/12 15:20:36 (10 months ago)
Comment:

Removed news. Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • IniAdminPlugin

    v28 v29  
    11[[PageOutline(2-5,Contents,pullout)]] 
    2  
    3 [[html(<div id="newsflash" style="clear:right">)]] 
    4 '''Known (Confirmed) Issues''' 
    5  
    6 '''Priority Enhancements''' 
    7  
    8 '''News''' 
    9  * 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. 
    10  
    11 [[html(</div>)]] 
    122 
    133= Edit all `trac.ini` options via the WebAdminPlugin = 
    3727Alternatively for 0.10 
    3828{{{ 
     29#!sh 
    3930sudo easy_install http://trac-hacks.org/svn/iniadminplugin/0.10 
    4031}}} 
    4233or for 0.11, 0.12 and 1.0 
    4334{{{ 
     35#!sh 
    4436sudo easy_install http://trac-hacks.org/svn/iniadminplugin/0.11 
    4537}}} 
    4840 
    4941{{{ 
     42#!sh 
    5043cd /path/to/tracenv/plugins 
    5144ln -s /path/to/the/IniAdmin-###-py##.egg 
    5952 
    6053{{{ 
     54#!ini 
    6155[components] 
    6256iniadmin.* = enabled