From: Jack D. Pond Date: Sun, 6 Mar 2011 06:07:14 +0000 (+0000) Subject: Documentation updates for r83371 X-Git-Tag: 1.31.0-rc.0~31612 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=02ef2dc762eb3688180add68309cb2353e8d5c3b;p=lhc%2Fweb%2Fwiklou.git Documentation updates for r83371 --- 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