Resolved bug 26791 by replacing JSMin with a new library called JavaScriptDistiller...
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoader.php
2011-01-20 Trevor ParscalResolved bug 26791 by replacing JSMin with a new librar...
2011-01-19 Roan KattouwFollowup r73686: make private modules really private...
2011-01-09 Roan KattouwFollowup r78924: keep track of exception/warning commen...
2011-01-08 Roan KattouwAttempt at fixing bug 26370, which seems to be an infin...
2011-01-07 Roan Kattouw(bug 26497) printable=yes and handheld=yes request...
2010-12-30 Roan Kattouw(bug 26507) Wrap all ResourceLoader-served JS in (funct...
2010-12-23 Roan Kattouw(bug 26399) Preload module info for all modules in...
2010-12-23 Roan KattouwProper exception handling in ResourceLoader. Catch...
2010-12-16 Trevor ParscalMoved CSS flipping to occur inside a module - this...
2010-12-10 Roan KattouwMake load.php output a comment explaining what's going...
2010-12-10 Roan Kattouw(bug 26130) ob_start( 'ob_gzhandler' ) in LocalSettings...
2010-12-02 Roan KattouwFix r75994 per CR: don't pass an array as a JS string...
2010-12-02 Roan KattouwStrip If-Modified-Since header to a valid timestamp...
2010-11-30 Trevor ParscalAdded missing name setting when initializing modules...
2010-11-19 Tim Starling* Made Resources.php return a pure-data array instead...
2010-11-19 Tim Starling* In ResourceLoaderContext, lazy-load $this->direction...
2010-11-19 Tim StarlingUse wfGetCache( CACHE_ANYTHING ) instead of $wgMemc...
2010-11-05 Roan KattouwFollowup r75825: per bug 25610 comment #3, check for...
2010-11-05 Trevor ParscalFixed Doxygen incompatible JSDoc style comments (bad...
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-11-01 Roan Kattouw(bug 25573) Send Cache-Control: must-revalidate in...
2010-10-31 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-10-20 Roan KattouwSome comment fixes: be consistent between # and //...
2010-10-20 Trevor ParscalWhitespace, comments and general cleanup.
2010-10-19 Antoine Mussodocumentation, a couple notes about code and some white...
2010-10-19 Trevor ParscalMoved ResourceLoader classes to their own folder, prepa...