Changes between Version 61 and Version 62 of MasterTicketsPlugin


Ignore:
Timestamp:
May 1, 2020, 8:40:50 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

Revise supported versions. Remove dead link.

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v61 v62  
    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 (no longer maintained), Trac 0.12 and Trac 1.0. See also DepgraphSidebarPlugin.
     11This plugin works on Trac 0.11 and 1.2 (no longer maintained), and Trac 1.0+. See also DepgraphSidebarPlugin.
    1212
    1313[[Image(TracTicketDepgraphPlugin:TracTicketDepgraphPlugin-Screenshot.jpg, 80%, border=2)]]
     
    4949Download the latest revision from [export:masterticketsplugin here].
    5050
    51 There is an [http://dl.dropbox.com/u/4213259/deb/trac-mastertickets_3.0.2%2Brb8715f528a-0.1_all.deb unofficial Debian package].
    52 To rebuild this package from scratch you need the
    53 [http://dl.dropbox.com/u/4213259/deb/trac-mastertickets_3.0.2%2Brb8715f528a-0.1.debian.tar.gz package source]
    54 which extracts the revision {{{b8715f528a}}} from github.
    55 
    5651The plugin is also available on [pypi:TracMasterTickets PyPi].
    5752
     
    6257== Installation
    6358
    64 The easiest way to install this plugin is by using `easy_install`:
     59The easiest way to install this plugin is by using `pip`:
    6560{{{#!sh
    6661pip install svn+https://trac-hacks.org/svn/masterticketsplugin/trunk/