Changes between Initial Version and Version 1 of TracTicketReferencePlugin


Ignore:
Timestamp:
Jan 15, 2012, 3:14:33 AM (12 years ago)
Author:
Tetsuya Morimoto
Comment:

New hack TracTicketReferencePlugin, created by t2y

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketReferencePlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Add support for simple ticket cross-reference to Trac =
     4
     5== Description ==
     6
     7Note: TracTicketReferencePlugin requires Trac 0.12 or higher.
     8
     9=== What is it? ===
     10
     11This plugin adds "Relationships" fields to each ticket, enabling you
     12to express cross-reference between tickets.
     13
     14== Configuration ==
     15
     16To enable the plugin
     17
     18{{{
     19[components]
     20ticketref.* = enabled
     21
     22[ticket-custom]
     23ticketref = text
     24ticketref.label = Relationships
     25}}}
     26
     27=== Custom fields ===
     28
     29While the field names must be "ticketref", you are free to use any
     30text for the field labels.
     31
     32== Acknowledgment ==
     33
     34This plugin was inspired by [http://trac-hacks.org/wiki/MasterTicketsPlugin MasterTicketsPlugin]
     35
     36== Bugs/Feature Requests ==
     37
     38Existing bugs and feature requests for TracTicketReferencePlugin are
     39[report:9?COMPONENT=TracTicketReferencePlugin here].
     40
     41If you have any issues, create a
     42[http://trac-hacks.org/newticket?component=TracTicketReferencePlugin&owner=t2y new ticket].
     43
     44== Download ==
     45
     46Download the zipped source from [download:tracticketreferenceplugin here].
     47
     48== Source ==
     49
     50You can check out TracTicketReferencePlugin from [http://trac-hacks.org/svn/tracticketreferenceplugin here] using Subversion, or [source:tracticketreferenceplugin browse the source] with Trac.
     51
     52== Example ==
     53
     54example
     55
     56== Recent Changes ==
     57
     58[[ChangeLog(tracticketreferenceplugin, 3)]]
     59
     60== Author/Contributors ==
     61
     62'''Author:''' [wiki:t2y] [[BR]]
     63'''Maintainer:''' [wiki:t2y] [[BR]]
     64'''Contributors:'''