An open API service indexing awesome lists of open source software.

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

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