diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-18 08:42:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-18 08:42:26 +0800 |
commit | 68a69215701afd02ebe35ce284688a841ba715c0 (patch) | |
tree | 70b067bc8955d14fcd117516f372dc0c278e8495 /www/Makefile | |
parent | 18110cda8d302b0ea7fd7210286ff84841cf734f (diff) | |
download | freebsd-ports-gnome-68a69215701afd02ebe35ce284688a841ba715c0.tar.gz freebsd-ports-gnome-68a69215701afd02ebe35ce284688a841ba715c0.tar.zst freebsd-ports-gnome-68a69215701afd02ebe35ce284688a841ba715c0.zip |
This plugin allows for validating custom fields as dates in tickets
and adds fancy date selector to these fields.
WWW: http://trac-hacks.org/wiki/DateFieldPlugin
PR: ports/141702
Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
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 e376edfe4591..1cb8101c223a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1549,6 +1549,7 @@ SUBDIR += trac-ctxtnavadd SUBDIR += trac-customfieldadmin SUBDIR += trac-customroadmap + SUBDIR += trac-datefield SUBDIR += trac-down SUBDIR += trac-email2trac SUBDIR += trac-fullblog |