r64181 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64180‎ | r64181 | r64182 >
Date:20:27, 25 March 2010
Author:happy-melon
Status:ok (Comments)
Tags:
Comment:
Now that LQT is installed on WMF wikis, we can't pretend that 5000 == all any more :(
Modified paths:
  • /trunk/phase3/includes/specials/SpecialAllmessages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialAllmessages.php
@@ -137,7 +137,7 @@
138138 // We want to have an option for people to view *all* the messages,
139139 // so they can use Ctrl+F to search them. 5000 is the maximum that
140140 // will get through WebRequest::getLimitOffset().
141 - $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 => wfMsg('limitall') );
 141+ $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 );
142142
143143 global $wgLang, $wgContLang, $wgRequest;
144144

Follow-up revisions

RevisionCommit summaryAuthorDate
r73918Followup r64181, rm comment that doesn't fit anymoredemon17:10, 28 September 2010

Comments

#Comment by MZMcBride (talk | contribs)   16:57, 28 September 2010

Code comment should probably be killed? Feels odd.

Status & tagging log