Introduced the concept of raw ResourceLoader modules
authorMax Semenik <maxsem.wiki@gmail.com>
Fri, 11 May 2012 19:16:29 +0000 (23:16 +0400)
committerMax Semenik <maxsem.wiki@gmail.com>
Tue, 15 May 2012 21:03:12 +0000 (01:03 +0400)
commitcd7923ac16c5182490e5d89f704cf3d9edb453f0
treeb80ec7e3d92f77d2272c8bc83c883bb09dad1c6d
parentdf7b1cc716c262de8f7f95bfa6fda917edb54015
Introduced the concept of raw ResourceLoader modules

This is needed for mobile scripts that are supposed to work on dumb
devices and as such can't rely on client-side RL, but still can take
advantage of server-side minification and concatenation.

Patchset 2: Allow loading raw modules with &raw=true appended to URL.

Change-Id: I9410ffbf6633075e07bd06b10a98a4d12d9b6106
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderContext.php
includes/resourceloader/ResourceLoaderFileModule.php
includes/resourceloader/ResourceLoaderModule.php
includes/resourceloader/ResourceLoaderStartUpModule.php