Nemo bis has uploaded a new change for review.
https://gerrit.wikimedia.org/r/181791
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/91/181791/1
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: newchange
Gerrit-Change-Id: Ifd0937f201a70bc9a7c4029a56cd90b479363d01
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits