Changes between Initial Version and Version 1 of TracTicketDepgraphPlugin


Ignore:
Timestamp:
Sep 17, 2007, 11:23:14 AM (17 years ago)
Author:
Felix Tiede
Comment:

New hack TracTicketDepgraphPlugin, created by ftiede

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketDepgraphPlugin

    v1 v1  
     1= Ticket dependency graph Plugin =
     2
     3== Description ==
     4
     5TracTicketDepgraph integrates dependency graph functionality into trac. Tickets set to block other tickets (or being blocked by other tickets) will be shown in a directed graph clearly stating the tickets blocking other tickets.
     6
     7Depgraphs are accessible directly from within a certain ticket and can also be created by a macro from within a wiki page.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracTicketDepgraphPlugin are
     12[report:9?COMPONENT=TracTicketDepgraphPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracTicketDepgraphPlugin&owner=ftiede new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tracticketdepgraphplugin here].
     20
     21== Source ==
     22
     23You can check out TracTicketDepgraphPlugin from [http://trac-hacks.org/svn/tracticketdepgraphplugin here] using Subversion, or [source:tracticketdepgraphplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27{{{
     28[[Depgraph]]       # Produce a dependency graph for all tickets with infinite depth
     29[[Depgraph(10,5)]] # Produce a dependency graph for ticket 10 with depth 5
     30}}}
     31
     32== Recent Changes ==
     33
     34[[ChangeLog(tracticketdepgraphplugin, 3)]]
     35
     36== Author/Contributors ==
     37
     38'''Author:''' [wiki:ftiede] [[BR]]
     39'''Contributors:'''