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

Change subject: Set enableSiteLinkWidget to true per default
......................................................................


Set enableSiteLinkWidget to true per default

This doesn't harm and is probably what users expect it to be.
(Per Aude)

Change-Id: I18a69b0e3478c5976c794c850813de9c9593c011
---
M client/config/WikibaseClient.default.php
M docs/options.wiki
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Aude: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/client/config/WikibaseClient.default.php 
b/client/config/WikibaseClient.default.php
index 23a7946..f0b167f 100644
--- a/client/config/WikibaseClient.default.php
+++ b/client/config/WikibaseClient.default.php
@@ -56,7 +56,7 @@
                        'wikibase-property' => 'Property'
                ),
                'allowDataTransclusion' => true,
-               'enableSiteLinkWidget' => false,
+               'enableSiteLinkWidget' => true,
                'propagateChangesToRepo' => true,
 
                'siteGroup' => 'wikipedia', //TODO: require this to be set, 
default doesn't make sense.
diff --git a/docs/options.wiki b/docs/options.wiki
index a707795..1dfd557 100644
--- a/docs/options.wiki
+++ b/docs/options.wiki
@@ -84,7 +84,7 @@
           )
 </poem>
 ;allowDataTransclusion: switch to enable data transclusion features like the 
<nowiki>{{#property}}</nowiki> parser function and the <tt>wikibase</tt> 
Scribunto module. Defaults to <tt>true</tt>.
-;enableSiteLinkWidget: switch to enable or disable add site link widget. 
Defaults to <tt>false</tt>.
+;enableSiteLinkWidget: switch to enable or disable add site link widget. 
Defaults to <tt>true</tt>.
 ;propagateChangesToRepo: switch to enable or disable the propagation of client 
changes to the repo. Defaults to <tt>true</tt>.
 
 === Expert Settings ===

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I18a69b0e3478c5976c794c850813de9c9593c011
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Hoo man <h...@online.de>
Gerrit-Reviewer: Aude <aude.w...@gmail.com>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to