Project

General

Profile

Plugins Directory » redmine_hearts

Author: Popoki Tom (@cat_in_136)
Website: https://github.com/cat-in-136/redmine_hearts
Code repository: https://github.com/cat-in-136/redmine_hearts.git
Registered on: 2018-02-11 (about 6 years ago)
Current version: 3.0.1
Compatible with: Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x
User ratings:   (0)

Redmine Hearts is a plugin which provides intra-Redmine Like/Fav reactions to issues and notes, news, wiki pages, and forum boards/messages.

Installation notes

  • Download the plugin to your 'plugins/' directory (or execute git clone https://github.com/cat-in-136/redmine_hearts.git.)
  • Run bundle exec rake redmine:plugins:migrate RAILS_ENV=production
  • Restart your redmine

You can migrate from other plugins. See README.rdoc for details.

Changelog

3.0.1 (2024-01-02)

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_hearts/releases/tag/v3.0.1

  • #48 After updating note in issue, add a heart button

3.0.0 (2023-03-26)

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_hearts/releases/tag/v3.0.0

Incompatibility against previous versions

2.1.1 (2022-04-10)

Compatible with Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x.

  1. What's Changed

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

Full Changelog: https://github.com/cat-in-136/redmine_hearts/compare/v2.1.0...v2.1.1

2.1.0 (2022-04-10)

Compatible with 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

Full Changelog: https://github.com/cat-in-136/redmine_hearts/compare/v2.0.1...v2.1.0

2.0.1 (2021-11-14)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

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

  • Fix #32 duplicated "Like" is shown above attachments on the forum messages
  • Compatible with redmica v2.0.0

2.0.0 (2021-06-02)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.

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

  • New activity-like heart#index #30
  • Drop support of Redmine 3.x and Ruby 2.3/2.4

1.0.5 (2020-05-09)

Compatible with 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

  • Bug fix:
    • Wrong journal(note) index and link may be displayed #27

1.0.4 (2019-03-17)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.

https://github.com/cat-in-136/redmine_hearts/releases/tag/v1.0.4

  • Bug fix:
    • Like buttons are placed at wrong position on notes in issues #23

1.0.3 (2019-02-24)

Compatible with Redmine 4.0.x, 3.4.x.

  • Bug fix:
    • Like button (/w count) are not displayed properly on the smart devices under Redmine 4 #21

1.0.2 (2019-01-14)

Compatible with Redmine 4.0.x, 3.4.x.

  • bug fix
    • mysql 5.7 raise an error when hearts#index or hearts#notifications called: "this is incompatible with sql_mode=only_full_group_by" #19 #18
    • Likes of journal are displayed apart from other journal actions on Redmine 4

1.0.1 (2019-01-02)

Compatible with Redmine 4.0.x, 3.4.x.

  • This plugin is now compatible with redmine 4.0.0 and 3.4.7.

0.6.0 (2018-08-05)

Compatible with Redmine 3.4.x.

  • new feature
    • #15 add page to show my items recently liked by other users
  • bugfix
    • remove debug code

0.5.0 (2018-06-17)

Compatible with Redmine 3.4.x.

  • New feature
    • #13 #14 "Hearts per project" add heart count to issue query filter and news#index

0.4.0 (2018-06-10)

Compatible with Redmine 3.4.x.

  • New feature
    • #1 "Hearts per project" (/project/:project_id/hearts/)
  • Bug fix
    • #11 Disallowed items are shown in heart#index (PRIVACY ISSUE)

0.3.0 (2018-03-10)

Compatible with Redmine 3.4.x.

  • Bugfix
    • #9 The Like button for the issue is not displayed on the page.
    • N+1 issue on hearts#index (performance enhancement)
  • New feature
    • #3 API access
  • UI/Appearance
    • Hide heart labels of journals/replies for mobile
    • Decorate the list on heart#index.

0.2.0 (2018-02-17)

Compatible with Redmine 3.4.x.

  • Performance enhancement: fix N+1 issue
  • Fix "wrong heart buttons on message#show"
  • Update README

0.1.0 (2018-02-11)

Compatible with Redmine 3.4.x.