* Added some wfProfileIn() calls to file backend code.
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 23 Jan 2012 08:33:31 +0000 (08:33 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 23 Jan 2012 08:33:31 +0000 (08:33 +0000)
commita0bce8f10e14a2c6644868e436d9f28b47fdc7b3
tree0f1f1139b49a401926e59321aeca5bc85341e9b4
parentd12eb8e5093e28edddf8518500457cf1f7afe5a8
* Added some wfProfileIn() calls to file backend code.
* Made FileBackend::getFileProps() final.
* Added exception needed in SwiftFileBackend::getConnection().
* Various FileBackendTests fixes and additions. Optimized it a bit by keeping the backend instance in memory.
includes/filerepo/backend/FileBackend.php
includes/filerepo/backend/SwiftFileBackend.php
tests/phpunit/includes/filerepo/FileBackendTest.php