Changes between Version 29 and Version 30 of MasterTicketsPlugin

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
10/06/12 00:47:04 (8 months ago)
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v29 v30  
    6868To enable, add to trac.ini: 
    6969{{{ 
     70#!ini 
    7071[components] 
    7172mastertickets.* = enabled 
    8586To configure the plugin to use a graphviz/dot installation that is at another location: 
    8687{{{ 
     88#!ini 
    8789[mastertickets] 
    8890dot_path=/opt/local/bin/dot 
    9496So run: 
    9597{{{ 
     98#!sh 
    9699trac-admin /path/to/env upgrade 
    97100}}}