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

shoelzle/redmine_tags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.0.0
  • Redmine >= 3.0.0

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 79.6%
  • HTML 14.4%
  • CSS 6.0%