r41249 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41248‎ | r41249 | r41250 >
Date:11:59, 25 September 2008
Author:siebrand
Status:old
Tags:
Comment:
Add messages from r41248
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2501,7 +2501,7 @@
25022502 'ipbotherreason' => 'Other/additional reason:',
25032503 'ipbhidename' => 'Hide username from the block log, active block list and user list',
25042504 'ipbwatchuser' => "Watch this user's user and talk pages",
2505 -'ipballowusertalk' => "Allow this user to edit their own talk page while blocked",
 2505+'ipballowusertalk' => 'Allow this user to edit their own talk page while blocked',
25062506 'badipaddress' => 'Invalid IP address',
25072507 'blockipsuccesssub' => 'Block succeeded',
25082508 'blockipsuccesstext' => '[[Special:Contributions/$1|$1]] has been blocked.<br />
Index: trunk/phase3/maintenance/language/messages.inc
@@ -1699,6 +1699,7 @@
17001700 'ipbotherreason',
17011701 'ipbhidename',
17021702 'ipbwatchuser',
 1703+ 'ipballowusertalk',
17031704 'badipaddress',
17041705 'blockipsuccesssub',
17051706 'blockipsuccesstext',
@@ -1739,6 +1740,7 @@
17401741 'block-log-flags-nocreate',
17411742 'block-log-flags-noautoblock',
17421743 'block-log-flags-noemail',
 1744+ 'block-log-flags-nousertalk',
17431745 'block-log-flags-angry-autoblock',
17441746 'range_block_disabled',
17451747 'ipb_expiry_invalid',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r41248(bug 8440) Allow preventing blocked users from editing their talk pages...mattj11:45, 25 September 2008