r83372 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83371‎ | r83372 | r83373 >
Date:06:07, 6 March 2011
Author:jdpond
Status:ok
Tags:
Comment:
Documentation updates for r83371
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -247,6 +247,7 @@
248248 &$retval: a LoginForm class constant to return from authenticateUserData();
249249 default is LoginForm::ABORTED. Note that the client may be using
250250 a machine API rather than the HTML user interface.
 251+&$msg: the message identifier for abort reason (new in 1.18, not available before 1.18)
251252
252253 'AbortMove': allows to abort moving an article (title)
253254 $old: old title
Index: trunk/phase3/RELEASE-NOTES
@@ -163,6 +163,8 @@
164164 cause confusing error messages.
165165 * (bug 27854) Http::isValidURI is way too lax.
166166 * Do not show enotifminoredits preference, if disabled by $wgEnotifMinorEdits.
 167+* AbortLogin returning "ABORTED" now handled. Also allows message identifier
 168+ for "ABORTED" reason to be returned and displayed to user.
167169
168170 === API changes in 1.18 ===
169171 * (bug 26339) Throw warning when truncating an overlarge API result

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83371Fix and Enhance:...jdpond05:39, 6 March 2011

Status & tagging log