Skip to content

This is redmine vote plugin. Its style is similar to stackoverflow. You can vote for each message with a positive or negative point. When you install this plugin votes table is created internally. This plugin shows the sum of points the message using internal table. If you want to know the reaction of message in Redmine forum, this plugin helps …

License

Notifications You must be signed in to change notification settings

jongha/redmine_vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Vote

<img src=“https://gemnasium.com/jongha/redmine_vote.png” alt=“Dependency Status” />

This is redmine vote plugin. Its style is similar to stackoverflow. You can vote for each message with a positive or negative point. When you install this plugin votes table is created internally. This plugin shows the sum of points the message using internal table. If you want to know the reaction of message in Redmine forum, this plugin helps you. And also if you want more functions of the plugin, you can add the issue on github freely. Thanks.

Screenshot

Installing a plugin

  1. For Redmine 1.x: rake db:migrate_plugins RAILS_ENV=production

  2. For Redmine 2.x: rake redmine:plugins:migrate RAILS_ENV=production

  3. (Re)start Redmine.

Uninstalling a plugin

  1. For Redmine 1.x: rake db:migrate:plugin NAME=redmine_vote VERSION=0.0.1 RAILS_ENV=production

  2. For Redmine 2.x: rake redmine:plugins:migrate NAME=redmine_vote VERSION=0.0.1 RAILS_ENV=production

  3. Remove your plugin from the plugins folder: #{RAILS_ROOT}/plugins (Redmine 2.x) or #{RAILS_ROOT}/vendor/plugins (Redmine 1.x)..

  4. (Re)start Redmine.

License

redmine_vote is available under the terms of the MIT License.

About

This is redmine vote plugin. Its style is similar to stackoverflow. You can vote for each message with a positive or negative point. When you install this plugin votes table is created internally. This plugin shows the sum of points the message using internal table. If you want to know the reaction of message in Redmine forum, this plugin helps …

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published