All Projects → cat-in-136 → redmine_hearts

cat-in-136 / redmine_hearts

Licence: GPL-2.0 License
a redmine plugin which provides intra-Redmine Like/Fav reactions

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to redmine hearts

redmine issue todo lists
Organize Redmine issues in to-do lists by manually ordering their priority.
Stars: ✭ 20 (+17.65%)
Mutual labels:  redmine-plugin, redmine-plugins
redmine scheduling poll
a plugin to provide the simple way to schedule appointments on Redmine
Stars: ✭ 17 (+0%)
Mutual labels:  redmine-plugin, redmine-plugins
redmine customize
Plugin for some Redmine customizations.
Stars: ✭ 32 (+88.24%)
Mutual labels:  redmine-plugin
additionals
Redmine plugin for easy customization of settings, text and content display by using personal or role-based dashboards (drag&drop), providing wiki macros and act as library for other plugins.
Stars: ✭ 91 (+435.29%)
Mutual labels:  redmine-plugin
redmine persist wfmt
redmine_persist_wfmt is a plugin for Redmine that persists wiki format.
Stars: ✭ 28 (+64.71%)
Mutual labels:  redmine-plugin
redmine telegram common
Redmine Telegram Common plugin
Stars: ✭ 19 (+11.76%)
Mutual labels:  redmine-plugin
deployer
Redmine plugin to group issues into deploys and send notifications when needed
Stars: ✭ 14 (-17.65%)
Mutual labels:  redmine-plugin
redmine default custom query
Redmine plugin for setting default custom query of Issues for each project
Stars: ✭ 67 (+294.12%)
Mutual labels:  redmine-plugin
bestest timer
This is an awesome punch clock/timer plugin for Redmine. It's great. It's the bestest.
Stars: ✭ 15 (-11.76%)
Mutual labels:  redmine-plugin
Redmine-Touch
Redmine plugin to add missing function of "Last updated by"
Stars: ✭ 18 (+5.88%)
Mutual labels:  redmine-plugin
time logger
Redmine Time logger plugin. More than likely there is only going to be one more public release. New version has new time logging with the option of multiple loggers running at the same time, fixes for excessive loggng, and a whole new look.
Stars: ✭ 58 (+241.18%)
Mutual labels:  redmine-plugin
redmine issue template
Allows to manage templates of issues, and adding them to issue body
Stars: ✭ 25 (+47.06%)
Mutual labels:  redmine-plugin
redmine recurring tasks
Plugin for creating scheduled tasks from templates
Stars: ✭ 37 (+117.65%)
Mutual labels:  redmine-plugin
additional tags
Redmine Plugin for adding tags functionality to issues and wiki pages.
Stars: ✭ 25 (+47.06%)
Mutual labels:  redmine-plugin
redmine favourite projects
A plugin for Redmine to provide a list of favourite projects on My Page, Top Menu or Project Jumplist. Supports version 3.4.x and above. See below for legacy Redmine support.
Stars: ✭ 55 (+223.53%)
Mutual labels:  redmine-plugin
redmine-wiki graphviz plugin
Wiki macro for redmine. The macro render graph-image from wiki contents as dot.
Stars: ✭ 57 (+235.29%)
Mutual labels:  redmine-plugin
redmine-vote on issues-plugin
Redmine Plugin Which Allows Users to Up- or Down-vote Issues
Stars: ✭ 17 (+0%)
Mutual labels:  redmine-plugin
redmine issue checklist
Checklist Plugin creates simple checklists for Redmine issues. Downloaded from http://www.redminecrm.com/projects/checklist/
Stars: ✭ 55 (+223.53%)
Mutual labels:  redmine-plugin
redmine user specific theme
Redmine user specific theme plugin
Stars: ✭ 30 (+76.47%)
Mutual labels:  redmine-plugin
kanban
Kanban plugin for redmine
Stars: ✭ 68 (+300%)
Mutual labels:  redmine-plugin

redmine_hearts

Redmine Hearts is a plugin which provides intra-Redmine Like/Fav reactions to issues and notes, news, wiki pages, and forum boards/messages.

Build Status Redmine Plugins

How to install

  • Download the plugin to your 'plugins/' directory

  • Run bundle exec rake redmine:plugins:migrate RAILS_ENV=production

  • Restart your redmine

How to convert from other plugins

Follow below steps to migrate from other plugins : Vote on Issues.

  • Install this redmine_hearts plugin as described above.

  • Run bundle exec rake redmine_hearts:migrate_from_vote_on_issues RAILS_ENV=production

  • Uninstall “Vote on Issues” after confirmation of the migration.

    • Run bundle exec rake redmine:plugins:migrate NAME=vote_on_issues VERSION=0 RAILS_ENV=production

    • Remove vote_on_issues from the plugins folder (i.e. rm -rf RAILS_ROOT/plugins/vote_on_issues)

    • Restart your redmine

Ditto issue_votes. Run bundle exec rake -T redmine_hearts:migrate_from to check the task name.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].