Project

General

Profile

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 (over 8 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:   (1)

Scheduling Poll is a plugin which provides simple polls to scheduling appointments on Redmine.

Installation notes

  1. $ cd /path/to/redmine/plugins
  2. $ git clone https://github.com/cat-in-136/redmine_scheduling_poll.git
  3. $ cd ..
  4. $ bundle exec rake redmine:plugins NAME=redmine_scheduling_poll RAILS_ENV=production
  5. Activate module in the projects which you want to use.
  6. 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

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
    • #37 #38 if permission "View scheduling polls" enabled and a scheduling poll not created for the issue, the </div> tag was omitted.
  • Enhancement
    • #36 manually specify null: true to t.timestamps on the migration script

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.
  • Enhancement
    • #29 add German translation
    • #33 change the {{scheduling_poll(:id)}} render text to Scheduling poll #:id
    • #35 add description to scheduling_poll macro

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

  • Add notice on update submit vote #8
  • Fix #9 JSON access API end points

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.

User ratings

  by Pavel Potcheptsov almost 8 years ago

It works.