From 25370b6d0e905b98aea7507886247df0e4026f5f Mon Sep 17 00:00:00 2001 From: Alex Z Date: Sun, 19 Jul 2009 20:03:13 +0000 Subject: [PATCH] (bug 19564) Update docs/hooks.txt --- RELEASE-NOTES | 1 + docs/hooks.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a78eaa693e..2cb95299f4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/docs/hooks.txt b/docs/hooks.txt index c2e73f5c4d..6f98b7e162 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -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 -- 2.20.1