r73918 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73917‎ | r73918 | r73919 >
Date:17:10, 28 September 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r64181, rm comment that doesn't fit anymore
Modified paths:
  • /trunk/phase3/includes/specials/SpecialAllmessages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialAllmessages.php
@@ -157,9 +157,6 @@
158158 $this->mPage = $page;
159159 $this->mConds = $conds;
160160 $this->mDefaultDirection = true; // always sort ascending
161 - // We want to have an option for people to view *all* the messages,
162 - // so they can use Ctrl+F to search them. 5000 is the maximum that
163 - // will get through WebRequest::getLimitOffset().
164161 $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 );
165162
166163 global $wgLang, $wgContLang, $wgRequest;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64181Now that LQT is installed on WMF wikis, we can't pretend that 5000 == all any...happy-melon20:27, 25 March 2010

Status & tagging log