User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:plugins_events

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mantisbt:plugins_events [2007/11/09 10:22] jreesemantisbt:plugins_events [2011/11/16 07:54] (current) – The page rendering was broken (maybe since new PHP version on mantisbt.org). Added new line to fix it at end of file. atrol
Line 1: Line 1:
 +
 ====== Plugin Events Reference ====== ====== Plugin Events Reference ======
  
Line 21: Line 22:
   * **''EVENT_LAYOUT_CONTENT_END''** ( Output ) - This event is triggered after the content section has been displayed, but before the footer section.   * **''EVENT_LAYOUT_CONTENT_END''** ( Output ) - This event is triggered after the content section has been displayed, but before the footer section.
   * **''EVENT_LAYOUT_PAGE_FOOTER''** ( Output ) - This event is triggered after the normal Mantis footer has been displayed, and any output from this event should be the last elements displayed on the page.   * **''EVENT_LAYOUT_PAGE_FOOTER''** ( Output ) - This event is triggered after the normal Mantis footer has been displayed, and any output from this event should be the last elements displayed on the page.
 +
  
 ==== Display Events ==== ==== Display Events ====
Line 26: Line 28:
 These events are called whenever certain content is displayed, allowing plugins to modify the displayed content for formatting or other reasons. These events are called whenever certain content is displayed, allowing plugins to modify the displayed content for formatting or other reasons.
  
-  * **''EVENT_DISPLAY_GENERAL''** ( Chain ) +  * **''EVENT_DISPLAY_TEXT''** ( Chain ) 
-  * **''EVENT_DISPLAY_GENERAL_LINKS''** ( Chain )+  * **''EVENT_DISPLAY_FORMATTED''** ( Chain )
   * **''EVENT_DISPLAY_RSS''** ( Chain )   * **''EVENT_DISPLAY_RSS''** ( Chain )
  
Line 82: Line 84:
   * **''EVENT_BUG_CLOSED''** ( Execute ) - Triggered when a bug has been closed   * **''EVENT_BUG_CLOSED''** ( Execute ) - Triggered when a bug has been closed
   * **''EVENT_BUG_NOTE_ADDED''** ( Execute ) - Triggered when a bugnote has been added to a bug.  //Is this superfluous because of EVENT_BUG_UPDATED?//   * **''EVENT_BUG_NOTE_ADDED''** ( Execute ) - Triggered when a bugnote has been added to a bug.  //Is this superfluous because of EVENT_BUG_UPDATED?//
 +
  
  
mantisbt/plugins_events.1194621766.txt.gz · Last modified: 2008/10/29 04:32 (external edit)

Driven by DokuWiki