]> source.dussan.org Git - redmine.git/commit
Merged hooks branch @ r1785 into trunk.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 5 Sep 2008 10:31:06 +0000 (10:31 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 5 Sep 2008 10:31:06 +0000 (10:31 +0000)
commitf7acdd1afde3018a9f7c0a7dc3b6bd97a65670a2
treeba4070526883885914942b3a0d253eb2a6e63bf8
parent4b9df2eac774aa045aa5207c8bc613ed6ca67d42
Merged hooks branch @ r1785 into trunk.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1786 e93f8b46-1217-0410-a6f0-8f06a7374b81
31 files changed:
app/controllers/issues_controller.rb
app/helpers/issues_helper.rb
app/views/issues/_form.rhtml
app/views/issues/bulk_edit.rhtml
app/views/issues/show.rhtml
app/views/layouts/base.rhtml
app/views/projects/settings/_members.rhtml
app/views/versions/show.rhtml
lib/generators/redmine_plugin/USAGE [new file with mode: 0644]
lib/generators/redmine_plugin/redmine_plugin_generator.rb [new file with mode: 0644]
lib/generators/redmine_plugin/templates/README [new file with mode: 0644]
lib/generators/redmine_plugin/templates/en.yml [new file with mode: 0644]
lib/generators/redmine_plugin/templates/init.rb [new file with mode: 0644]
lib/generators/redmine_plugin/templates/test_helper.rb [new file with mode: 0644]
lib/generators/redmine_plugin_controller/USAGE [new file with mode: 0644]
lib/generators/redmine_plugin_controller/redmine_plugin_controller_generator.rb [new file with mode: 0644]
lib/generators/redmine_plugin_controller/templates/controller.rb [new file with mode: 0644]
lib/generators/redmine_plugin_controller/templates/functional_test.rb [new file with mode: 0644]
lib/generators/redmine_plugin_controller/templates/helper.rb [new file with mode: 0644]
lib/generators/redmine_plugin_controller/templates/view.html.erb [new file with mode: 0644]
lib/generators/redmine_plugin_model/USAGE [new file with mode: 0644]
lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb [new file with mode: 0644]
lib/generators/redmine_plugin_model/templates/fixtures.yml [new file with mode: 0644]
lib/generators/redmine_plugin_model/templates/migration.rb [new file with mode: 0644]
lib/generators/redmine_plugin_model/templates/model.rb [new file with mode: 0644]
lib/generators/redmine_plugin_model/templates/unit_test.rb [new file with mode: 0644]
lib/redmine.rb
lib/redmine/hook.rb [new file with mode: 0644]
lib/tasks/plugins.rake [new file with mode: 0644]
test/functional/projects_controller_test.rb
test/unit/lib/redmine/hook_test.rb [new file with mode: 0644]