Jeroen De Dauw has uploaded a new change for review.

Change subject: Replaced alternate entry points for experimental behaviour with 
configuration switch
......................................................................

Replaced alternate entry points for experimental behaviour with configuration 
switch

This commit only alters behaviour for people including the .experimental.php 
file instead of the main entry point.
Those people need to include the main entry point and then add the new config 
setting if they want experimental features.

The 'new' config setting is define( 'WB_EXPERIMENTAL_FEATURES', true );
and needs to be placed before extension inclusion in LocalSettings.php

The setting is not entriley new as it as already being used somewhere. This 
commit thus gets rid of having to bother
with multiple settings and switched when one wants experimental behaviour. It 
also reduces entry point clutter,
making installation easier as well as not forcing us to maintain different 
entry points till the end of time.

Change-Id: Iee722e14254cb9c410f5830ae535f88407f4cd65
---
M INSTALL
D client/WikibaseClient.experimental.php
D lib/WikibaseLib.experimental.php
M repo/Wikibase.experimental.php
M repo/Wikibase.php
5 files changed, 11 insertions(+), 50 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/83/36183/1
--
To view, visit https://gerrit.wikimedia.org/r/36183
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee722e14254cb9c410f5830ae535f88407f4cd65
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to