Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cat-in-136/redmine_hearts
a redmine plugin which provides intra-Redmine Like/Fav reactions
https://github.com/cat-in-136/redmine_hearts
redmine-plugin redmine-plugins
Last synced: 3 months ago
JSON representation
a redmine plugin which provides intra-Redmine Like/Fav reactions
- Host: GitHub
- URL: https://github.com/cat-in-136/redmine_hearts
- Owner: cat-in-136
- License: gpl-2.0
- Created: 2018-01-09T15:26:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T08:11:23.000Z (6 months ago)
- Last Synced: 2024-08-04T05:40:25.477Z (6 months ago)
- Topics: redmine-plugin, redmine-plugins
- Language: Ruby
- Homepage: https://www.redmine.org/plugins/redmine_hearts
- Size: 219 KB
- Stars: 32
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= redmine_hearts
Redmine Hearts is a plugin which provides intra-Redmine Like/Fav reactions to issues and notes, news, wiki pages, and forum boards/messages.
{rdoc-image:https://github.com/cat-in-136/redmine_hearts/workflows/Redmine%20Plugin/badge.svg}[https://github.com/cat-in-136/redmine_hearts/actions]
{rdoc-image:https://img.shields.io/badge/-redmine.org-B32024.svg?logo=redmine}[https://www.redmine.org/plugins/redmine_hearts]== How to install
* Download the plugin to your 'plugins/' directory
* Make sure the new folder's name is 'redmine_hearts'
* Runbundle exec rake redmine:plugins:migrate RAILS_ENV=production
* Restart your redmine=== How to convert from other plugins
Follow below steps to migrate from other plugins :
{Vote on Issues}[https://www.redmine.org/plugins/vote_on_issues].* Install this redmine_hearts plugin as described above.
* Runbundle exec rake redmine_hearts:migrate_from_vote_on_issues RAILS_ENV=production
* Uninstall "Vote on Issues" after confirmation of the migration.
* Runbundle 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 redmineDitto {issue_votes}[https://github.com/KohaSuomi/issue_votes]. Run
bundle exec rake -T redmine_hearts:migrate_from
to check the task name.