Nemo bis has uploaded a new change for review.

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


Change subject: Make lqtnotifytalk true by default for users (second attempt)
......................................................................

Make lqtnotifytalk true by default for users (second attempt)

This is the preference "Email me on replies to a thread I am watching".
Current stuatus is greatly counter-intuitive and breaks translators signup 
workflow
because translators expect an email notification of some sort after being 
approved.
<https://translatewiki.net/wiki/Thread:Translating_talk:Etherpad_lite/2_french_translations_to_modify/reply_(2)>

Don't enable in the middle of the night and remember to notify users
so that we can test and quickly revert if there are more bugs.

Change-Id: I5f21ea74ab60c4d4bff1061580a9b81eaf4a684f
---
M TranslatewikiSettings.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/56/58056/1

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

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f21ea74ab60c4d4bff1061580a9b81eaf4a684f
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