Jeroen De Dauw has submitted this change and it was merged.

Change subject: Made docs more clear and include example settings
......................................................................


Made docs more clear and include example settings

Change-Id: I86985d16f1e6306528905cf0941de18d202aa919
---
M Wikibase.php
1 file changed, 7 insertions(+), 2 deletions(-)

Approvals:
  Jeroen De Dauw: Looks good to me, approved



diff --git a/Wikibase.php b/Wikibase.php
index 06bd8e0..5f8028a 100644
--- a/Wikibase.php
+++ b/Wikibase.php
@@ -1,10 +1,10 @@
 <?php
 
 /**
- * Loader for all extensions in the Wikibase git repository.
+ * TESTING entry point. DO NOT USE FOR REAL SETUPS!
  *
+ * This entry point is meant to facilitate development and testing.
  * THIS IS NOT the entry point you want to use in production.
- * It is mainly meant to facilitate development and testing.
  * For production setups, inclusion of the entry points of
  * the extensions you want to load according to their respective
  * installation instructions is recommended. See the INSTALL
@@ -16,5 +16,10 @@
  * @author Jeroen De Dauw < jeroended...@gmail.com >
  */
 
+define( 'WB_EXPERIMENTAL_FEATURES', true );
+
 require_once __DIR__ . '/lib/WikibaseLib.php';
 require_once __DIR__ . '/repo/Wikibase.php';
+require_once __DIR__ . '/client/WikibaseClient.php';
+
+require_once __DIR__ . '/repo/ExampleSettings.php';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I86985d16f1e6306528905cf0941de18d202aa919
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: Daniel Werner <daniel.wer...@wikimedia.de>
Gerrit-Reviewer: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: John Erling Blad <john.b...@wikimedia.de>
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