项目

常规

个人资料

插件目录 » 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
用户评分   (0)

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

与先前版本的兼容性问题

2.1.1 (2022-04-10)

兼容 Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x。

  1. 变更内容

https://github.com/cat-in-136/redmine_hearts/releases/tag/v2.1.1

完整变更日志: 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/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。

  • 错误修复
    • 当调用 hearts#index 或 hearts#notifications 时,mysql 5.7 抛出错误:"this is incompatible with sql_mode=only_full_group_by" #19 #18
    • 在 Redmine 4 中,日志的 "喜欢" 显示在其他日志操作之外

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。

  • 新特性
    • ##13 ##14 “项目中的红心”在问题查询筛选和news#index中添加红心计数

0.4.0 (2018-06-10)

兼容Redmine 3.4.x。

  • 新特性
    • ##1 “项目中的红心” (/project/:project_id/hearts/)
  • 错误修复
    • ##11 不允许显示的项目在heart#index中显示(隐私问题

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。