diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-08-16 19:33:50 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-08-16 19:33:50 +0000 |
commit | 6d04ca1269626cb297e54063ff05abe41f451beb (patch) | |
tree | b6d50debbc8900580ce6fbc2b2abd147ac9c8c6a /www/Makefile | |
parent | dadf494e36803d0d79a58340d8489a439952207c (diff) |
Having child-tickets is extremely useful when it comes to
managing multiple releases (ie. a single 'bug-report' ticket and
a single 'bug-fix' ticket for each milestone/branch of
development), for managing sub-tasks of an issue and for managing
'bug-fixes' required when developing a new (larger) enhancement.
This 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:
It is possible to control in trac.ini the following aspects of
child-ticket creation/viewing:
allow/disallow child-tickets for a certain type of ticket
to define the table headers displayed in the parent ticket
to define a default for the child type to be created
restrict the type of child-tickets
to define which fields are inherited by child-tickets
WWW: http://trac-hacks.org/wiki/ChildTicketsPlugin
PR: 169910
Submitted by: Radim Kolar <hsn@sendmail.cz>
Notes
Notes:
svn path=/head/; revision=302655
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 54bed9686f14..9d0b8f44588c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1851,6 +1851,7 @@ SUBDIR += trac-bzr SUBDIR += trac-calendar SUBDIR += trac-ccselector + SUBDIR += trac-childtickets SUBDIR += trac-codetags SUBDIR += trac-customfieldadmin SUBDIR += trac-customroadmap |