Hooks List » History » Version 3
Version 2 (Eric Davis, 2008-08-13 03:15) → Version 3/24 (Eric Davis, 2008-08-13 03:17)
h1. Hooks
To see the current list of hooks, run @rake redmine:plguins:hook_list@ in the Redmine directory.
h2. Views
For views hooks, current project is accessible using @:project@ key of context.
table{width:100%}.
|_. Name|_. Description|_. Context|
|@view_layouts_base_html_head@|Appends content to the html head of the base layout||
h2. Controllers
table{width:100%}.
|_. Name|_. Description|_. Context|
|@:controller_issues_bulk_edit_before_save@|Passes the current issue and the params to the hook before saving. This can be used to set attributes on the issues.| @:params, :issue@|
h2. Helpers
table{width:100%}.
|_. Name|_. Description|_. Context|
|@:helper_issues_show_detail_after_setting@|Passes data to the hook to allow it to set the label and value.|@:detail, :label, :value, :old_value@|
To see the current list of hooks, run @rake redmine:plguins:hook_list@ in the Redmine directory.
h2. Views
For views hooks, current project is accessible using @:project@ key of context.
table{width:100%}.
|_. Name|_. Description|_. Context|
|@view_layouts_base_html_head@|Appends content to the html head of the base layout||
h2. Controllers
table{width:100%}.
|_. Name|_. Description|_. Context|
|@:controller_issues_bulk_edit_before_save@|Passes the current issue and the params to the hook before saving. This can be used to set attributes on the issues.| @:params, :issue@|
h2. Helpers
table{width:100%}.
|_. Name|_. Description|_. Context|
|@:helper_issues_show_detail_after_setting@|Passes data to the hook to allow it to set the label and value.|@:detail, :label, :value, :old_value@|