Five Star Rating for Wiki and Tickets

Description

This plugin is a modified version of the VotePlugin. This new plugin uses the latest VotePlugin code and fixes bugs: #3298 and #3808.

Instead of having up and down arrows, this plugin uses a 5-star approach to rate resources.

Bugs/Feature Requests

Existing bugs and feature requests for FiveStarVotePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out FiveStarVotePlugin from here using Subversion, or browse the source with Trac.

Installation

Install the plugin:

easy_install http://trac-hacks.org/svn/fivestarvoteplugin/0.11

Add the following to the [components] section of trac.ini or enable the plugin though the WebAdmin panel:

[components]
fivestarvote.* = enabled

The following option can be specified in trac.ini (default value shown):

[fivestarvote]
paths = '^/$,^/wiki*,^/ticket*'  #List of URL paths to allow voting on. Globs are supported.

Grant users the VOTE_VIEW and VOTE_MODIFY permission where appropriate. VOTE_MODIFY will not work for anonymous users.

Recommended Settings

trac-admin [trac environment pathname] permission add anonymous VOTE_VIEW

trac-admin [trac environment pathname] permission add authenticated VOTE_MODIFY

You may need to run:

trac-admin [trac environment pathname] upgrade

Screen Shot

ScreenShot

Recent Changes

[9783] by rjollos on 01/20/11 22:45:42

Following [9777], a vote on / was still not being registered against wiki/WikiStart. Thanks for rlrj60 for the catch and fix. Fixes #8423.

[9777] by rjollos on 01/20/11 03:20:04

Match the url '/' to '/wiki/WikiStart' in the default voteable_paths. Fixes #8423.

[8593] by rjollos on 09/02/10 08:01:35

Added maintainer to setup.py. Refs #7589.

[4561] by davglass on 10/23/08 15:55:15

fixes #3970 and #3972

Author/Contributors

Author: davglass
Author: rjollos
Contributors:

Attachments