PluginBasicPolls » History » Version 8
Victor Dulepov, 2010-05-24 15:14
| 1 | 1 | Victor Dulepov | h1. Basic Polls plugin |
|---|---|---|---|
| 2 | |||
| 3 | h2. Features |
||
| 4 | |||
| 5 | 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: |
||
| 6 | |||
| 7 | * *@{{poll(id)}}@* - show poll; |
||
| 8 | * *@{{poll_result(id)}}@* - show detailed poll results; |
||
| 9 | |||
| 10 | 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_. |
||
| 11 | Deleting a poll option already voted for by some users deletes their votes. |
||
| 12 | |||
| 13 | Permissions added: _Edit polls_, _Vote polls_. |
||
| 14 | |||
| 15 | h2. Compatibility |
||
| 16 | |||
| 17 | |_. Plugin Version|_. Redmine compatibility| |
||
| 18 | |0.0.1|0.9.4| |
||
| 19 | 6 | Victor Dulepov | |
| 20 | Requires [[PluginBlocksLayout|Blocks Layout]] plugin to run. |
||
| 21 | 1 | Victor Dulepov | |
| 22 | 8 | Victor Dulepov | h2. Credits: |
| 23 | 1 | Victor Dulepov | |
| 24 | * Author: "_Pavel Vinokurov_":mailto:vinokurov@axmor.com |
||
| 25 | * Inspired by "Confluence Survey plugin":https://plugins.atlassian.com/plugin/details/195 |
||
| 26 | * Work sponsored by "Axmor Software":http://www.axmor.com |
||
| 27 | |||
| 28 | 7 | Victor Dulepov | h2. Screenshots: |
| 29 | 2 | Victor Dulepov | |
| 30 | h3. Poll and poll results in WIKI: |
||
| 31 | 5 | Felix Schäfer | |
| 32 | 2 | Victor Dulepov | !polls_in_wiki.png! |
| 33 | |||
| 34 | h3. Poll in issue description: |
||
| 35 | 5 | Felix Schäfer | |
| 36 | 2 | Victor Dulepov | !poll_in_issue_description.png! |
| 37 | |||
| 38 | h3. Polls listing: |
||
| 39 | 5 | Felix Schäfer | |
| 40 | 2 | Victor Dulepov | !polls_list.png! |
| 41 | |||
| 42 | h3. Editing a poll: |
||
| 43 | 5 | Felix Schäfer | |
| 44 | 2 | Victor Dulepov | !polls_edit_poll.png! |
| 45 | |||
| 46 | h3. Editing a poll option: |
||
| 47 | 5 | Felix Schäfer | |
| 48 | 2 | Victor Dulepov | !polls_edit_choice.png ! |