r51921 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51920‎ | r51921 | r51922 >
Date:20:10, 15 June 2009
Author:ialex
Status:ok
Tags:
Comment:
Added new message 'sp-deletedcontributions-contribs' for the link to Special:Contributions at the top of Special:DeletedContributions so it is possible to have a non-capitalized link, more or less the same as 48906
Modified paths:
  • /trunk/phase3/includes/specials/SpecialDeletedContributions.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
@@ -1548,6 +1548,7 @@
15491549 'deletedcontribs' => array(
15501550 'deletedcontributions',
15511551 'deletedcontributions-title',
 1552+ 'sp-deletedcontributions-contribs',
15521553 ),
15531554 'linksearch' => array(
15541555 'linksearch',
Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php
@@ -361,7 +361,7 @@
362362 # Link to undeleted contributions
363363 $tools[] = $sk->linkKnown(
364364 SpecialPage::getTitleFor( 'Contributions', $nt->getDBkey() ),
365 - wfMsgHtml( 'contributions' )
 365+ wfMsgHtml( 'sp-deletedcontributions-contribs' )
366366 );
367367
368368 wfRunHooks( 'ContributionsToolLinks', array( $id, $nt, &$tools ) );
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2302,8 +2302,9 @@
23032303 'special-categories-sort-abc' => 'sort alphabetically',
23042304
23052305 # Special:DeletedContributions
2306 -'deletedcontributions' => 'Deleted user contributions',
2307 -'deletedcontributions-title' => 'Deleted user contributions',
 2306+'deletedcontributions' => 'Deleted user contributions',
 2307+'deletedcontributions-title' => 'Deleted user contributions',
 2308+'sp-deletedcontributions-contribs' => 'contributions',
23082309
23092310 # Special:LinkSearch
23102311 'linksearch' => 'External links',

Status & tagging log