Plugins Directory » Scheduling Poll
Author: | Popoki Tom (@cat_in_136) | |
---|---|---|
Website: | https://github.com/cat-in-136/redmine_scheduling_poll | |
Code repository: | https://github.com/cat-in-136/redmine_scheduling_poll.git | |
Registered on: | 2015-12-31 (almost 9 years ago) | |
Current version: | 5.0.0 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
Scheduling Poll is a plugin which provides simple polls to scheduling appointments on Redmine.
Installation notes
$ cd /path/to/redmine/plugins
$ git clone https://github.com/cat-in-136/redmine_scheduling_poll.git
$ cd ..
$ bundle exec rake redmine:plugins NAME=redmine_scheduling_poll RAILS_ENV=production
- Activate module in the projects which you want to use.
- Configure role "View scheduling polls" and "Vote scheduling polls"
Usage (Japanese): https://cat-in-136.github.io/2015/11/redmine-scheduling-poll.html
Note: You may download Source ZIP file from https://github.com/cat-in-136/redmine_scheduling_poll/releases and extract to plugins folder instead of executing git clone
.
Changelog
5.0.0 (2022-04-10)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.
https://github.com/cat-in-136/redmine_scheduling_poll/releases/tag/v5.0.0
- support for redmine5 and ruby 3.1 in https://github.com/cat-in-136/redmine_scheduling_poll/pull/53
- Drop redmine 3.x
Full Changelog: https://github.com/cat-in-136/redmine_scheduling_poll/compare/v4.1.1...v5.0.0
4.1.1 (2021-04-07)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x.
https://github.com/cat-in-136/redmine_scheduling_poll/releases/tag/v4.1.1
- Fix #50 test incompatibility with redmine 4.2.0
4.1.0 (2020-01-05)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x.
https://github.com/cat-in-136/redmine_scheduling_poll/releases/tag/v4.1.0
- #48 Add Wikitoolbar to the comment textarea on the poll page. This change is only applied for Redmine 4+.
- #44 Fix brakeman security warning
4.0.0 (2019-02-16)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x.
https://github.com/cat-in-136/redmine_scheduling_poll/releases/tag/v4.0.0
- Fix bug #40 mysql fails on migration of VERSION=4
- Drop support for redmine 3.1.x and 3.0.x
3.4.0 (2019-01-02)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- This plugin is now compatible with redmine 4.0.0, 3.4.7 and 3.3.9.
3.3.2 (2018-10-02)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Bugfix
- Enhancement
- #36 manually specify
null: true
to t.timestamps on the migration script
- #36 manually specify
3.3.0 (2018-09-08)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Bug fix
- #31 fix bug where
</div>
tag was still printed if permission "View scheduling polls" is disabled.
- #31 fix bug where
- Enhancement
3.2.0 (2018-08-09)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- New feature
- #27 Show poll-related actions on the activity page
3.1.0 (2018-05-01)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
Show avatar icons on scheduling_poll#show if Gravatar enabled. #"26"https://github.com/cat-in-136/redmine_scheduling_poll/pull/26
3.0.3 (2018-03-27)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Fix bug #23 where Not processed if voting again after voting fails
3.0.2 (2018-02-18)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- fix #22 responce of scheduling_polls#create.xml
3.0.1 (2018-01-29)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
Only performance enhancement:
- The number of SQL query call has been reduced.
3.0.0 (2018-01-04)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Remove slack notification feature of this plugin because redmine-slack itself resolved the issue. #19
2.3.0 (2017-12-19)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- add "frozen_string_literal: true" for each .rb file
- use *_url instead of *_path deprecated by rails/rails#17294
- issue #18 : set the page title on scheduling_polls#show
2.2.0 (2017-08-11)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x.
- Add slack notification feature which is enabled if redmine-slack plugin installed
2.1.0 (2017-06-24)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
- fix regression issue #14 : Could not create a new poll.
- show 404 page if the issue does not exist for new/create action.
- also fix regression issue #13 .
2.0.0 (2016-10-10)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
https://github.com/cat-in-136/redmine_scheduling_poll/releases/tag/v2.0.0
1.4.1 (2016-07-10)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.
- Make the plugin compatible with 3.0.x.
1.4.0 (2016-05-08)
Compatible with Redmine 3.2.x, 3.1.x.
Premission-related bug fix/feature enhancement:
- 404 page is now displayed for the associated issue not found
- Fix issue #5 (https://github.com/cat-in-136/redmine_scheduling_poll/issues/5) The poll page is visible to the users who is disallowed to show the related issue
- Show links to the scheduling poll on issue detail pages in case the user is anonymous (not logged) and disallowed to show the scheduling poll.
1.3.0 (2015-12-31)
Compatible with Redmine 3.2.x, 3.1.x.