Denny Vrandecic has uploaded a new change for review.

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


Change subject: move term setting to lib
......................................................................

move term setting to lib

Change-Id: I31f605ac242d02fb692b89e0c29d6d0a1358fcf4
---
M lib/config/WikibaseLib.default.php
M repo/config/Wikibase.default.php
2 files changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/56/74356/1

diff --git a/lib/config/WikibaseLib.default.php 
b/lib/config/WikibaseLib.default.php
index 289c81b..aea5e48 100644
--- a/lib/config/WikibaseLib.default.php
+++ b/lib/config/WikibaseLib.default.php
@@ -80,6 +80,12 @@
                'dispatchBatchChunkFactor' => 3,
                'dispatchBatchCacheFactor' => 3,
 
+               // Allow the TermIndex table to work without weights,
+               // for sites that can not easily roll out schema changes on 
large tables.
+               // This means that all searches will return an undefined order
+               // (depending on the database's inner working).
+               'withoutTermWeight' => false,
+
                'changeHandlers' => array(
                        'wikibase-item~add' => 'Wikibase\ItemChange',
                        'wikibase-property~add' => 'Wikibase\EntityChange',
diff --git a/repo/config/Wikibase.default.php b/repo/config/Wikibase.default.php
index 8a0e331..f905118 100644
--- a/repo/config/Wikibase.default.php
+++ b/repo/config/Wikibase.default.php
@@ -62,12 +62,6 @@
                // (depending on the database's collation).
                'withoutTermSearchKey' => false,
 
-               // Allow the TermIndex table to work without weights,
-               // for sites that can not easily roll out schema changes on 
large tables.
-               // This means that all searches will return an undefined order
-               // (depending on the database's inner working).
-               'withoutTermWeight' => false,
-
                'entityNamespaces' => array(),
 
                // These are used for multilanguage strings that should have a 
soft length constraint

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I31f605ac242d02fb692b89e0c29d6d0a1358fcf4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Denny Vrandecic <denny.vrande...@wikimedia.de>

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

Reply via email to