r77565 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77564‎ | r77565 | r77566 >
Date:08:29, 2 December 2010
Author:raymond
Status:resolved (Comments)
Tags:
Comment:
Follow-up r77558: Use an own reason message instead of reusing another one
Modified paths:
  • /trunk/phase3/includes/specials/SpecialDisableAccount.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialDisableAccount.php
@@ -15,7 +15,7 @@
1616 ),
1717 'comment' => array(
1818 'type' => 'text',
19 - 'label-message' => 'movereason',
 19+ 'label-message' => 'disableaccount-reason',
2020 ),
2121 'confirm' => array(
2222 'type' => 'toggle',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -4364,6 +4364,7 @@
43654365 # Special:DisableAccount
43664366 'disableaccount' => 'Disable an user account',
43674367 'disableaccount-user' => 'Username:',
 4368+'disableaccount-reason' => 'Reason:',
43684369 'disableaccount-confirm' => "Disable this user account.
43694370 The user will not be able to log in, reset their password, or receive e-mail notifications.
43704371 If the user is currently logged in anywhere, they will be immediately logged out.

Follow-up revisions

RevisionCommit summaryAuthorDate
r77573Follow-up r77565: Add new message here tooraymond11:24, 2 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77558Add logging for Special:DisableAccountwerdna05:27, 2 December 2010

Comments

#Comment by Siebrand (talk | contribs)   11:18, 2 December 2010

Needs follow-up with update of messages.inc.

Status & tagging log