Am 17.06.2015 um 09:41 schrieb Bene*:
require_once "$IP/extensions/Wikibase/repo/Wikibase.php"; require_once "$IP/extensions/Wikibase/client/Wikibase.php";
The file "Wikibase/client/Wikibase.php" doesn't exist, it is "Wikibase/client/WikibaseClient.php". Maybe we should rename "WikibaseClient.php" to "Wikibase.php" and leave a b/c alias to avoid confusion.
The entry point, by convention, has the same name as the extension (which is usually the same name as the repo and the directory, but not in our case, since we have multiple extensions in this repo). Having the entry points for both repo and client be called "Wikibase.php" seems like a bad idea to me.