Changes between Version 28 and Version 29 of IniAdminPlugin


Ignore:
Timestamp:
Aug 9, 2012, 1:20:36 PM (12 years ago)
Author:
Ryan J Ollos
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