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 and TICKET_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
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
[7195] by otaku42 on 11/27/09 07:00:29
Fix typo in docstring which caused the example to fail with an error message, e.g. on the WikiMacros page. Thanks to cboos for pointing that out.
[4103] by athomas on 08/01/08 14:24:10
Applied patch from dietmarw. Thanks! Fixes #3487.
[4092] by athomas on 07/31/08 15:01:17
Branch 0.11 version. Fix some FD leaks, use config.Option, make Wiki formatting work.
[1156] by athomas on 08/19/06 07:43:23
Skip invalid tickets. Closes #577.

