(bug 19564) Update docs/hooks.txt
authorAlex Z <mrzman@users.mediawiki.org>
Sun, 19 Jul 2009 20:03:13 +0000 (20:03 +0000)
committerAlex Z <mrzman@users.mediawiki.org>
Sun, 19 Jul 2009 20:03:13 +0000 (20:03 +0000)
RELEASE-NOTES
docs/hooks.txt

index a78eaa6..2cb9529 100644 (file)
@@ -295,6 +295,7 @@ this. Was used when mwEmbed was going to be an extension.
 * (bug 19827) Special:SpecialPages title is "Upload file
 * (bug 19355) Added .xhtml, .xht to upload file extension blacklist
 * (bug 19287) Workaround for lag on history page in Firefox 3.5
+* (bug 19564) Updated docs/hooks.txt
 
 == API changes in 1.16 ==
 
index c2e73f5..6f98b7e 100644 (file)
@@ -572,6 +572,9 @@ Return true to allow the normal editor to be used, or false
 if implementing a custom editor, e.g. for a special namespace,
 etc.
 
+'DatabaseOraclePostInit': Called after initialising an Oracle database
+&$db: the DatabaseOracle object
+
 'NewDifferenceEngine': Called when a new DifferenceEngine object is made
 $title: the diff page title (nullable)
 &$oldId: the actual old Id to use in the diff
@@ -924,6 +927,11 @@ $conds: conditions
 $opts: query options
 $join_conds: JOIN conditions
 
+'LocalisationCacheRecache': Called when loading the localisation data into cache
+$cache: The LocalisationCache object
+$code: language code
+&$alldata: The localisation data from core and extensions
+
 'LoginAuthenticateAudit': a login attempt for a valid user account either
 succeeded or failed. No return data is accepted; this hook is for auditing only.
 $user: the User object being authenticated against
@@ -1371,6 +1379,10 @@ $term: string of search term
 no matches
 $term: string of search term
 
+'SpecialUploadComplete': Called after successfully uploading a file from 
+Special:Upload
+$form: The UploadForm object
+
 'SpecialVersionExtensionTypes': called when generating the extensions credits,
 use this to change the tables headers
 $extTypes: associative array of extensions types