Documentation updates for r83371
authorJack D. Pond <jdpond@users.mediawiki.org>
Sun, 6 Mar 2011 06:07:14 +0000 (06:07 +0000)
committerJack D. Pond <jdpond@users.mediawiki.org>
Sun, 6 Mar 2011 06:07:14 +0000 (06:07 +0000)
RELEASE-NOTES
docs/hooks.txt

index 374917b..a7166bf 100644 (file)
@@ -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
index 0922b3d..3aefd03 100644 (file)
@@ -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