r91874 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91873‎ | r91874 | r91875 >
Date:11:34, 11 July 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Update limit selector values. Either people want to show a little by default, or they want to see all of them. Too much choice here is not useful.
Modified paths:
  • /trunk/extensions/Translate/specials/SpecialTranslate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/specials/SpecialTranslate.php
@@ -271,7 +271,7 @@
272272 protected function limitSelector() {
273273 global $wgLang;
274274
275 - $items = array( 100, 250, 500, 1000, 2500 );
 275+ $items = array( 100, 1000, 5000 );
276276 $selector = new HTMLSelector( 'limit', 'limit', $this->options['limit'] );
277277
278278 foreach ( $items as $count ) {

Status & tagging log