Changes between Version 63 and Version 64 of MasterTicketsPlugin


Ignore:
Timestamp:
Mar 25, 2022, 8:24:39 AM (2 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v63 v64  
    99This plugin adds "blocks" and "blocked by" fields to each ticket, enabling you to express dependencies between tickets. It also provides a graphviz-based dependency-graph feature for those tickets having dependencies specified, allowing you to visually understand the dependency tree. The dependency graph is viewable by clicking 'depgraph' in the context (in the upper right corner) menu when viewing a ticket that blocks or is blocked by another ticket.
    1010
    11 This plugin works on Trac 0.11 and 0.12 (no longer maintained), and Trac 1.0+. See also DepgraphSidebarPlugin.
     11This plugin works on Trac 1.0+. The plugin also works on Trac 0.11 and 0.12, bu is no longer maintained. See also DepgraphSidebarPlugin.
    1212
    1313[[Image(TracTicketDepgraphPlugin:TracTicketDepgraphPlugin-Screenshot.jpg, 80%, border=2)]]
     
    3333Make sure you add the custom fields as shown below.
    3434
    35 You need to install graphviz to use the dependency graphs. You do not need the GraphvizPlugin or anything else beyond the dot binary.
     35To use the dependency graphs you need to install [https://graphviz.org/ Graphviz] (released under Common Public License), and which can be installed from [pypi:graphviz/ PyPi]. You do not need the GraphvizPlugin or anything else beyond the dot binary.
    3636
    3737== Bugs/Feature Requests
     
    5757== Installation
    5858
    59 The easiest way to install this plugin is by using `pip`:
     59The easiest way to install this plugin is by using `pip install`:
    6060{{{#!sh
    61 pip install svn+https://trac-hacks.org/svn/masterticketsplugin/trunk/
     61$ pip install svn+https://trac-hacks.org/svn/masterticketsplugin/trunk/
    6262}}}
    6363