Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/198121

Change subject: Don't force a pagination limit of 25
......................................................................

Don't force a pagination limit of 25

There is no apparent need to prevent users from customising the limit
in the pagination. As a default it's also unnecessarily conservative,
compared to the normal 50.

Few or no other special pages seem to do the same.

Change-Id: I089d14317d690efe67b3293f233d9a321aabac90
---
M includes/specials/SpecialUsersWhoWillBeRenamed.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/21/198121/1

diff --git a/includes/specials/SpecialUsersWhoWillBeRenamed.php 
b/includes/specials/SpecialUsersWhoWillBeRenamed.php
index 94cd6b9..4f4b855 100644
--- a/includes/specials/SpecialUsersWhoWillBeRenamed.php
+++ b/includes/specials/SpecialUsersWhoWillBeRenamed.php
@@ -40,7 +40,6 @@
        public function __construct( SpecialPage $owner, IContextSource 
$context ) {
                $this->owner = $owner;
                $this->mDb = CentralAuthUser::getCentralSlaveDB();
-               $this->setLimit( 25 );
                parent::__construct( $context );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/198121
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I089d14317d690efe67b3293f233d9a321aabac90
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <[email protected]>

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

Reply via email to