r89689 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89688‎ | r89689 | r89690 >
Date:21:20, 7 June 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow up r85410 & r89688. Try to make clearer that this is a message key.
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -236,7 +236,7 @@
237237
238238 'AbortAutoAccount': Return false to cancel automated local account creation, where normally authentication against an external auth plugin would be creating a local account.
239239 $user: the User object about to be created (read-only, incomplete)
240 -&$abortMessage: out parameter: error message to be displayed to user
 240+&$abortMsg: out parameter: name of error message to be displayed to user
241241
242242 'AbortAutoblock': Return false to cancel an autoblock.
243243 $autoblockip: The IP going to be autoblocked.
@@ -262,7 +262,7 @@
263263
264264 'AbortNewAccount': Return false to cancel explicit account creation.
265265 $user: the User object about to be created (read-only, incomplete)
266 -&$message: out parameter: error message to display on abort
 266+&$msg: out parameter: name of error message to display on abort
267267
268268 'AddNewAccount': after a user account is created
269269 $user: the User object that was created. (Parameter added in 1.7)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85410* (bug 24755) AuthPlugin auto-creation of local accounts can now be aborted by...brion01:18, 5 April 2011
r89688Doc fix for r85410demon20:56, 7 June 2011

Status & tagging log