Changed the way that ResourceLoaderFileModule and mediaWiki.loader work in debug...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 21 Oct 2010 01:03:46 +0000 (01:03 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 21 Oct 2010 01:03:46 +0000 (01:03 +0000)
commit1f0e5781304687f5db0cd69f96711738a60c0ea5
treee812c0316ff2b94be828aadf30829f1cdc586ad2
parent661d26c9a3f2199b554e86f3bf2d9e914ed7f61b
Changed the way that ResourceLoaderFileModule and mediaWiki.loader work in debug mode. As of this commit, in debug mode, ResourceLoaderFileModule will emit code which appends a a script tag for each raw JavaScript file in the module, instead of the concatenated code of the module's scripts. This eliminates the need to disable batch loading on the client in debug mode, since it effectively supersedes the effect of turning batch loading off.
includes/resourceloader/ResourceLoaderFileModule.php
resources/Resources.php
resources/mediawiki/mediawiki.js