http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73918

Revision: 73918
Author:   demon
Date:     2010-09-28 17:10:51 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Followup r64181, rm comment that doesn't fit anymore

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialAllmessages.php

Modified: trunk/phase3/includes/specials/SpecialAllmessages.php
===================================================================
--- trunk/phase3/includes/specials/SpecialAllmessages.php       2010-09-28 
17:08:57 UTC (rev 73917)
+++ trunk/phase3/includes/specials/SpecialAllmessages.php       2010-09-28 
17:10:51 UTC (rev 73918)
@@ -157,9 +157,6 @@
                $this->mPage = $page;
                $this->mConds = $conds;
                $this->mDefaultDirection = true; // always sort ascending
-               // 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 );
 
                global $wgLang, $wgContLang, $wgRequest;



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to