Feature #3306
Add 3 plugin hook, patch included
| Status: | Closed | Start date: | 2009-05-06 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Eric Davis | % Done: | 100% |
|
| Category: | Plugin API | |||
| Target version: | 0.8.5 | |||
| Resolution: |
Description
Hi,
I'd need 3 plugin hooks for a Campfire notifier plugin for Redmine I am using. I've included a patch.It is:
- One hook after editing a wiki,
- One hook after creating a new topic in a board,
- One hook after replying to a topid in a board.
I also pulled a request to edavis on github.
Thanks!
Associated revisions
Added more plugin hooks:
- :controller_messages_new_after_save
- :controller_messages_reply_after_save
- :controller_wiki_edit_after_save
History
Updated by Eric Davis over 2 years ago
- Status changed from New to Resolved
- Target version set to 0.8.5
- % Done changed from 0 to 100
Added, with some name changes, in r2774.
Updated by Jean-Philippe Lang over 2 years ago
- Status changed from Resolved to Closed
Merged in 0.8-stable in r2882.