MantisBT: master 9fcdd066

Author Committer Branch Timestamp Parent
dregad dregad master 2015-10-24 15:38 master 48593d34
Affected Issues  0020183: EVENT_MENU_ISSUE should pass bug_id as parameter
Changeset

Documentation and code clean up for plugin events

After my question in issue 0020183, here is some clean up for the events
documentation:

  • Added doc for missing parameters:
    • EVENT_LOG
    • EVENT_DISPLAY_FORMATTED
    • EVENT_MENU_ISSUE
    • EVENT_VIEW_BUG_ATTACHMENT
    • EVENT_MANAGE_OVERVIEW_INFO
  • Missing documentation for event EVENT_DISPLAY_EMAIL_BUILD_SUBJECT
  • Code clean up on usage of events:
    • EVENT_UPDATE_BUG_FORM
    • EVENT_UPDATE_BUG_FORM_TOP
  • Change comments to reflect actual types for function event_type_chain()
  • Apply consistent formating to documentation
mod - bug_update_page.php Diff File
mod - core/event_api.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference.xml Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Manage.xml Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Output.xml Diff File