From: Happy-melon Date: Thu, 25 Mar 2010 20:27:41 +0000 (+0000) Subject: Now that LQT is installed on WMF wikis, we can't pretend that 5000 == all any more :( X-Git-Tag: 1.31.0-rc.0~37361 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=744342366b19;p=lhc%2Fweb%2Fwiklou.git Now that LQT is installed on WMF wikis, we can't pretend that 5000 == all any more :( --- diff --git a/includes/specials/SpecialAllmessages.php b/includes/specials/SpecialAllmessages.php index 1745bf6ca4..57debc0a19 100644 --- a/includes/specials/SpecialAllmessages.php +++ b/includes/specials/SpecialAllmessages.php @@ -137,7 +137,7 @@ class AllmessagesTablePager extends TablePager { // We want to have an option for people to view *all* the messages, // so they can use Ctrl+F to search them. 5000 is the maximum that // will get through WebRequest::getLimitOffset(). - $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 => wfMsg('limitall') ); + $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 ); global $wgLang, $wgContLang, $wgRequest;