Allows marking up different models in Redmine with tags.
- Inspired by original redmine_tags of Eric Davis.
- Original code by Aleksey V. Zapparov (ixti)
- Tag management feature by redminecrm
- Merged and modified by Minkbear
- Add tag on issues and wiki pages
- Tag management feature by redminecrm
- Enable/Disable tags module for each project
- Role permission on editing tag
- Issues
- Wiki pages
- Redmine
>= 2.1.0
-
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)
- Redmine version 2.5.x
This plugin is licensed under the terms of GNU/GPL v3+. See COPYING and LICENSE for details.