Changes between Version 15 and Version 16 of MasterTicketsPlugin


Ignore:
Timestamp:
Mar 2, 2009, 11:59:58 PM (15 years ago)
Author:
Greg Troxel
Comment:

merge example and configuration and explain why an upgrade is needed

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v15 v16  
    5656You can check out MasterTicketsPlugin from [http://trac-hacks.org/svn/masterticketsplugin here] using Subversion, or [source:masterticketsplugin browse the source] with Trac.
    5757
    58 == Example ==
     58== Configuration ==
    5959
    60 To enable:
     60This section only addresses the 0.11 version.
     61
     62To enable, add to trac.ini:
    6163{{{
    6264[components]
     
    7072}}}
    7173
    72 '''NOTE''' I had to upgrade the Trac environment after enabling this plugin
    73 {{{
    74 trac-admin /path/to/env upgrade
    75 }}}
    76 
    77 == Configuration ==
    78 === For the 0.11 version ===
    7974Under the '''mastertickets''' section the following options are available:
    8075 * dot_path (default='dot'): Path to the dot executable
     
    8883}}}
    8984
     85=== Upgrade your installation ===
     86
     87After installing or enabling this plugin, trac will claim that it needs to be upgraded; this is because the plugin adds a new table to the database.
     88So run:
     89{{{
     90trac-admin /path/to/env upgrade
     91}}}
     92
    9093== Recent Changes ==
    9194