Now that LQT is installed on WMF wikis, we can't pretend that 5000 == all any more :(
authorHappy-melon <happy-melon@users.mediawiki.org>
Thu, 25 Mar 2010 20:27:41 +0000 (20:27 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Thu, 25 Mar 2010 20:27:41 +0000 (20:27 +0000)
includes/specials/SpecialAllmessages.php

index 1745bf6..57debc0 100644 (file)
@@ -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;