# HG changeset patch # User luisf # Date 1300980841 0 # Node ID a41158bde9e06dd0392db4e944fbc9dd7e8c8b71 # Parent 3b367754d2b0caa17c432188041c907d9ac7d080 created the plugin diff -r 3b367754d2b0 -r a41158bde9e0 vendor/plugins/redmine_bibliography/README.rdoc --- /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 diff -r 3b367754d2b0 -r a41158bde9e0 vendor/plugins/redmine_bibliography/config/locales/en.yml --- /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" diff -r 3b367754d2b0 -r a41158bde9e0 vendor/plugins/redmine_bibliography/init.rb --- /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 diff -r 3b367754d2b0 -r a41158bde9e0 vendor/plugins/redmine_bibliography/lang/en.yml --- /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" diff -r 3b367754d2b0 -r a41158bde9e0 vendor/plugins/redmine_bibliography/test/test_helper.rb --- /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