Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Jean-Philippe Lang ee82a55602 Use .before_action instead of .before_filter. před 8 roky
..
app Use .before_action instead of .before_filter. před 8 roky
assets Added a sample plugin. před 17 roky
config Merged rails-3.2 branch. před 12 roky
db/migrate Activity provider example in sample plugin. před 16 roky
test/integration ActionController::IntegrationTest is ActionDispatch::IntegrationTest. před 11 roky
README Merged rails-3.2 branch. před 12 roky
init.rb Merged rails-3.2 branch. před 12 roky

README

== Sample plugin

This is a sample plugin for Redmine

== Installation

1. Copy the plugin directory into the "plugins" directory at the root
of your Redmine directory

2. Migrate and copy plugin assets:
rake redmine:plugins

3. Start Redmine

Installed plugins are listed and can be configured from 'Admin -> Plugins' screen.