Bartosz Dziewoński has uploaded a new change for review.
https://gerrit.wikimedia.org/r/94617
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/17/94617/1
diff --git a/includes/specials/SpecialWatchlist.php
b/includes/specials/SpecialWatchlist.php
index 62c33a2..82427fe 100644
--- a/includes/specials/SpecialWatchlist.php
+++ b/includes/specials/SpecialWatchlist.php
@@ -70,6 +70,7 @@
$this->setHeaders();
$this->outputHeader();
+ $this->addModules();
$output->addSubtitle(
$this->msg( 'watchlistfor2', $user->getName() )
@@ -366,7 +367,7 @@
$form .= Xml::checkLabel(
$this->msg( 'namespace_association' )->text(),
'associated',
- 'associated',
+ 'nsassociated',
$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: newchange
Gerrit-Change-Id: I0bfad7776907a094335089f86dec1de6456d85c8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits