Commit Graph

18 Commits

Author SHA1 Message Date
Eric Davis
ef26e2e0ba Removing Redmine::Hook::HOOKS because it's not used any more with the dynamic hook loading. #1677
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1746 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-13 15:34:21 +00:00
Eric Davis
98cf5ebca0 Added rake task for listing the Plugin hooks by running rake redmine:plugins:hook_list.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1742 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-13 01:11:45 +00:00
Eric Davis
63e135ffef Adds :helper_issues_show_detail_after_setting hook. #1677
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1741 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-13 00:43:43 +00:00
Eric Davis
77d0a96289 Adds :controller_issues_bulk_edit_before_save hook. #1677
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1740 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-13 00:43:36 +00:00
Eric Davis
879a29b8cf Added hooks to the Project members table
* :view_projects_settings_members_table_header
* :view_projects_settings_members_table_row

  #1677


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1739 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-13 00:43:30 +00:00
Eric Davis
b506b12a2d Adds :view_issues_bulk_edit_details_bottom hook. #1677
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1738 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-13 00:43:24 +00:00
Eric Davis
64a3361769 Adds :view_issues_form_details_bottom hook. #1677
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1737 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-13 00:43:17 +00:00
Jean-Philippe Lang
a7b30d39ce Adds :view_issues_show_details_bottom hook.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1736 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-12 16:33:39 +00:00
Jean-Philippe Lang
2a04d6188b Adds plugin controller and model generator.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1726 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-10 14:57:05 +00:00
Jean-Philippe Lang
74b942b34d Slight changes to hook unit tests.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1725 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-08 06:50:07 +00:00
Jean-Philippe Lang
3a0c29a42e Adds AssetTagHelper to ViewListener class and functional test.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1724 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-08 06:45:08 +00:00
Jean-Philippe Lang
88f3c43170 Plugin generator: set plugin name in init.rb.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1722 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-07 19:57:11 +00:00
Jean-Philippe Lang
ed7e61d1c3 Adds a simple Redmine plugin generator.
Usage:

  script/generate redmine_plugin my_plugin

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1721 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-07 19:43:18 +00:00
Jean-Philippe Lang
4a41c66855 Passing @project to hook calls no longer needed in views.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1720 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-07 18:45:21 +00:00
Jean-Philippe Lang
ff2aba49ac Removes junk code introduced in r1718.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1719 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-07 18:44:02 +00:00
Jean-Philippe Lang
efc5d18871 Automatically add current project to the context of hook calls in views.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1718 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-07 18:43:22 +00:00
Jean-Philippe Lang
f892fcf716 Hooks initial commit.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1717 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-07 18:24:35 +00:00
Jean-Philippe Lang
7c56968018 Added branch for hooks integration.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1716 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-07 10:52:19 +00:00