wiki:VotePlugin

Version 12 (modified by Ryan J Ollos, 14 years ago) (diff)

Added maintainer and page outline

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 [download:voteplugin 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

If you get "error: Unexpected HTML page found at http://trac-hacks.org/svn/voteplugin/0.11", update setuptools:

sudo easy_install -U setuptools

Add the following to the [components] section of trac.ini:

[components]
tracvote.* = enabled

Configure the list of URL paths to allow voting on in trac.ini. Globs are supported.

[vote]
paths = 

Grant users the VOTE_VIEW and VOTE_MODIFY permission where appropriate.

You may need to run:

trac-admin [trac environment pathname] upgrade

You will also need to restart your webserver for the plugin to be available, appear in the list of those installed, have the perms available, etc.

Screenshot

Recent Changes

17589 by rjollos on 2019-11-23 19:04:54
TracVote 0.8.0dev: Bump version after release

The latest release has been published to pypi:TracVote/0.7.0

Fixes #13685.

17588 by rjollos on 2019-11-23 19:02:32
TracVote 0.7.0: Add classifiers metadata

Refs #13685.

16956 by rjollos on 2017-11-04 06:45:53
TracVote 0.7.0dev: Use list literal

Refs #13324.

(more)

Author/Contributors

Author: athomas
Maintainer: k0s
Contributors: k0s

Attachments (1)

Download all attachments as: .zip