r38042 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38041‎ | r38042 | r38043 >
Date:19:14, 25 July 2008
Author:simetrical
Status:old
Tags:
Comment:
Copy-paste documentation for copy-pasted hook, too.
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -1190,6 +1190,10 @@
11911191 'SpecialVersionExtensionTypes': called when generating the extensions credits, use this to change the tables headers
11921192 $extTypes: associative array of extensions types
11931193
 1194+'TitleArrayFromResult': called when creating an TitleArray object from a database result
 1195+&$titleArray: set this to an object to override the default object returned
 1196+$res: database result used to create the object
 1197+
11941198 'TitleMoveComplete': after moving an article (title)
11951199 $old: old title
11961200 $nt: new title

Status & tagging log