This plugin allows you to send the like on Redmine. It is a very simple plugin, so please modify it freely.
- Started accepting donations using Liberapay. The donate button is in the right sidebar.
- Add the number of likes received to the summary page #6 (Attention: need Migration)
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
- You can now view the person who liked it with a tooltip. #2
- Added support for Redmine version 4.1 or later. #1
- Added email notification settings (on or off).
- You can like issues, notes and wikis.
- e-mail notifications when someone likes you.
- View the number of likes recieved/sent each user on the summary page.
- To change the icon, you need to change ICON_DESIGN in models/like_constants.rb.
-
Move to plugins folder.
-
Put the code.
git clone https://github.com/happy-se-life/like.git
- Run migration.
bundle exec rake redmine:plugins:migrate NAME=like RAILS_ENV=production
-
Edit models/LikeConstants.rb to chose icon type.
-
Restart redmine.
-
Move to plugins folder.
-
Rollback migration.
bundle exec rake redmine:plugins:migrate NAME=like VERSION=0 RAILS_ENV=production
- Remove plugins folder.
rm -rf like
- Restart redmine.
- Only supports English and Japanese.
- MIT Lisense