Changes between Initial Version and Version 1 of TicketRelationsPlugin


Ignore:
Timestamp:
Oct 13, 2011, 7:09:22 PM (13 years ago)
Author:
Leif Högberg
Comment:

New hack TicketRelationsPlugin, created by leihog

Legend:

Unmodified
Added
Removed
Modified
  • TicketRelationsPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= TicketRelations =
     4
     5== Description ==
     6
     7The TicketRelations plugin enables you to define dependency relations between tickets.
     8
     9TicketRelations is based on mastertickets by Noah Kantrowitz but removes the extra fluff (graphs) that came with mastertickets.
     10
     11The concept is the same, in that you define ticket relations using the custom ticket fields "blocking" and "blocked by".
     12
     13
     14TicketRelations is made for and tested on Trac 0.12. I have no idea if it works on older versions.
     15
     16
     17== Download ==
     18
     19This plugin is hosted on github!
     20Download from: https://github.com/leihog/TracTicketRelations
     21
     22== Installation and configuration ==
     23
     24To enable TicketRelations, add the following to trac.ini:
     25{{{
     26[components]
     27ticketrelations.* = enabled
     28
     29[ticket-custom]
     30blocking = text
     31blocking.label = Blocking
     32blockedby = text
     33blockedby.label = Blocked By
     34}}}
     35
     36
     37== Bugs/Feature Requests ==
     38
     39Existing bugs and feature requests for TicketRelationsPlugin are
     40[report:9?COMPONENT=TicketRelationsPlugin here].
     41
     42If you have any issues, create a
     43[http://trac-hacks.org/newticket?component=TicketRelationsPlugin&owner=leihog new ticket].
     44
     45== Download ==
     46
     47Download the zipped source from [download:ticketrelationsplugin here].
     48
     49== Source ==
     50
     51You can check out TicketRelationsPlugin from [http://trac-hacks.org/svn/ticketrelationsplugin here] using Subversion, or [source:ticketrelationsplugin browse the source] with Trac.
     52
     53== Example ==
     54
     55n/a
     56
     57== Recent Changes ==
     58
     59[[ChangeLog(ticketrelationsplugin, 3)]]
     60
     61== Author/Contributors ==
     62
     63'''Author:''' [wiki:leihog] [[BR]]
     64'''Maintainer:''' [wiki:leihog] [[BR]]
     65'''Contributors:'''