* In ResourceLoaderContext, lazy-load $this->direction and $this->language, to avoid...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 19 Nov 2010 06:52:38 +0000 (06:52 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 19 Nov 2010 06:52:38 +0000 (06:52 +0000)
commitec2acb239b4ece2c55b06869a4b7978e7fe4ab19
treef8f67344166e7361847b1c9ab976abc5a4a0db34
parent6dcca60f655ab660fd370d85f237dfbe2f94cb87
* In ResourceLoaderContext, lazy-load $this->direction and $this->language, to avoid loading the whole English localisation for load.php requests which never call getHash().
* Interpreted some Trevor-speak in the doc comment of ResourceLoader::preloadModuleInfo().
* Made setMsgBlobMtime() (called from preloadModuleInfo()) actually work, by making getMsgBlobMtime() use the cached blob times if they are available.
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderContext.php
includes/resourceloader/ResourceLoaderModule.php