项目

常规

个人资料

插件目录 » 调度投票

作者 Popoki Tom (@cat_in_136)
网站 https://github.com/cat-in-136/redmine_scheduling_poll
代码仓库 https://github.com/cat-in-136/redmine_scheduling_poll.git
注册于 2015-12-31 (8年前)
当前版本 5.0.0
兼容 Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x
用户评分   (1)

调度投票是一个插件,它为Redmine提供了简单的投票功能,以便安排约会。

安装说明

  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. 在您想要使用的项目中激活模块。
  6. 配置“查看调度投票”和“投票调度投票”角色

用法(日语): https://cat-in-136.github.io/2015/11/redmine-scheduling-poll.html

注意:您可以从 https://github.com/cat-in-136/redmine_scheduling_poll/releases 下载源ZIP文件,并将其解压到插件文件夹中,而不是执行 git clone

变更日志

5.0.0 (2022-04-10)

兼容 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

完整变更日志: https://github.com/cat-in-136/redmine_scheduling_poll/compare/v4.1.1...v5.0.0

4.1.1 (2021-04-07)

兼容 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

  • 修复 #50 测试与redmine 4.2.0的不兼容性

4.1.0 (2020-01-05)

兼容 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 在投票页面的评论文本区域添加Wikitoolbar。此更改仅适用于Redmine 4+。
  • #44 修复brakeman安全警告

4.0.0 (2019-02-16)

兼容 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

  • 修复 #40 mysql在迁移VERSION=4时失败
  • 放弃对redmine 3.1.x和3.0.x的支持

3.4.0 (2019-01-02)

兼容 Redmine 4.0.x, 3.4.7和3.3.9。

  • 此插件现在兼容redmine 4.0.0, 3.4.7和3.3.9。

3.3.2 (2018-10-02)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

  • 错误修复
    • #37 #38 如果启用了权限“查看调度投票”,并且未为问题创建调度投票,则省略了</div>标签。
  • 增强
    • #36 在迁移脚本中手动指定 null: true 到 t.timestamps

3.3.0 (2018-09-08)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

  • 错误修复
    • #31 修复了如果禁用权限“查看调度投票”,则仍然打印出</div>标签的bug。
  • 增强
    • #29 添加德语翻译
    • #33{{scheduling_poll(:id)}}渲染文本更改为Scheduling poll #:id
    • #35 向调度投票宏添加描述

3.2.0 (2018-08-09)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

  • 新功能
    • #27 在活动页面上显示与投票相关的操作

3.1.0 (2018-05-01)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

如果启用了Gravatar,在scheduling_poll#show上显示头像图标。 #"26"https://github.com/cat-in-136/redmine_scheduling_poll/pull/26

3.0.3 (2018-03-27)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

  • 修复了编号为23 的bug,如果在投票失败后再次投票,则不会处理

3.0.2 (2018-02-18)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

  • 修复了编号为22 的scheduling_polls#create.xml响应

3.0.1 (2018-01-29)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

仅性能提升

  • SQL查询调用的次数已减少。

3.0.0 (2018-01-04)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

  • 由于redmine-slack本身解决了问题,已删除此插件的Slack通知功能。 #19

2.3.0 (2017-12-19)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

  • 为每个.rb文件添加"frozen_string_literal: true"声明
  • 使用*_url代替由rails/rails#17294弃用的*_path
  • 问题编号18 : 在scheduling_polls#show上设置页面标题

2.2.0 (2017-08-11)

兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x。

  • 添加Slack通知功能,如果已安装redmine-slack插件,则启用

2.1.0 (2017-06-24)

兼容Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x。

  • 修复了编号为14 的回归问题:无法创建新的投票。
  • 如果不存在新/创建操作的问题,则显示404页面。
  • 还修复了编号为13 的回归问题。

2.0.0 (2016-10-10)

兼容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

  • 在提交投票更新时添加通知#8
  • 修复了#9 JSON访问API端点

1.4.1 (2016-07-10)

兼容Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x。

  • 使插件与3.0.x兼容。

1.4.0 (2016-05-08)

兼容Redmine 3.2.x, 3.1.x。

权限相关bug修复/功能增强

  • 现在对于关联问题不存在的情况,会显示404页面
  • 修复了编号为#5 (https://github.com/cat-in-136/redmine_scheduling_poll/issues/5) 允许显示相关问题的用户可以看到投票页面
  • 如果用户匿名(未登录)且不允许显示调度投票,则在问题详细页面上显示指向调度投票的链接。

1.3.0 (2015-12-31)

兼容Redmine 3.2.x, 3.1.x。

用户评分

 Pavel Potcheptsov大约8年前评分

它工作正常。