Legoktm has uploaded a new change for review.

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


Change subject: Enable ULS by default on Wikidata
......................................................................

Enable ULS by default on Wikidata

See bug 46306 comment 96

Change-Id: Ia4b865d41311e2436bb6a86593fb61eaf64891cc
---
M wmf-config/CommonSettings.php
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/91/108691/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 38128cc..c8d8251 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2480,6 +2480,10 @@
        }
 
        $wgULSEventLogging = $wmgULSEventLogging;
+       if ( in_array( $wgDBname, array( 'wikidatawiki', 'testwikidatawiki' ) ) 
) {
+               // See bug 46306 comment 96
+               $wgDefaultUserOptions['uls-enable'] = 1;
+       }
 }
 
 // @note getRealmSpecificFilename only works with filenames with .suffix

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4b865d41311e2436bb6a86593fb61eaf64891cc
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>

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

Reply via email to