Remove $wgMemc->set() call left over from r73645
[lhc/web/wiklou.git] / includes / ResourceLoaderContext.php
2010-10-07 Roan KattouwFix spelling in comment
2010-10-02 Max SemenikBug 25338: fixed exception in Resource Loader
2010-09-29 Trevor ParscalMade ResourceLoader an instantiable object, rather...
2010-09-24 Trevor Parscal* Fixed bug #25281 by adding special treatment for...
2010-09-24 Trevor Parscal* Moved registration generation to startup module.
2010-09-24 Trevor ParscalAdded early exits when files are used before webstart
2010-09-22 Trevor Parscal* Added $wgResourceLoaderDebug, a default fallback...
2010-09-22 Trevor Parscal* Added WebRequest::getFuzzyBool, which is a more JavaS...
2010-09-17 Tim StarlingMinor resource loader changes:
2010-09-13 Trevor Parscal* Changed the expiry time strategy, now treating any...
2010-09-11 Trevor ParscalAdded direction to ResourceLoaderContext hashing (preve...
2010-09-11 Trevor ParscalAdded versions to statically added ResourceLoader scrip...
2010-09-11 Trevor ParscalFixed user scripts/styles and site scripts/styles ...
2010-09-11 Trevor ParscalMajor refactoring of site and user CSS, creating Resour...
2010-09-10 Trevor ParscalMade OutputPage only ask for a style from ResourceLoade...
2010-09-10 Trevor ParscalAdded media-type support for static and dynamic Resourc...
2010-09-04 PlatonidesFollow-up r72349.
2010-09-04 Siebrand MazelandStylize files added in r72349
2010-09-04 Trevor ParscalBetter solution for r72367, this allows file modules...
2010-09-04 Trevor ParscalOnly flip CSS if dir is different from $wgContLang
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...