插件目录 » redmine_hearts
|
作者 | Popoki Tom (@cat_in_136) |
---|---|---|
网站 | https://github.com/cat-in-136/redmine_hearts | |
代码仓库 | https://github.com/cat-in-136/redmine_hearts.git | |
注册于 | 2018-02-11 (6年前) | |
当前版本 | 3.0.1 | |
兼容 | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x | |
用户评分 |
Redmine Hearts 是一个插件,它为问题、笔记、新闻、维基页面和论坛板块/消息提供了红心/收藏反应。
安装说明
- 将插件下载到您的 'plugins/' 目录(或执行
git clone https://github.com/cat-in-136/redmine_hearts.git
。) - 运行
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
- 重启您的 redmine
您可以从其他插件迁移。有关详细信息,请参阅 README.rdoc。
变更日志
3.0.1 (2024-01-02)
兼容 Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x。
https://github.com/cat-in-136/redmine_hearts/releases/tag/v3.0.1
- #48 在问题更新注释后,添加心形按钮
3.0.0 (2023-03-26)
兼容 Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x。
https://github.com/cat-in-136/redmine_hearts/releases/tag/v3.0.0
与先前版本的兼容性问题
- "喜欢" 查询设置或 "问题" 页面中的 URL 已更改
- 此兼容性问题源于 https://github.com/cat-in-136/redmine_hearts/pull/43 中的更改,其中 "喜欢" 查询过滤器 ID 已从
hearts.count
更改为hearted_user_count
。
- 此兼容性问题源于 https://github.com/cat-in-136/redmine_hearts/pull/43 中的更改,其中 "喜欢" 查询过滤器 ID 已从
2.1.1 (2022-04-10)
兼容 Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x。
- 变更内容
https://github.com/cat-in-136/redmine_hearts/releases/tag/v2.1.1
- 修复了在 https://github.com/cat-in-136/redmine_hearts/pull/38 中
zeitwerk:check
任务失败的错误
完整变更日志: https://github.com/cat-in-136/redmine_hearts/compare/v2.1.0...v2.1.1
2.1.0 (2022-04-10)
兼容 Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x。
https://github.com/cat-in-136/redmine_hearts/releases/tag/v2.1.0
- 在 https://github.com/cat-in-136/redmine_hearts/pull/37 中支持 redmine5 和 ruby 3.1
完整变更日志: https://github.com/cat-in-136/redmine_hearts/compare/v2.0.1...v2.1.0
2.0.1 (2021-11-14)
兼容 Redmine 4.2.x, 4.1.x, 4.0.x。
https://github.com/cat-in-136/redmine_hearts/releases/tag/v2.0.1
- 修复了在论坛消息附件上显示重复 "喜欢" 的问题 #32
- 兼容 redmica v2.0.0
2.0.0 (2021-06-02)
兼容 Redmine 4.2.x, 4.1.x, 4.0.x。
https://github.com/cat-in-136/redmine_hearts/releases/tag/v2.0.0
- 添加了类似活动的操作 heart#index #30
- 停止支持 Redmine 3.x 和 Ruby 2.3/2.4
1.0.5 (2020-05-09)
兼容 Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x。
https://github.com/cat-in-136/redmine_hearts/releases/tag/v1.0.5
- 错误修复
- 显示错误的日志(笔记)索引和链接 #27
1.0.4 (2019-03-17)
兼容 Redmine 4.1.x, 4.0.x, 3.4.x。
https://github.com/cat-in-136/redmine_hearts/releases/tag/v1.0.4
- 错误修复
- 在问题的笔记中,"喜欢" 按钮放置了错误的位置 #23
1.0.3 (2019-02-24)
兼容 Redmine 4.0.x, 3.4.x。
- 错误修复
- 在 Redmine 4 下的智能设备上,"喜欢" 按钮(带计数)未正确显示 #21
1.0.2 (2019-01-14)
兼容 Redmine 4.0.x, 3.4.x。
- 错误修复
1.0.1 (2019-01-02)
兼容 Redmine 4.0.x, 3.4.x。
- 此插件现在兼容 redmine 4.0.0 和 3.4.7。
0.6.0 (2018-08-05)
兼容Redmine 3.4.x。
- 新特性
- ##15 添加页面显示其他用户最近喜欢的内容
- 修复bug
- 移除调试代码
0.5.0 (2018-06-17)
兼容Redmine 3.4.x。
0.4.0 (2018-06-10)
兼容Redmine 3.4.x。
0.3.0 (2018-03-10)
兼容Redmine 3.4.x。
- 修复bug
- ##9 问题页面上未显示点赞按钮。
- 在
hearts#index
上的N+1问题(性能提升)
- 新特性
- ##3 API访问
- 用户界面/外观
- 在移动端隐藏日志/回复的红心标签
- 装饰
heart#index
上的列表。
0.2.0 (2018-02-17)
兼容Redmine 3.4.x。
- 性能提升:修复N+1问题
- 修复“消息#show上的错误红心按钮”
- 更新README
0.1.0 (2018-02-11)
兼容Redmine 3.4.x。