Create polls based on tickets, or static arguments
Description
The PollMacro plugin adds polling to Trac.
Usage:
The poll data is stored in /tmp by default, but this can be overridden with the base_dir option in the [poll] section of TracIni.
[poll] base_dir = /opt/trac/polltest/db/
Each voters name is displayed to the right of their choice.
The POLL_VOTE permission allows users to vote. The POLL_VIEW permissions allows users to view the poll's result.
Bugs/Feature Requests
Existing bugs and feature requests for PollMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out the source for PollMacro from Subversion or browse the source.
Example
[[Poll(What do you think of the Poll macro?; Cool; Crap)]]
gives:
Change Log
- [11670] by rjollos on 2012-06-20 08:03:59
-
Refs #7275: Display a message to users when they don't have permission to vote.
- [11669] by rjollos on 2012-06-20 07:40:02
-
Refs #8585:
- ResourceNotFound error would result if a ticket in the poll had a priority name that had been removed from the model.
- Added error checking for proper number of arguments.
- Bumped version to 0.3.0dev.
- Renamed 0.11 directory to trunk.
- [8475] by rjollos on 2010-08-28 00:27:59
-
Added 0.12 directory and README instructing user to use 0.11 version with Trac 0.12. Fixes #7562.
Author/Contributors
Last modified 3 months ago
Last modified on Apr 4, 2013 6:07:59 AM

