Changes between Version 53 and Version 54 of MasterTicketsPlugin


Ignore:
Timestamp:
Sep 16, 2016, 10:46:07 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v53 v54  
    1515This plugin works on Trac 0.11 (no longer maintained), Trac 0.12 and Trac 1.0.
    1616
    17 [[Image(wiki:TracTicketDepgraphPlugin:TracTicketDepgraphPlugin-Screenshot.jpg, right, 50%)]]
     17[[Image(wiki:TracTicketDepgraphPlugin:TracTicketDepgraphPlugin-Screenshot.jpg, 80%, border=2)]]
    1818
    19 Shown on screen shot:
     19Shown in the image above is the following:
    2020
    21  1. "Depgraph" link at ticket !#62 (on middle top, yellow bullet).
     21 1. "Depgraph" link at ticket !#62 on middle top, yellow bullet.
    2222 1. `Blocks` and `blocked by` extra fields at ticket !#62.
    23  1. graphical representation and deeper relation to other tickets (on right).
    24  1. ticket statuses explanation (lower left corner).
     23 1. graphical representation and deeper relation to other tickets on the right.
     24 1. ticket statuses explanation in the lower left corner.
    2525
    2626=== What is it not?
    2727
    2828 * It does not provide ticket-hiding for sub-tasks of a top-level ticket. 
    29    * There is no parent/child relationship possible (though this is now on the roadmap for an upcoming release, see #10964).
     29   * There is no parent/child relationship possible, though this is now on the roadmap for an upcoming release, see #10964.
    3030   * You cannot view the descriptions of tickets depending on the current ticket.
    3131   * In fact, there are no explicit features that can assist you with sub-task management.
    3232 * It does not allow you to create a dependent ticket from the current ticket
    33  * It does not include reporting features to show how tasks are interrelated (other than the dependency graph already described above)
     33 * It does not include reporting features to show how tasks are interrelated, other than the dependency graph already described above
    3434
    3535Just 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.
     
    8585}}}
    8686
    87 Under the '''mastertickets''' section the following options are available:
     87Under the '''mastertickets''' section of the `trac.ini` file the following options are available:
    8888 * `dot_path`: Path to the dot executable, default = 'dot'.
    8989 * `gs_path`: Path to the ghostscript executable, default = 'gs'.
     
    9898=== Upgrade your installation
    9999
    100 After 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. So therefore run the following:
     100After installing or enabling this plugin, a new table is added to the database and Trac will need to be upgraded. Therefore run the following:
    101101{{{#!sh
    102102trac-admin /path/to/env upgrade