Coder Social home page Coder Social logo

sk-ys / redmine_like Goto Github PK

View Code? Open in Web Editor NEW

This project forked from happy-se-life/like

0.0 0.0 0.0 1.65 MB

Like plugin for redmine

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

License: MIT License

JavaScript 13.46% Ruby 60.11% CSS 5.45% HTML 20.98%

redmine_like's Introduction

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

redmine_like's People

Contributors

happy-se-life avatar sk-ys avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.