Coder Social home page Coder Social logo

redmine_tags's Introduction

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.

redmine_tags's People

Contributors

archonwang avatar cforce avatar crazylion avatar ctiml avatar davividal avatar gabrielcc avatar giddie avatar giraypultar avatar ixti avatar jwalkerbg avatar kirbez avatar kozmanbalint avatar kulesa avatar marius-balteanu avatar matthew-andrews avatar minkbear avatar powerkiki avatar r-i-c-k-y avatar rmx666 avatar salashnik avatar sdwolfz avatar seqizz avatar sio4 avatar stephenyeargin avatar taniadaniela avatar yzzy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.