Dereckson has uploaded a new change for review.

Change subject: (bug 40117) Fixing [[Special:GlobalUsers]] pager parameter
......................................................................

(bug 40117) Fixing [[Special:GlobalUsers]] pager parameter

[[Special:GlobalUsers]] have currently the following behavior:

        It's possible to call it with a parameter
        .../wiki/Special:GlobalUsers/param

        (i)  If param matches a valid group, the page selects
             this group in 'Groups' (this is case sensitive)

        (ii) If param doesn't match a valid group, it handles
             it as a regular UsersPager parameter, which is
             considered as an undesired behavior.

This change keeps the (i) and replace (ii) by the following
behavior:

        (ii) If param doesn't match a valid group,
             the param is ignored.

Change-Id: Ib63a1955303edb29de5a9ade5f45a66ca300988f
---
M specials/SpecialGlobalUsers.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/94/23294/1
--
To view, visit https://gerrit.wikimedia.org/r/23294
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib63a1955303edb29de5a9ade5f45a66ca300988f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Dereckson <dereck...@espace-win.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to