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:

What do you think of the Poll macro?
  • Cool (athomas, sineer, kparlar, Blackhex, gerryg, mocksoul, alf_igel, matias, aamk, mape, phpxcache, ChrisGreacen, jatyap, earobinson, dietmarw, alerocha, FilipeCorreia, sgissinger, rjollos, koolhand, ziegenberg, dreamkxd, farialima, lucasrangit, Akinfold, hieroglyph)
  • Crap (mou, sir_ken)

Change Log

[11670] by rjollos on 06/20/12 08:03:59

Refs #7275: Display a message to users when they don't have permission to vote.

[11669] by rjollos on 06/20/12 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 08/28/10 00:27:59

Added 0.12 directory and README instructing user to use 0.11 version with Trac 0.12. Fixes #7562.

[8467] by rjollos on 08/27/10 21:56:30

Add svn:ignore property for .project and .pydevproject`.

Author/Contributors

Author: athomas
Maintainer: rjollos
Contributors: