Redmine Hearts is a plugin which provides intra-Redmine Like/Fav reactions.
<img src=“https://travis-ci.org/cat-in-136/redmine_hearts.svg?branch=master” alt=“Build Status” /> <img src=“https://img.shields.io/redmine/plugin/stars/hearts.svg” alt=“Redmine Plugins” />
-
Download the plugin to your ‘plugins/’ directory
-
Run
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
-
Restart your redmine
Follow below steps to migrate from other plugins : Vote on Issues.
-
Install this redmine_hearts plugin as described above.
-
Run
bundle exec rake redmine_hearts:migrate_from_vote_on_issues RAILS_ENV=production
-
Uninstall “Vote on Issues” after confirmation of the migration.
-
Run
bundle exec rake redmine:plugins:migrate NAME=vote_on_issues VERSION=0 RAILS_ENV=production
-
Remove vote_on_issues from the plugins folder (i.e.
rm -rf RAILS_ROOT/plugins/vote_on_issues
) -
Restart your redmine
-
Ditto issue_votes. Run bundle exec rake -T redmine_hearts:migrate_from
to check the task name.