Changes between Version 3 and Version 4 of ChildTicketsPlugin


Ignore:
Timestamp:
Apr 19, 2010, 7:18:07 PM (14 years ago)
Author:
Mark Ryan
Comment:

Added update as I see I am not the first to commit such a plugin.

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketsPlugin

    v3 v4  
    22
    33= Support for pseudo child-tickets and a visual reference to these within a parent ticket. =
     4
     5  '''''NOTE @ 19/04/2010:''' I have just been looking through the proposals for future support of Parent/Child tickets in trac core ([http://trac.edgewall.org/wiki/SubTickets SubTickets]) and want to point out that this plugin proved useful for my old dev team (and _old_ firm) but I've not tried to provide any kind of resolution for [trac:ticket:31] nor [trac:ticket:886]. From one of the last comments on [trac:ticket:886] I see that itota has also recently published a very similar plugin, SubticketsPlugin. I plan to collect the features of this plugin and raise them as new issues/features for itota's SubticketsPlugin - it makes little sense to have more than one plugin doing the same job (and I quite like itota's simpler child-ticket list in the parent ticket.)''
    46
    57== Description ==
     
    1113This plugin modifies the ticket description box and adds a child ticket listing table and a 'create' button for adding new child tickets. It has the following features:
    1214
    13  * It is possible to control in trac.ini the following aspects of child-ticket creation/viewing:
    14    * allow/disallow child-tickets for a certain type of ticket
    15    * to define the table headers displayed in the parent ticket
    16    * to define a default for the child type to be created
    17    * to restrict the type of child-ticket
    18    * to define whether the parent milestone is adopted by child tickets or not
     15It is possible to control in trac.ini the following aspects of child-ticket creation/viewing:
     16 * allow/disallow child-tickets for a certain type of ticket
     17 * to define the table headers displayed in the parent ticket
     18 * to define a default for the child type to be created
     19 * to restrict the type of child-ticket
     20 * to define whether the parent milestone is adopted by child tickets or not
    1921
    2022Under Trac 0.10 I had to modify the ticket.html templates to get this working in any 'pretty' sense so I have not provided support for 0.10. As of 0.11, the ITemplateStreamFilter allows this to be incorporated nicely into a neat plugin. I have not tried it with 0.12 yet.