New empty Redmine plugin. #1134
This commit is contained in:
5
README
Normal file
5
README
Normal file
@@ -0,0 +1,5 @@
|
||||
== Empty plugin
|
||||
|
||||
This is an empty plugin based on the sample plugin for Redmine. Use it
|
||||
to help create your own custom plugin
|
||||
|
||||
0
app/controllers/empty
Normal file
0
app/controllers/empty
Normal file
0
app/models/empty
Normal file
0
app/models/empty
Normal file
0
app/views/empty
Normal file
0
app/views/empty
Normal file
0
assets/images/empty
Normal file
0
assets/images/empty
Normal file
0
assets/javascripts/empty
Normal file
0
assets/javascripts/empty
Normal file
0
assets/stylesheets/empty
Normal file
0
assets/stylesheets/empty
Normal file
0
db/migrate/empty
Normal file
0
db/migrate/empty
Normal file
13
init.rb
Normal file
13
init.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
# Empty redmine plguin
|
||||
require 'redmine'
|
||||
|
||||
# TODO: Change this to use the name of your plugin
|
||||
RAILS_DEFAULT_LOGGER.info 'Starting Empty plugin for RedMine'
|
||||
|
||||
# TODO: Change the name
|
||||
Redmine::Plugin.register :empty_plugin do
|
||||
name 'Empty plugin'
|
||||
author 'Eric Davis'
|
||||
description 'This is an empty plugin for Redmine that is used to start new plugins'
|
||||
version '0.0.0'
|
||||
end
|
||||
0
lang/en.yml
Normal file
0
lang/en.yml
Normal file
0
lang/fr.yml
Normal file
0
lang/fr.yml
Normal file
Reference in New Issue
Block a user