Skip to content

Commit

Permalink
Initial commit ; empty plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbarth committed Nov 24, 2009
0 parents commit 496c2c5
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= wiki_navigation

Description goes here
3 changes: 3 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# English strings go here for Rails i18n
en:
my_label: "My label"
8 changes: 8 additions & 0 deletions init.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require 'redmine'

Redmine::Plugin.register :redmine_wiki_navigation do
name 'Redmine Wiki Navigation plugin'
author 'Jean-Baptiste BARTH <jeanbaptiste.barth@gmail.com>'
description 'This plugin displays a navigation tree in wiki sidebar'
version '0.1'
end
2 changes: 2 additions & 0 deletions lang/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# English strings go here
my_label: "My label"
5 changes: 5 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 496c2c5

Please sign in to comment.