From a650cff4464978963e3e006124045035642cee6c Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 29 Jul 2005 15:08:57 +0000 Subject: [PATCH] lists hooks added in LogPage.php v1.34 by Avar. --- docs/hooks.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/hooks.txt b/docs/hooks.txt index ecf6ca1226..92fa0f44c4 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -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. -- 2.20.1