Reddit-style voting on Trac resources
Description
This plugin 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.
Bugs/Feature Requests
Existing bugs and feature requests for VotePlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out VotePlugin from here using Subversion, or browse the source with Trac.
Installation
Install the plugin:
easy_install http://trac-hacks.org/svn/voteplugin/0.11
Add the following to the [components] section of trac.ini:
[components] tracvote.* = enabled
Grant users the VOTE_VIEW and VOTE_MODIFY permission where appropriate.
You may need to run:
trac-admin [trac environment pathname] upgrade
Screenshot
Recent Changes
[4352] by athomas on 09/27/08 05:47:57
Fixes #3812, thanks!
[4244] by athomas on 09/08/08 09:59:10
Export png files. Fixes #2843.
[3115] by athomas on 01/21/08 05:57:01
Removed unused templates directory provider.
[3003] by athomas on 01/08/08 19:09:24
Fix for non-SQLite databases.
Author/Contributors
Author: athomas
Contributors:
Attachments
- votes.png (72.6 kB) - added by athomas on 01/02/08 07:37:29.

