Changes between Version 26 and Version 27 of MasterTicketsPlugin


Ignore:
Timestamp:
Dec 23, 2010, 7:45:42 PM (13 years ago)
Author:
Noah Kantrowitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v26 v27  
    88This 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.
    99
    10 This plugin works well on Trac 0.11 and Trac 0.12.
     10This plugin works on Trac 0.11 and Trac 0.12.
    1111
    1212[[Image(http://trac-hacks.org/attachment/wiki/TracTicketDepgraphPlugin/TracTicketDepgraphPlugin-Screenshot.jpg?format=raw, right, 50%)]]
     
    2121=== What is it not? ===
    2222
    23  * It is NOT a plugin for Trac 0.10, as explained below.
    24 
    2523 * It does not provide ticket-hiding for sub-tasks of a top-level ticket. 
    2624   * There is no parent/child relationship possible
     
    3331 * It does not include reporting features to show how tasks are interrelated (other than the dependency graph already described above). 
    3432
    35 '''NOTE''': The 0.10 version of this plugin suffers from many systemic design flaws. The 0.11
    36 version has been re-written from the ground up to avoid these, however I do not currently
    37 have the time to invest in a backport. Please do not file tickets against the 0.10 version, as I
    38 will close all of them as `wontfix`.
    39 
    40 '''NOTE 2'''
    41 The 0.11 version requires a [http://genshi.edgewall.org/wiki/Download version of Genshi] >=0.5 and <0.6.
    42 
    43 '''NOTE 3'''
    44 People seem to be misunderstanding this, so I will repeat it. '''DO NOT USE THE 0.10 VERSION, IT IS BROKEN'''.
    45 
    46 '''NOTE 4'''
    47 Version >= 3.x of this plugin is maintained / has a repository at http://github.com/coderanger/trac-mastertickets. Requires Trac >= 0.12.
     33'''NOTE'''
     34This plugin is now hosted at [https://github.com/coderanger/trac-mastertickets GitHub].
    4835
    4936Just put the ticket numbers that a given ticket is blocking in the `Blocking` field. Enter just the number, no leading `#`. Separate multiple numbers with commas.
     
    6350== Download ==
    6451
    65 Download the zipped source for [http://trac-hacks.org/changeset/8495/masterticketsplugin/0.11?old_path=%2F&format=zip Trac 0.11]
    66 Download the zipped source for [http://github.com/coderanger/trac-mastertickets/archives/master Trac 0.12].
     52Download the zipped source for [https://github.com/coderanger/trac-mastertickets/zipball/trac-0.11 Trac 0.11]
     53Download the zipped source for [https://github.com/coderanger/trac-mastertickets/archives/master Trac 0.12].
    6754
    6855== Source ==
    6956
    70 You can check out MasterTicketsPlugin from [git://github.com/coderanger/trac-mastertickets.git here] using git, or [http://github.com/coderanger/trac-mastertickets browse the source].
     57You can check out MasterTicketsPlugin from [git://github.com/coderanger/trac-mastertickets.git here] using git, or [https://github.com/coderanger/trac-mastertickets browse the source].
    7158
    7259== Configuration ==