Aude has uploaded a new change for review.

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

Change subject: Set $wgPagePropsHaveSortkey to false
......................................................................

Set $wgPagePropsHaveSortkey to false

until schema change is done

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


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index b657980..b77d14d 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -913,6 +913,10 @@
 
 $wgInvalidateCacheOnLocalSettingsChange = false;
 
+// until schema change is applied
+// see I217c4265 and bug 64411
+$wgPagePropsHaveSortkey = false;
+
 // General Cache Epoch
 $wgCacheEpoch = '20130101000000';
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9531489d8ea955b22a0c0538164a306a13f11920
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>

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

Reply via email to