r45092 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45091‎ | r45092 | r45093 >
Date:14:33, 27 December 2008
Author:siebrand
Status:ok
Tags:
Comment:
Follow up on r44724 (Remove some less-useful redundant links from sidebar): remove bug reports link completely.
Modified paths:
  • /trunk/extensions/Translate/wikimedia-mostused.txt (modified) (history)
  • /trunk/phase3/includes/Skin.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)
  • /trunk/phase3/skins/CologneBlue.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -218,8 +218,6 @@
219219 'links' => array(
220220 'aboutsite',
221221 'aboutpage',
222 - 'bugreports',
223 - 'bugreportspage',
224222 'copyright',
225223 'copyrightpagename',
226224 'copyrightpage',
Index: trunk/phase3/skins/CologneBlue.php
@@ -263,8 +263,7 @@
264264 $s .= $this->menuHead( "qbspecialpages" )
265265 . $this->specialLink( "newpages" )
266266 . $sep . $this->specialLink( "imagelist" )
267 - . $sep . $this->specialLink( "statistics" )
268 - . $sep . $this->bugReportsLink();
 267+ . $sep . $this->specialLink( "statistics" );
269268 if ( $wgUser->isLoggedIn() && $wgEnableUploads ) {
270269 $s .= $sep . $this->specialLink( "upload" );
271270 }
Index: trunk/phase3/includes/Skin.php
@@ -1651,12 +1651,6 @@
16521652 return $s;
16531653 }
16541654
1655 - function bugReportsLink() {
1656 - $s = $this->makeKnownLink( wfMsgForContent( 'bugreportspage' ),
1657 - wfMsg( 'bugreports' ) );
1658 - return $s;
1659 - }
1660 -
16611655 function talkLink() {
16621656 global $wgTitle;
16631657
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -693,8 +693,6 @@
694694 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
695695 'aboutsite' => 'About {{SITENAME}}',
696696 'aboutpage' => 'Project:About',
697 -'bugreports' => 'Bug reports',
698 -'bugreportspage' => 'Project:Bug reports',
699697 'copyright' => 'Content is available under $1.',
700698 'copyrightpagename' => '{{SITENAME}} copyright',
701699 'copyrightpage' => '{{ns:project}}:Copyrights',
Index: trunk/extensions/Translate/wikimedia-mostused.txt
@@ -375,8 +375,6 @@
376376 specialloguserlabel
377377 qbfind
378378 history-feed-item-nocomment
379 -bugreports
380 -bugreportspage
381379 page_last
382380 page_first
383381 ipblocklist

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r44724Remove bug report linkaaron20:03, 17 December 2008

Status & tagging log