diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2009-12-31 18:20:39 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2009-12-31 18:20:39 +0000 |
commit | 9cd2c098103fbf92bbb14365ebb8a2139ddf32d0 (patch) | |
tree | 3f1d93c8a80ea05913d5875021945aa8b42621c6 /www/Makefile | |
parent | e77540ccc59091d6b7e3d692d2a16ff5da4958f2 (diff) |
The Trac VotePlugin adds a context-navigation entry that lets users easily
vote for a Trac resource, including Wiki pages, tickets, milestones, etc.
If a user has a valid session and the VOTE_MODIFY permission they will
be able to vote.
WWW: http://trac-hacks.org/wiki/VotePlugin
Notes
Notes:
svn path=/head/; revision=246943
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 d565a34b9930..9c6a7190a11b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1590,6 +1590,7 @@ SUBDIR += trac-ticketimport SUBDIR += trac-tocmacro SUBDIR += trac-tweakui + SUBDIR += trac-vote SUBDIR += trac-wantedpages SUBDIR += trac-webadmin SUBDIR += trac-wikigoodies |