Anomie has uploaded a new change for review.
https://gerrit.wikimedia.org/r/98461
Change subject: Don't localize Special:CentralAutoLogin
......................................................................
Don't localize Special:CentralAutoLogin
Localization of Special:CentralAutoLogin causes problems for log
analysis and for dealing with the large number of hits that can come
into this page (e.g. bug 54195 comment 20). At the same time, it gives
miniscule benefit to users, as it is never exposed in the public user
interface.
So let's just remove the localization of it.
Bug: 54195
Change-Id: I820370de3afa0bdfce360cba1aef651ac084fd06
---
M CentralAuth.alias.php
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth
refs/changes/61/98461/1
diff --git a/CentralAuth.alias.php b/CentralAuth.alias.php
index 7e44dbb..a8c63a5 100644
--- a/CentralAuth.alias.php
+++ b/CentralAuth.alias.php
@@ -12,13 +12,16 @@
/** English (English) */
$specialPageAliases['en'] = array(
'CentralAuth' => array( 'CentralAuth' ),
- 'CentralAutoLogin' => array( 'CentralAutoLogin' ),
'MergeAccount' => array( 'MergeAccount' ),
'GlobalGroupMembership' => array( 'GlobalUserRights',
'GlobalGroupMembership' ),
'GlobalGroupPermissions' => array( 'GlobalGroupPermissions' ),
'WikiSets' => array( 'WikiSets', 'EditWikiSets' ),
'GlobalUsers' => array( 'GlobalUsers' ),
'MultiLock' => array( 'MultiLock' ),
+
+ // Localizing Special:CentralAutoLogin causes issues (bug 54195) and is
of
+ // miniscule benefit to users, so don't do so.
+ //'CentralAutoLogin' => array( 'CentralAutoLogin' ),
);
/** Afrikaans (Afrikaans) */
--
To view, visit https://gerrit.wikimedia.org/r/98461
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I820370de3afa0bdfce360cba1aef651ac084fd06
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits