Nemo bis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/58053


Change subject: Make lqt-watch-threads true by default for users
......................................................................

Make lqt-watch-threads true by default for users

It's already supposed to be so but isn't, see bug 47000.
If the underlying bug is that the variable died, then
it is hardcoded false and this won't have effect (nor harm).

Change-Id: I2d14d89bda721907720fb8fc4a16e269d73563c3
---
M TranslatewikiSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/53/58053/1

diff --git a/TranslatewikiSettings.php b/TranslatewikiSettings.php
index 6f95a0d..f6df97f 100644
--- a/TranslatewikiSettings.php
+++ b/TranslatewikiSettings.php
@@ -372,7 +372,10 @@
 
 $wgDefaultUserOptions['usenewrc'] = 1;
 # Disabled 2012-08-20 / Nike / Too spammy/buggy.
+# 2013-02-24 / Should be fixed now, bug 39513
 #$wgDefaultUserOptions['lqtnotifytalk'] = true;
+# Supposed to be true by default, bug 47000
+$wgDefaultUserOptions['lqt-watch-threads'] = true;
 $wgDefaultUserOptions['watchcreations'] = true;
 
 $wgResourceLoaderValidateJS = false;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d14d89bda721907720fb8fc4a16e269d73563c3
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <federicol...@tiscali.it>

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

Reply via email to