https://github.com/happy-se-life/like
Like plugin for redmine
https://github.com/happy-se-life/like
redmine redmine-plugin
Last synced: about 1 year ago
JSON representation
Like plugin for redmine
- Host: GitHub
- URL: https://github.com/happy-se-life/like
- Owner: happy-se-life
- License: mit
- Created: 2020-02-02T10:43:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T02:12:37.000Z (over 2 years ago)
- Last Synced: 2025-03-30T00:20:05.209Z (about 1 year ago)
- Topics: redmine, redmine-plugin
- Language: Ruby
- Homepage: https://it-managers-life.hatenablog.com/entry/2020/02/02/203908
- Size: 1.61 MB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Redmine like plugin
This plugin allows you to send the like on Redmine. It is a very simple plugin, so please modify it freely.
## What's new
* 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).
## Features
* 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.
## Screenshots
### Issues and notes

### Wiki

### Tooltip of the person who liked it

### 6 types of icons
* To change the icon, you need to change ICON_DESIGN in models/like_constants.rb.

### Display of total number of likes

## Install
1. Move to plugins folder.
2. Put the code.
git clone https://github.com/happy-se-life/like.git
3. Run migration.
bundle exec rake redmine:plugins:migrate NAME=like RAILS_ENV=production
4. Edit models/LikeConstants.rb to chose icon type.
5. Restart redmine.
## Uninstall
1. Move to plugins folder.
2. Rollback migration.
bundle exec rake redmine:plugins:migrate NAME=like VERSION=0 RAILS_ENV=production
3. Remove plugins folder.
rm -rf like
4. Restart redmine.
## Limitation
* Only supports English and Japanese.
## License
* MIT Lisense