r23391 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23390‎ | r23391 | r23392 >
Date:15:23, 25 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Restore old alias for "most used images" ("mostimages")
Modified paths:
  • /branches/robchurch/reports/includes/QueryPage.php (modified) (history)
  • /branches/robchurch/reports/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: branches/robchurch/reports/includes/QueryPage.php
@@ -15,7 +15,6 @@
1616 // QueryPage subclass Special page name Limit (false for none, none for the default)
1717 //----------------------------------------------------------------------------
1818 array( 'DisambiguationsPage', 'Disambiguations' ),
19 - array( 'MostimagesPage', 'Mostimages' ),
2019 array( 'UnusedCategoriesPage', 'Unusedcategories' ),
2120 array( 'UnusedimagesPage', 'Unusedimages' ),
2221 array( 'UnusedtemplatesPage', 'Unusedtemplates' ),
Index: branches/robchurch/reports/languages/messages/MessagesEn.php
@@ -377,7 +377,7 @@
378378 'Largestcategories' => array( 'Largestcategories', 'Mostlinkedcategories' ),
379379 'Mostlinkedtemplates' => array( 'Mostlinkedtemplates', 'Mostusedtemplates' ),
380380 'Mostcategories' => array( 'Mostcategories' ),
381 - 'Mostimages' => array( 'Mostimages' ),
 381+ 'Mostusedimages' => array( 'Mostusedimages', 'Mostimages' ),
382382 'Mostrevisions' => array( 'Mostrevisions' ),
383383 'Fewestrevisions' => array( 'Fewestrevisions' ),
384384 'Shortpages' => array( 'Shortpages' ),

Status & tagging log