MantisBT: master-1.2.x 608f34b6

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2009-10-06 02:55 master-1.2.x bbb8e44a
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