PluginBasicPolls » History » Revision 14
Revision 13 (Victor Dulepov, 2011-02-18 13:16) → Revision 14/15 (Pawel Orzechowski, 2011-11-27 17:44)
h1. Basic Polls plugin
p<. attachment:redmine_polls_v0.0.1.zip
Though I am not the author of the plugin, I have created git repository for it on "GitHub":https://github.com/pafcioooo/redmine_polls
h2. Features
Adds basic polls management to Redmine (the *Polls* tab at the project level). Create and edit polls and poll choices. Insert the resulting polls and poll results as Wiki macros:
* *@{{poll(id)}}@* - show poll;
* *@{{poll_result(id)}}@* - show detailed poll results;
Polls not yet voted by the current user are shown on Home (all projects) and on project's Overview in a box similar to _Latest News_.
Deleting a poll option already voted for by some users deletes their votes.
Permissions added: _Edit polls_, _Vote polls_.
h2. Compatibility
|_. Plugin Version|_. Redmine compatibility|
|0.0.1|0.9.4-1.1.0|
Requires [[PluginBlocksLayout|Blocks Layout]] plugin to run.
h2. Credits:
* Author: "_Pavel Vinokurov_":mailto:vinokurov@axmor.com
* Inspired by "Confluence Survey plugin":https://plugins.atlassian.com/plugin/details/195
* Work sponsored by "Axmor Software":http://www.axmor.com
h2. Screenshots:
h3. Poll and poll results in WIKI:
!polls_in_wiki.png!
h3. Poll in issue description:
!poll_in_issue_description.png!
h3. Polls listing:
!polls_list.png!
h3. Editing a poll:
!polls_edit_poll.png!
h3. Editing a poll option:
!polls_edit_choice.png !