Hoo man has uploaded a new change for review.
https://gerrit.wikimedia.org/r/185065
Change subject: Link user names on Special:GlobalRenameQueue to
Special:CentralAuth
......................................................................
Link user names on Special:GlobalRenameQueue to Special:CentralAuth
For convenience.
Change-Id: If2578b1480c8cd2b8f74dccf94bf6280f339d712
---
M includes/specials/SpecialGlobalRenameQueue.php
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth
refs/changes/65/185065/1
diff --git a/includes/specials/SpecialGlobalRenameQueue.php
b/includes/specials/SpecialGlobalRenameQueue.php
index 5b12503..8efd58e 100644
--- a/includes/specials/SpecialGlobalRenameQueue.php
+++ b/includes/specials/SpecialGlobalRenameQueue.php
@@ -566,6 +566,11 @@
case 'rq_completed_ts':
$formatted = $this->formatDateTime( $value );
break;
+ case 'rq_name':
+ case 'rq_newname':
+ $title = SpecialPage::getTitleFor(
'CentralAuth' , $value );
+ $formatted = Linker::link( $title,
htmlspecialchars( $value ) );
+ break;
case 'rq_performer':
$steward = CentralAuthUser::newFromId( $value );
$formatted = WikiMap::foreignUserLink(
--
To view, visit https://gerrit.wikimedia.org/r/185065
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If2578b1480c8cd2b8f74dccf94bf6280f339d712
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits