Skip to content

Redmine plugin, that adds issues tagging support

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

minkbear/redmine_tags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

171 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Tags

Allows marking up different models in Redmine with tags.

Feature

  • Add tag on issues and wiki pages
  • Tag management feature by redminecrm
  • Enable/Disable tags module for each project
  • Role permission on editing tag

Supported models

  • Issues
  • Wiki pages

Requirements

  • Redmine >= 2.1.0

Installation

  • Clone this repository into redmine/plugins/redmine_tags

  • Install dependencies and migrate database:

      cd redmine/
      bundle install
      RAILS_ENV=production rake redmine:plugins:migrate
    
  • Restart your Redmine web server (e.g. mongrel, thin, mod_rails)

Tested

  • Redmine version 2.5.x

License

This plugin is licensed under the terms of GNU/GPL v3+. See COPYING and LICENSE for details.

About

Redmine plugin, that adds issues tagging support

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 68.3%
  • JavaScript 25.3%
  • CSS 6.4%