Changes between Version 7 and Version 8 of TicketRelationsPlugin


Ignore:
Timestamp:
Jun 15, 2015, 7:08:38 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • TicketRelationsPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = !TicketRelations =
     3= Define dependency relations between tickets
    44
    5 == Description ==
     5== Description
    66
    7 {{{
    8 #!NewsFlash
    9 This plugin is hosted on
    10 [https://github.com/leihog/TracTicketRelations github]
    11 }}}
     7This plugin enables you to define dependency relations between tickets. !TicketRelations is based on [MasterTicketsPlugin mastertickets] by Noah Kantrowitz but removes the extra fluff (graphs) that came with mastertickets.
     8The concept is the same, in that you define ticket relations using the custom ticket fields ''blocking'' and ''blocked by''.
     9!TicketRelations is made for and tested on Trac 0.12. Not tested on older versions.
    1210
    13 The !TicketRelations plugin enables you to define dependency relations between tickets.
    14 !TicketRelations is based on [MasterTicketsPlugin mastertickets] by Noah Kantrowitz but removes the extra fluff (graphs) that came with mastertickets.
    15 The concept is the same, in that you define ticket relations using the custom ticket fields ''blocking'' and ''blocked by''.
    16 !TicketRelations is made for and tested on Trac 0.12. I have no idea if it works on older versions.
    17 
    18 == Download ==
     11== Download
    1912
    2013Download the code as [https://github.com/leihog/TracTicketRelations/zipball/master a zip]
    21 or checkout the source from [https://github.com/leihog/TracTicketRelations github]
     14or checkout the source from [https://github.com/leihog/TracTicketRelations github].
    2215
    23 == Installation and configuration ==
     16== Installation and configuration
    2417
    25 To enable !TicketRelations, add the following to trac.ini:
    26 {{{
    27 #!ini
     18To enable !TicketRelations, add the following to your `trac.ini` file:
     19{{{#!ini
    2820[components]
    2921ticketrelations.* = enabled
     
    3628}}}
    3729
     30== Bugs/Feature Requests
    3831
    39 == Bugs/Feature Requests ==
     32Find existing requests and issues on [https://github.com/leihog/TracTicketRelations/issues github] or [report:9?COMPONENT=TicketRelationsPlugin trac-hacks].
    4033
    41 I prefer if you use githubs issue tracker!
    42 
    43 Find existing requests and issues on [https://github.com/leihog/TracTicketRelations/issues github] or [report:9?COMPONENT=TicketRelationsPlugin trac-hacks]
    44 
    45 
    46 To add a new one go to: [https://github.com/leihog/TracTicketRelations/issues/new github]
     34To add a new one go to: [https://github.com/leihog/TracTicketRelations/issues/new github],
    4735or
    4836[http://trac-hacks.org/newticket?component=TicketRelationsPlugin&owner=leihog trac-hacks].
    4937
    50 
    51 
    52 == Author/Contributors ==
     38== Author/Contributors
    5339
    5440'''Author:''' [wiki:leihog] [[BR]]
    55 '''Maintainer:''' [wiki:leihog] [[BR]]
     41'''Maintainer:''' [[Maintainer]] [[BR]]
    5642'''Contributors:'''