Part 1 of 2, moving ResourceLoader*Module classes to their own files - this commit...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 19 Oct 2010 18:25:42 +0000 (18:25 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 19 Oct 2010 18:25:42 +0000 (18:25 +0000)
commit032ef610ddca1c39b0766b50f89b265faf2b7609
tree519f7408e6ec419ca9572532420e746b1adba2c3
parentef6baa91de2d8c076df1265daf23b2da4ef33240
Part 1 of 2, moving ResourceLoader*Module classes to their own files - this commit copies the ResourceLoaderModules.php file to each of the new files, as to maintain revision history.  The next revision will remove non file specific code.
includes/resourceloader/ResourceLoaderFileModule.php [new file with mode: 0644]
includes/resourceloader/ResourceLoaderSiteModule.php [new file with mode: 0644]
includes/resourceloader/ResourceLoaderStartUpModule.php [new file with mode: 0644]
includes/resourceloader/ResourceLoaderUserModule.php [new file with mode: 0644]
includes/resourceloader/ResourceLoaderUserOptionsModule.php [new file with mode: 0644]
includes/resourceloader/ResourceLoaderWikiModule.php [new file with mode: 0644]