Made ResourceLoader an instantiable object, rather than a static one, making it more...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 29 Sep 2010 19:04:04 +0000 (19:04 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 29 Sep 2010 19:04:04 +0000 (19:04 +0000)
commit016fbe7a81aaf51a4c37e3f69ff7bc81f0037834
treed3a7a2c0dbdf504ac82a01b6dc49c3bf98bd25c3
parent6eda4a54e99e4ce81bf31cd8bb745a3983c9be0e
Made ResourceLoader an instantiable object, rather than a static one, making it more modular and testable.
includes/MessageBlobStore.php
includes/OutputPage.php
includes/ResourceLoader.php
includes/ResourceLoaderContext.php
includes/ResourceLoaderModule.php
load.php
maintenance/tests/phpunit/includes/ResourceLoaderTest.php