MantisBT: master 485f6d50

Author Committer Branch Timestamp Parent
dhx dhx master 2009-10-06 02:55 master 00f35a43
Affected Issues  0011000: Add EVENTS to Tag attach/detach
Changeset

Issue 0011000: Add events for tag_attach and tag_detach

Events should be raised on the attachment and detachment of tags from a
bug. In the event that multiple tags are attached or detached at once,
all tag IDs should be passed to the plugin in a single event.

Thanks to frodgers for providing this patch.

mod - core/events_inc.php Diff File
mod - docbook/developers/en/event-reference-bug.sgml Diff File
mod - tag_attach.php Diff File
mod - tag_detach.php Diff File