Daniel Kinzler has uploaded a new change for review.

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


Change subject: Enable changesAsJson per default.
......................................................................

Enable changesAsJson per default.

Change-Id: Ic703615f84d17bf950771cbfb0823bf8e8cc8dbc
---
M docs/options.wiki
M lib/config/WikibaseLib.default.php
2 files changed, 2 insertions(+), 3 deletions(-)


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

diff --git a/docs/options.wiki b/docs/options.wiki
index 4860472..2914ab1 100644
--- a/docs/options.wiki
+++ b/docs/options.wiki
@@ -34,7 +34,7 @@
               'commonsMedia',
           )
 </poem>
-
+;changesAsJson: Use JSON to represent changes in the database. This is true 
per default, and there is no reason to set it to false, except for 
compatibility with very old clinet side code.
 
 == Repository Settings ==
 
diff --git a/lib/config/WikibaseLib.default.php 
b/lib/config/WikibaseLib.default.php
index 0f4756a..6445a26 100644
--- a/lib/config/WikibaseLib.default.php
+++ b/lib/config/WikibaseLib.default.php
@@ -53,8 +53,7 @@
 
 // JSON is more robust against version differences between repo and client,
 // but only once the client can cope with the JSON form of the change.
-// TODO: make this default to true!
-$wgWBSettings['changesAsJson'] = false;
+$wgWBSettings['changesAsJson'] = true;
 
 // list of logical database names of local client wikis.
 // may contain mappings from site-id to db-name.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic703615f84d17bf950771cbfb0823bf8e8cc8dbc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Daniel Kinzler <daniel.kinz...@wikimedia.de>

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

Reply via email to