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.

Important news

This plugin is EOL and all my efforts will be pointed to move the current features to the Redmine core. Please see http://www.redmine.org/issues/1448 for more details or to track the progress. I will continue to accept/implement only bug fixes and future Redmine versions.

Supported models

  • Issues
  • Wiki pages

Requirements

  • Ruby >= 2.3.8
  • Redmine >= 4.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:drop db:create db:migrate RAILS_ENV=test

After you cloned the plugin, run the following command:

rake redmine:plugins:test 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

anotherjay avatar archonwang avatar crazylion avatar ctiml avatar gabrielcc avatar giddie avatar giraypultar avatar ixti avatar jwalkerbg avatar kazuhisya avatar kepi avatar kirbez avatar kozmanbalint avatar marius-balteanu avatar matthew-andrews avatar minkbear avatar mosk1995 avatar peter-kovac avatar powerkiki avatar r-i-c-k-y avatar rmx666 avatar salashnik avatar sdwolfz avatar seqizz avatar sio4 avatar stephenyeargin avatar taikii avatar taniadaniela avatar tayateo avatar yzzy 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.