r10314 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10313‎ | r10314 | r10315 >
Date:15:08, 29 July 2005
Author:hashar
Status:old
Tags:
Comment:
lists hooks added in LogPage.php v1.34 by Avar.
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -299,6 +299,15 @@
300300 $subject: subject of the mail
301301 $text: text of the mail
302302
 303+'LogPageValidTypes': action being logged.
 304+$type: array of strings
 305+
 306+'LogPageLogName': name of the logging page(s).
 307+$typeText: array of strings
 308+
 309+'LogPageLogHeader': strings used by wfMsg as a header.
 310+$headerText: array of strings
 311+
303312 'TitleMoveComplete': after moving an article (title)
304313 $old: old title
305314 $nt: new title
@@ -339,3 +348,5 @@
340349 'CategoryPageView': before viewing a categorypage in CategoryPage::view
341350 $catpage: CategoryPage instance
342351
 352+
 353+More hooks might not be available but undocumented.

Status & tagging log