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:

[components]
fivestarvote.* = enabled

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

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

fixes #3970 and #3972

[4556] by davglass on 10/21/08 05:09:27

Fixed Again

[4555] by davglass on 10/21/08 05:06:48

Updated email address

[4554] by davglass on 10/21/08 05:01:07

Fixes #3955 - Added Author and URL info

Author/Contributors

Author: davglass
Contributors:

Attachments