r41832 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41831‎ | r41832 | r41833 >
Date:06:44, 8 October 2008
Author:raymond
Status:old
Tags:
Comment:
Cleanup for r41831:
* Typo in message name
* Add new message to messages.inc
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlockip.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1746,6 +1746,7 @@
17471747 'ipb-unblock',
17481748 'ipb-blocklist-addr',
17491749 'ipb-blocklist',
 1750+ 'ipb-blocklist-contribs',
17501751 'unblockip',
17511752 'unblockiptext',
17521753 'ipusubmit',
Index: trunk/phase3/includes/specials/SpecialBlockip.php
@@ -480,7 +480,7 @@
481481 global $wgUser;
482482 $skin = $wgUser->getSkin();
483483 $contribsPage = SpecialPage::getTitleFor( 'Contributions', $this->BlockAddress );
484 - $links[] = $skin->link( $contribsPage, wfMsgHtml( 'ipb-blocklist-contibs', $this->BlockAddress ) );
 484+ $links[] = $skin->link( $contribsPage, wfMsgHtml( 'ipb-blocklist-contribs', $this->BlockAddress ) );
485485 $links[] = $this->getUnblockLink( $skin );
486486 $links[] = $this->getBlockListLink( $skin );
487487 $links[] = $skin->makeLink ( 'MediaWiki:Ipbreason-dropdown', wfMsgHtml( 'ipb-edit-dropdown' ) );
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2553,7 +2553,7 @@
25542554 'ipb-unblock' => 'Unblock a username or IP address',
25552555 'ipb-blocklist-addr' => 'Existing blocks for $1',
25562556 'ipb-blocklist' => 'View existing blocks',
2557 -'ipb-blocklist-contibs' => 'Contributions for $1',
 2557+'ipb-blocklist-contribs' => 'Contributions for $1',
25582558 'unblockip' => 'Unblock user',
25592559 'unblockiptext' => 'Use the form below to restore write access to a previously blocked IP address or username.',
25602560 'ipusubmit' => 'Unblock this address',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r41831(bug 15432) Contribs links at blockip. Moved "edit" message and shorten some.aaron04:44, 8 October 2008

Status & tagging log