Changes between Version 41 and Version 42 of MasterTicketsPlugin


Ignore:
Timestamp:
Oct 9, 2014, 1:49:56 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

New style markup and remove explicit owner from New Ticket link.

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v41 v42  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Add support for ticket dependencies to Trac =
     2= Add support for ticket dependencies to Trac
    33
    4 == Description ==
     4== Description
    55
    6 === What is it? ===
     6=== What is it?
    77
    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.
     
    1919 1. ticket statuses explanation (lower left corner).
    2020
    21 === What is it not? ===
     21=== What is it not?
    2222
    2323 * It does not provide ticket-hiding for sub-tasks of a top-level ticket. 
     
    3535You need to install graphviz to use the dependency graphs. You do not need the GraphvizPlugin or anything else beyond the dot binary.
    3636
    37 == Bugs/Feature Requests ==
     37== Bugs/Feature Requests
    3838
    3939Existing bugs and feature requests for MasterTicketsPlugin are
     
    4141
    4242If you have any issues, create a
    43 [http://trac-hacks.org/newticket?component=MasterTicketsPlugin&owner=rjollos new ticket].
     43[http://trac-hacks.org/newticket?component=MasterTicketsPlugin new ticket].
    4444
    45 == Installation ==
     45== Installation
    4646
    47 {{{
     47{{{#!sh
    4848easy_install http://trac-hacks.org/svn/masterticketsplugin/trunk/
    4949}}}
    5050
    51 == Download ==
     51== Download
    5252
    5353Download the latest revision from [download:masterticketsplugin here].
     
    5858which extracts the revision {{{b8715f528a}}} from github.
    5959
    60 == Source ==
     60== Source
    6161
    6262You can check out MasterTicketsPlugin from [http://trac-hacks.org/svn/masterticketsplugin here] using Subversion, or [source:masterticketsplugin browse the source] with Trac.
    6363
    6464
    65 == Configuration ==
     65== Configuration
    6666
    6767To enable, add to trac.ini:
    68 {{{
    69 #!ini
     68{{{#!ini
    7069[components]
    7170mastertickets.* = enabled
     
    8483
    8584To configure the plugin to use a graphviz/dot installation that is at another location:
    86 {{{
    87 #!ini
     85{{{#!ini
    8886[mastertickets]
    8987dot_path=/opt/local/bin/dot
    9088}}}
    9189
    92 === Upgrade your installation ===
     90=== Upgrade your installation
    9391
    9492After installing or enabling this plugin, trac will claim that it needs to be upgraded; this is because the plugin adds a new table to the database.
    9593So run:
    96 {{{
    97 #!sh
     94{{{#!sh
    9895trac-admin /path/to/env upgrade
    9996}}}
    10097
    101 == Known acceptable database versions ==
     98== Known acceptable database versions
    10299
    103100Sometimes trac and/or plugins run into trouble with newer database versions because they are fussier about error checking.  Therefore this section lists versions that are known to work.
     
    105102 * 3.0.4: postgresql 8.4, trac 1.0.1, python 2.7
    106103
    107 == Recent Changes ==
     104== Recent Changes
    108105
    109106[[ChangeLog(masterticketsplugin, 3)]]
    110107
    111 == Author/Contributors ==
     108== Author/Contributors
    112109
    113110'''Author:''' [wiki:coderanger] [[BR]]
    114 '''Maintainer:''' [wiki:rjollos] [[BR]]
     111'''Maintainer:''' [[Maintainer]] [[BR]]
    115112'''Contributors:''' [wiki:mitar]