ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
[PATCH] Adding a hook in the heading on showing an issue (Feature #199)
Description
The heading (h2) in /issue/show is a good place to show something related with the identity of the issue, as http://redmine.ruby-lang.org/issues/show/1.
Could you add an hook point here? I would like to use the hook for the MailingListIntegration plugin which I am developing. I think it is useful for integrating redmine with an external system which posts an issue.
Associated revisions
Test for striked through wiki link (#199).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1456 e93f8b46-1217-0410-a6f0-8f06a7374b81
[#199] Add view_issues_show_identifier hook
Contributed by Yuki Sonoda
History
Updated by Eric Davis at 2011-02-19 01:34 am
I'll take a look at it. I wish there was a better way we could use hooks so that a plugin could change the heading too.
- Assignee set to Eric Davis
Updated by Eric Davis at 2011-03-14 12:29 am
Thanks Yuki Sonoda. I've added the :view_issues_show_identifier
hook in 0db26f8.
- Target version set to 1.2.0
- Status changed from Open to Closed