Removed configuration storage in the MediaWiki class:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 16 May 2011 16:46:30 +0000 (16:46 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 16 May 2011 16:46:30 +0000 (16:46 +0000)
commit3139582d50f37b93468458741ee2c9225da36da4
treedc403a3f5766cddf67292c83091e84afec70fd21
parent9a4d62c4f52d322f77e6eed55a3034d1091b9f9e
Removed configuration storage in the MediaWiki class:
* It serves no purpose, since to be useful we would need to propagate it to all to all objects called by the MediaWiki class
* It is in the wrong place; the MediaWiki class is an helper class for the index.php script, not the base class for the software (and the class could maybe even be renamed)
includes/Wiki.php
index.php
tests/phpunit/includes/MediaWikiTest.php