jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I089d14317d690efe67b3293f233d9a321aabac90
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to