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

Change subject: Permanently enable unregistered users editing on 
it.m.wikipedia.org
......................................................................


Permanently enable unregistered users editing on it.m.wikipedia.org

Bug: T85317
Change-Id: Ifd0937f201a70bc9a7c4029a56cd90b479363d01
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 5 deletions(-)

Approvals:
  Hoo man: Looks good to me, approved
  Florianschmidtwelzow: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 8d5658d..ba928c4 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2167,11 +2167,8 @@
 
 require( getRealmSpecificFilename( "$wmfConfigDir/mobile.php" ) );
 
-if ( $wgDBname === 'itwiki'
-       && time() >= strtotime( '2014-11-01T00:01 +0:00' )
-       && time() <= strtotime( '2014-12-31T23:59 +0:00' )
-) {
-       $wgMFAnonymousEditing = true; // bug 72541
+if ( $wgDBname === 'itwiki' ) {
+       $wgMFAnonymousEditing = true; // bug 72541, T85317
 }
 
 # MUST be after MobileFrontend initialization

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifd0937f201a70bc9a7c4029a56cd90b479363d01
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Glaisher <[email protected]>
Gerrit-Reviewer: Greg Grossmeier <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to