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

Change subject: SpecialWatchlist: JS enhancements to namespace selector (like 
RC)
......................................................................


SpecialWatchlist: JS enhancements to namespace selector (like RC)

Just load the same modules SpecialRecentChanges does. We only need to
change an id on one form element for it to work.

Change-Id: I0bfad7776907a094335089f86dec1de6456d85c8
---
M includes/specials/SpecialWatchlist.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/specials/SpecialWatchlist.php 
b/includes/specials/SpecialWatchlist.php
index 0204c3f..c947c78 100644
--- a/includes/specials/SpecialWatchlist.php
+++ b/includes/specials/SpecialWatchlist.php
@@ -170,6 +170,7 @@
 
                $this->setHeaders();
                $this->outputHeader();
+               $this->addModules();
 
                // Add feed links
                $wlToken = $user->getTokenFromOption( 'watchlisttoken' );
@@ -410,7 +411,7 @@
                $form .= Xml::checkLabel(
                        $this->msg( 'namespace_association' )->text(),
                        'associated',
-                       'associated',
+                       'nsassociated',
                        $opts['associated'],
                        array( 'title' => $this->msg( 
'tooltip-namespace_association' )->text() )
                ) . ' ';

-- 
To view, visit https://gerrit.wikimedia.org/r/94617
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0bfad7776907a094335089f86dec1de6456d85c8
Gerrit-PatchSet: 11
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>
Gerrit-Reviewer: Bartosz Dziewoński <matma....@gmail.com>
Gerrit-Reviewer: Hoo man <h...@online.de>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to