lists hooks added in LogPage.php v1.34 by Avar.
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 29 Jul 2005 15:08:57 +0000 (15:08 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 29 Jul 2005 15:08:57 +0000 (15:08 +0000)
docs/hooks.txt

index ecf6ca1..92fa0f4 100644 (file)
@@ -299,6 +299,15 @@ $from: address of sending user
 $subject: subject of the mail
 $text: text of the mail
 
+'LogPageValidTypes': action being logged.
+$type: array of strings
+
+'LogPageLogName': name of the logging page(s).
+$typeText: array of strings
+
+'LogPageLogHeader': strings used by wfMsg as a header.
+$headerText: array of strings
+
 'TitleMoveComplete': after moving an article (title)
 $old: old title
 $nt: new title
@@ -339,3 +348,5 @@ $article: article object watched
 'CategoryPageView': before viewing a categorypage in CategoryPage::view
 $catpage: CategoryPage instance
 
+
+More hooks might not be available but undocumented.