Changes between Version 29 and Version 30 of MasterTicketsPlugin


Ignore:
Timestamp:
Oct 5, 2012, 10:47:04 PM (12 years ago)
Author:
Ryan J Ollos
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}}}