diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 19:34:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 19:34:32 +0000 |
commit | 37562547005b6af5c28f2a618510c91418d5ad63 (patch) | |
tree | d32b46ee9ce17d28ba3680797346500d25837a17 /www/Makefile | |
parent | 222f51eacfe2b43dcb2fbf256b4b8320fbd136e3 (diff) |
Allows you to hide ticket fields for simplified entry.
The full list of built-in properties you can hide is:
* owner
* priority
* milestone
* component
* severity
* keywords
* cc
WWW: http://trac-hacks.org/wiki/SimpleTicketPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
Notes
Notes:
svn path=/head/; revision=192094
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 b39f52335142..820d93519d31 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1165,6 +1165,7 @@ SUBDIR += trac-privatetickets SUBDIR += trac-restrictedarea SUBDIR += trac-robotstxt + SUBDIR += trac-simpleticket SUBDIR += trac-tags SUBDIR += trac-tocmacro SUBDIR += trac-wantedpages |