Never serve 304s from RL in debug mode. This causes inadvertent caching of debug...
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderFileModule.php
2011-02-12 KrinkleFollow-up r82038. Calling wfExpandUrl() on remote base...
2011-02-12 KrinkleFollow-up r81731 CR comments. Calling wfExpandUrl(...
2011-02-10 PlatonidesYet more additions of wfProfileOut()
2011-02-08 Roan KattouwRemove $wgServer prepending from remote JS/CSS paths...
2011-01-09 Roan KattouwFix bug in ResourceLoader causing LTR->RTL flipping...
2011-01-09 Roan KattouwAvoid dot bloat in paths
2010-12-16 Trevor ParscalMoved CSS flipping to occur inside a module - this...
2010-12-03 Roan KattouwSpaces to tabs in r77011
2010-11-19 Tim Starling* Made Resources.php return a pure-data array instead...
2010-11-08 Alexandre EmsenhuberFixed some doxygen warnings
2010-11-05 Trevor ParscalFixed Doxygen incompatible JSDoc style comments (bad...
2010-11-05 Tim Starling* Break long lines
2010-11-04 Tim Starling* Introduced Xml::encodeJsCall(), to replace the awkwar...
2010-11-03 Tim StarlingResource loader minor changes. Fix for r73668 etc.
2010-10-31 PlatonidesRemove unused globals.
2010-10-27 Roan Kattouw(bug 25339) Allow specifying separate base paths for...
2010-10-27 Roan KattouwFix regression introduced by doing data URL embedding...
2010-10-26 Trevor ParscalFixes comment mistakes in r75107
2010-10-21 Trevor ParscalFixed missing break; in ResourceLoaderFileModule::__con...
2010-10-21 Trevor ParscalResourceLoaderFileModule now uses mediaWiki.loader...
2010-10-21 Trevor ParscalChanged the way that ResourceLoaderFileModule and media...
2010-10-20 Trevor ParscalImproves on r75055, improving comment accuracy, and...
2010-10-20 Trevor Parscal* Improves on r75054 and r75036 by adding comments...
2010-10-20 Roan KattouwInclude $IP in path passed to remap() so filesystem...
2010-10-20 Trevor ParscalWhitespace, comments and general cleanup.
2010-10-19 Trevor ParscalSome cleanup work
2010-10-19 Trevor ParscalWhitespace adjustments
2010-10-19 Trevor ParscalFixed remaning use of $this->loaders to use the new...
2010-10-19 Trevor ParscalFixed case where tryForKey can sometimes not return...
2010-10-19 Trevor ParscalRefactored ResourceLoaderFileModule, most notably remov...
2010-10-19 Trevor ParscalFixed ResourceLoaderFileModule constructor - collated...
2010-10-19 Trevor ParscalPart 2 of 2, moved ResourceLoader*Module classes to...
2010-10-19 Trevor ParscalPart 1 of 2, moving ResourceLoader*Module classes to...