Changes between Initial Version and Version 1 of MasterTicketsPlugin


Ignore:
Timestamp:
Feb 22, 2007, 5:28:34 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

New hack MasterTicketsPlugin, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • MasterTicketsPlugin

    v1 v1  
     1= Add support for ticket dependencies to Trac =
     2
     3== Description ==
     4
     5Just 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.
     6
     7Make sure you add the custom field below.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for MasterTicketsPlugin are
     12[report:9?COMPONENT=MasterTicketsPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=MasterTicketsPlugin&owner=coderanger new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:masterticketsplugin here].
     20
     21== Source ==
     22
     23You can check out MasterTicketsPlugin from [http://trac-hacks.org/svn/masterticketsplugin here] using Subversion, or [source:masterticketsplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27To enable:
     28{{{
     29[components]
     30mastertickets.* = enabled
     31
     32[ticket-custom]
     33blocking = text
     34blocking.label = Blocking
     35}}}
     36
     37== Recent Changes ==
     38
     39[[ChangeLog(masterticketsplugin, 3)]]
     40
     41== Author/Contributors ==
     42
     43'''Author:''' [wiki:coderanger] [[BR]]
     44'''Contributors:'''