プロジェクト

全般

プロフィール

« | » 

リビジョン fccc7d7b

高徹 高橋 徹 さんが約6年前に追加

redmine plguin templates, modified init.rb

差分を表示:

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')

他の形式にエクスポート: Unified diff