sk-ys / redmine_like

Like plugin for redmine

Home Page:https://it-managers-life.hatenablog.com/entry/2020/02/02/203908

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  1. Run migration.
bundle exec rake redmine:plugins:migrate NAME=like RAILS_ENV=production
  1. Edit models/LikeConstants.rb to chose icon type.

  2. Restart redmine.

Uninstall

  1. Move to plugins folder.

  2. Rollback migration.

bundle exec rake redmine:plugins:migrate NAME=like VERSION=0 RAILS_ENV=production
  1. Remove plugins folder.
rm -rf like
  1. Restart redmine.

Limitation

  • Only supports English and Japanese.

License

  • MIT Lisense

About

Like plugin for redmine

https://it-managers-life.hatenablog.com/entry/2020/02/02/203908

License:MIT License


Languages

Language:Ruby 60.1%Language:HTML 21.0%Language:JavaScript 13.5%Language:CSS 5.5%