wiki:PollMacro

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

Cleanup page to be consistent with site template

Create polls based on tickets, or static arguments

Notice: This plugin is unmaintained and available for adoption.

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_VIEW and TICKET_VIEW permission allows users to view the poll's result without the ability to vote. The POLL_VOTE permission allows users to vote.

Bugs/Feature Requests

Existing bugs and feature requests for PollMacro are here.

If you have any issues, create a new ticket.

Download

download:pollmacro

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:

Poll(What do you think of the Poll macro?; Cool; Crap)?

Change Log

16771 by rjollos on 2017-08-26 03:24:53
TracPoll 0.4.0dev: Add license info
16462 by rjollos on 2017-04-04 07:23:32
0.4.0dev: Use 32-bit hashes for compatibility
16397 by rjollos on 2017-03-25 09:37:00
Remove obsolete "0.9" code
16395 by rjollos on 2017-03-25 09:25:02
Remove obsolete "0.8" directories
16266 by rjollos on 2017-02-23 00:43:54
0.4.0dev: Fix regression in r16265
(more)

Author/Contributors

Author: athomas
Contributors:

TagIt(macro,athomas,0.8,0.9)?