Mercurial > hg > soundsoftware-site
changeset 298:a41158bde9e0 feature_36
created the plugin
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 24 Mar 2011 15:34:01 +0000 |
parents | 3b367754d2b0 |
children | aed18b463206 |
files | vendor/plugins/redmine_bibliography/README.rdoc vendor/plugins/redmine_bibliography/config/locales/en.yml vendor/plugins/redmine_bibliography/init.rb vendor/plugins/redmine_bibliography/lang/en.yml vendor/plugins/redmine_bibliography/test/test_helper.rb |
diffstat | 5 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/README.rdoc Thu Mar 24 15:34:01 2011 +0000 @@ -0,0 +1,3 @@ += bibliography + +Description goes here
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Thu Mar 24 15:34:01 2011 +0000 @@ -0,0 +1,3 @@ +# English strings go here for Rails i18n +en: + my_label: "My label"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/init.rb Thu Mar 24 15:34:01 2011 +0000 @@ -0,0 +1,10 @@ +require 'redmine' + +Redmine::Plugin.register :redmine_bibliography do + name 'Redmine Bibliography plugin' + author 'Chris Cannam, Luis Figueira' + description 'This is a plugin for Redmine' + version '0.0.1' + url 'http://example.com/path/to/plugin' + author_url 'http://example.com/about' +end
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/lang/en.yml Thu Mar 24 15:34:01 2011 +0000 @@ -0,0 +1,2 @@ +# English strings go here +my_label: "My label"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/test/test_helper.rb Thu Mar 24 15:34:01 2011 +0000 @@ -0,0 +1,5 @@ +# Load the normal Rails helper +require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper') + +# Ensure that we are using the temporary fixture path +Engines::Testing.set_fixture_path