Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -247,6 +247,7 @@ |
248 | 248 | &$retval: a LoginForm class constant to return from authenticateUserData(); |
249 | 249 | default is LoginForm::ABORTED. Note that the client may be using |
250 | 250 | 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) |
251 | 252 | |
252 | 253 | 'AbortMove': allows to abort moving an article (title) |
253 | 254 | $old: old title |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -163,6 +163,8 @@ |
164 | 164 | cause confusing error messages. |
165 | 165 | * (bug 27854) Http::isValidURI is way too lax. |
166 | 166 | * 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. |
167 | 169 | |
168 | 170 | === API changes in 1.18 === |
169 | 171 | * (bug 26339) Throw warning when truncating an overlarge API result |