implement feature switch for ContentHandler database integration, to allow for easy...
authordaniel <daniel.kinzler@wikimedia.de>
Wed, 2 May 2012 10:54:27 +0000 (12:54 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Wed, 2 May 2012 13:41:47 +0000 (15:41 +0200)
commit060b6c74c63023bcb3ea8dba8c62a1c9719f8228
treebe61262fd52e87637dda429def0c53d89131bc57
parent22103fbd433e87bfe25563c7771917b65b4e78c7
implement feature switch for ContentHandler database integration, to allow for easy deployment
13 files changed:
includes/AutoLoader.php
includes/Content.php
includes/DefaultSettings.php
includes/Export.php
includes/Revision.php
includes/WikiPage.php
includes/specials/SpecialUndelete.php
tests/phpunit/includes/ContentHandlerTest.php
tests/phpunit/includes/RevisionStorageTest.php [new file with mode: 0644]
tests/phpunit/includes/RevisionStorageTest_ContentHandlerUseDB.php [new file with mode: 0644]
tests/phpunit/includes/RevisionTest.php
tests/phpunit/includes/WikiPageTest.php
tests/phpunit/includes/WikiPageTest_ContentHandlerUseDB.php [new file with mode: 0644]