Go to file
wate b572818b2c fix 2022-04-26 05:39:53 +09:00
app [Phase-24]Add csv export 2020-01-02 19:39:21 +09:00
assets/stylesheets [phase-15]add css file for show term 2020-01-02 19:39:21 +09:00
config [phase-23]Add csv file importing 2020-01-02 19:39:21 +09:00
db/migrate fix 2022-04-26 05:39:53 +09:00
lib [phase-16]improve error message 2020-01-02 19:39:21 +09:00
test [phase-18]Add test for GlossaryTermsController, and fix redirect_to action 2020-01-02 19:39:21 +09:00
README.md Update README.md 2020-01-03 04:05:28 +09:00
init.rb Set version for release 1.1.0 2020-01-03 02:49:36 +09:00

README.md

Redmine Glossary Plugin

This is a plugin for Redmine to create a glossary that is a list of terms in a project.

This is a remake version of the original glossary plugin. The main goal of remaking is to fit for the recent redmine version to be maintainable.

The use

  • Management of technical terms in a system analysis phase
  • Interlinear translation table
  • Translate table from term to data type (class name)
  • Management of naming examples in a coding

To get

Repository

The branches are as follows:

  • master for the recent Redmine version
  • develop under developping for the next release
  • support/2.x original glossary plugin ported for Redmine 2.x
  • support/3.x original glossary plugin ported for Redmine 3.x
  • support/4.0or1/based_original original glossary plugin ported for Redmine 4.0 or 4.1

Installation and Setup

  1. Copy the plugin directory into the Redmine's plugin directory. Note that the name of plugin's directory should be "redmine_glossary".
  2. Migrate plugin task.
  3. Restart the redmine.
  4. Set permission of glossary plugin in "Administration > Roles and permissions"

Uninstall

  • rails redmine:plugins:migrate NAME=redmine_glossary VERSION=0