jenkins-bot has submitted this change and it was merged.
Change subject: Add optional $name-summary message for Special:GlobalRenameQueue
......................................................................
Add optional $name-summary message for Special:GlobalRenameQueue
So people can add customizations to it via system messages instead of JS
user scripts.
Change-Id: I8d1e9aed711986069cd29b2ce1224adfd54b1cb8
---
M includes/specials/SpecialGlobalRenameQueue.php
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Hoo man: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialGlobalRenameQueue.php
b/includes/specials/SpecialGlobalRenameQueue.php
index dcc35eb..e6fe146 100644
--- a/includes/specials/SpecialGlobalRenameQueue.php
+++ b/includes/specials/SpecialGlobalRenameQueue.php
@@ -53,6 +53,8 @@
$navigation = explode( '/', $par );
$action = array_shift( $navigation );
+ $this->outputHeader();
+
switch ( $action ) {
case self::PAGE_OPEN_QUEUE:
$this->handleOpenQueue();
--
To view, visit https://gerrit.wikimedia.org/r/252485
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8d1e9aed711986069cd29b2ce1224adfd54b1cb8
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Glaisher <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Steinsplitter <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits