Fixed really bad stuff going on with running hooks at the file level. Now, ResourceLo...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 18:15:36 +0000 (18:15 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 15 Sep 2010 18:15:36 +0000 (18:15 +0000)
commit0578faf0fbc4a05c2eefeb7965986bb66710cb7d
treefc37a3bd025a9f437ea9f507d60ac5db6450c768
parentb6ea0c75c273c92998797b64e64e69f4dace83d6
Fixed really bad stuff going on with running hooks at the file level. Now, ResourceLoader::initialize must be called before you can use it durring page rendering. ResourceLoader::respond calls it automatically. ResourceLoader::initialize only has side-effects when run the first time.
includes/OutputPage.php
includes/ResourceLoader.php