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