From 02ef2dc762eb3688180add68309cb2353e8d5c3b Mon Sep 17 00:00:00 2001 From: "Jack D. Pond" Date: Sun, 6 Mar 2011 06:07:14 +0000 Subject: [PATCH] Documentation updates for r83371 --- RELEASE-NOTES | 2 ++ docs/hooks.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 374917b6e6..a7166bf1cb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -163,6 +163,8 @@ PHP if you have not done so prior to upgrading MediaWiki. cause confusing error messages. * (bug 27854) Http::isValidURI is way too lax. * Do not show enotifminoredits preference, if disabled by $wgEnotifMinorEdits. +* AbortLogin returning "ABORTED" now handled. Also allows message identifier + for "ABORTED" reason to be returned and displayed to user. === API changes in 1.18 === * (bug 26339) Throw warning when truncating an overlarge API result diff --git a/docs/hooks.txt b/docs/hooks.txt index 0922b3da13..3aefd0338b 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -247,6 +247,7 @@ $password: the password being submitted, not yet checked for validity &$retval: a LoginForm class constant to return from authenticateUserData(); default is LoginForm::ABORTED. Note that the client may be using a machine API rather than the HTML user interface. +&$msg: the message identifier for abort reason (new in 1.18, not available before 1.18) 'AbortMove': allows to abort moving an article (title) $old: old title -- 2.20.1