r53491 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53490‎ | r53491 | r53492 >
Date:20:03, 19 July 2009
Author:mrzman
Status:ok
Tags:
Comment:
(bug 19564) Update docs/hooks.txt
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -572,6 +572,9 @@
573573 if implementing a custom editor, e.g. for a special namespace,
574574 etc.
575575
 576+'DatabaseOraclePostInit': Called after initialising an Oracle database
 577+&$db: the DatabaseOracle object
 578+
576579 'NewDifferenceEngine': Called when a new DifferenceEngine object is made
577580 $title: the diff page title (nullable)
578581 &$oldId: the actual old Id to use in the diff
@@ -924,6 +927,11 @@
925928 $opts: query options
926929 $join_conds: JOIN conditions
927930
 931+'LocalisationCacheRecache': Called when loading the localisation data into cache
 932+$cache: The LocalisationCache object
 933+$code: language code
 934+&$alldata: The localisation data from core and extensions
 935+
928936 'LoginAuthenticateAudit': a login attempt for a valid user account either
929937 succeeded or failed. No return data is accepted; this hook is for auditing only.
930938 $user: the User object being authenticated against
@@ -1371,6 +1379,10 @@
13721380 no matches
13731381 $term: string of search term
13741382
 1383+'SpecialUploadComplete': Called after successfully uploading a file from
 1384+Special:Upload
 1385+$form: The UploadForm object
 1386+
13751387 'SpecialVersionExtensionTypes': called when generating the extensions credits,
13761388 use this to change the tables headers
13771389 $extTypes: associative array of extensions types
Index: trunk/phase3/RELEASE-NOTES
@@ -295,6 +295,7 @@
296296 * (bug 19827) Special:SpecialPages title is "Upload file
297297 * (bug 19355) Added .xhtml, .xht to upload file extension blacklist
298298 * (bug 19287) Workaround for lag on history page in Firefox 3.5
 299+* (bug 19564) Updated docs/hooks.txt
299300
300301 == API changes in 1.16 ==
301302

Status & tagging log