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

cappuMUC/redmine_tags

 
 

Repository files navigation

Redmine Tags

Build Status

Allows marking up different models in Redmine with tags. Inspired by original redmine_tags of Eric Davis.

Supported models

  • Issues
  • Wiki pages

Requirements

  • Ruby >= 2.1.9
  • Redmine >= 3.1.7

Installing

  1. Clone this repository into redmine/plugins/redmine_tags.

    cd redmine/plugins
    git clone https://github.com/ixti/redmine_tags.git
    
  2. Install dependencies and migrate database.

    bundle install
    rake redmine:plugins:migrate NAME=redmine_tags RAILS_ENV=production
    
  3. Restart your Redmine web server.

Running tests

Make sure you have the latest database structure loaded to the test database:

rake db:structure:dump
rake db:drop db:create db:structure:load RAILS_ENV=test

You need to have the redmine_testing_gems plugin:

git clone https://github.com/ZitecCOM/redmine_testing_gems.git --branch 1.3.1
bundle install

After you cloned the plugin, run the follwing command:

rake redmine:plugins:spec RAILS_ENV=test NAME=redmine_tags

Removal

WARNING: This plugin shares the tags and taggings tables with other plugins that use the acts-as-taggable-on gem. Do not run the below command if you have another active plugin using them.

rake redmine:plugins:migrate NAME=redmine_tags VERSION=0 FORCE_REDMINE_TAGS_TABLES_REMOVAL=yes

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

No packages published

Languages

  • Ruby 82.2%
  • HTML 12.2%
  • CSS 4.9%
  • Makefile 0.7%