Changes between Version 1 and Version 2 of TracTicketDepgraphPlugin


Ignore:
Timestamp:
Sep 17, 2007, 11:31:19 AM (17 years ago)
Author:
Felix Tiede
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketDepgraphPlugin

    v1 v2  
    33== Description ==
    44
    5 TracTicketDepgraph integrates dependency graph functionality into trac. Tickets set to block other tickets (or being blocked by other tickets) will be shown in a directed graph clearly stating the tickets blocking other tickets.
     5TracTicketDepgraphPlugin integrates dependency graph functionality into trac. Tickets set to block other tickets (or being blocked by other tickets) will be shown in a directed graph clearly stating the tickets blocking other tickets.
    66
    77Depgraphs are accessible directly from within a certain ticket and can also be created by a macro from within a wiki page.
     
    2323You can check out TracTicketDepgraphPlugin from [http://trac-hacks.org/svn/tracticketdepgraphplugin here] using Subversion, or [source:tracticketdepgraphplugin browse the source] with Trac.
    2424
     25== Requirements ==
     26 * GraphvizPlugin
     27 * MasterTicketsPlugin
     28
     29If the TracTicketDepgraphPlugin is installed system wide, then you will need to enable the plugin in your trac.ini:
     30{{{
     31[components]
     32depgraph.* = enabled
     33}}}
     34
    2535== Example ==
    2636
    2737{{{
    28 [[Depgraph]]       # Produce a dependency graph for all tickets with infinite depth
    29 [[Depgraph(10,5)]] # Produce a dependency graph for ticket 10 with depth 5
     38[[DepGraph]]       # Produce a dependency graph for all tickets with infinite depth
     39[[DepGraph(10,5)]] # Produce a dependency graph for ticket 10 with depth 5
    3040}}}
    3141