リビジョン fccc7d7b
| config/locales/en.yml | ||
|---|---|---|
|
# English strings go here for Rails i18n
|
||
|
en:
|
||
|
# my_label: "My label"
|
||
| config/routes.rb | ||
|---|---|---|
|
# Plugin's routes
|
||
|
# See: http://guides.rubyonrails.org/routing.html
|
||
| init.rb | ||
|---|---|---|
|
Redmine::Plugin.register :redmine_glossary do
|
||
|
name 'Redmine Glossary plugin'
|
||
|
author 'Toru Takahashi'
|
||
|
description 'This is a plugin for Redmine to create a glossary that is a list of terms in a project.'
|
||
|
version '1.0.1'
|
||
|
url 'https://github.com/torutk/redmine_glossary'
|
||
|
author_url 'http://www.torutk.com'
|
||
|
end
|
||
| test/test_helper.rb | ||
|---|---|---|
|
# Load the Redmine helper
|
||
|
require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper')
|
||
redmine plguin templates, modified init.rb