Followup r95753 per CR: prevent extensions from making isMovable() return true for...
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoader.php
2011-08-01 Chad HorohoeMerge live hack - bumping version of minified stuff
2011-07-28 Roan KattouwMake mw.user.options and mw.user.tokens work in debug...
2011-07-26 Krinkle[ResourceLoader 2]: Add support for multiple loadScript...
2011-06-17 Sam ReedSwap else if for elseif
2011-05-26 Roan Kattouw(bug 28840) URLs with dots break because of IE6 securit...
2011-05-21 Sam ReedFixup/add documentation
2011-05-15 PlatonidesFollow up r88053. This was trying to throw the return...
2011-05-14 Trevor ParscalAdded direct file loading functionality to debug mode...
2011-05-14 Roan KattouwFollowup r87711: add ! to the forbidden characters...
2011-05-10 KrinkleCreating a way to toggle mw.config LEGACY_GLOBALS from...
2011-05-09 Roan Kattouw(bug 28840) Commit patch by bawolff that encodes dots...
2011-05-05 Roan KattouwPer bug 28738 comment 4, pack ResourceLoader URLs by...
2011-05-04 Krinklemw.loader fixes
2011-04-01 Trevor ParscalAdded charset property to HTTP Content-Type fields...
2011-03-23 Roan KattouwBump RL filter version to 4 to keep it in sync with...
2011-03-14 Roan Kattouw(bug 27054) Implicit end of statement can break stuff...
2011-03-14 Roan KattouwFollowup r83885: implement maximum line length and...
2011-03-14 Roan Kattouw(bug 27528) Incorporate Paul Copperman's minifier
2011-02-19 Krinklemw.loader.implement now calls script without setting...
2011-02-19 KrinkleUsing the mw alias for mediaWiki in core. Saves bandwid...
2011-02-18 Tim StarlingAdd the cache key to the filter output, like what we...
2011-02-17 Roan KattouwVersion the minifier cache in ResourceLoader
2011-02-12 Roan KattouwNever serve 304s from RL in debug mode. This causes...
2011-02-10 PlatonidesAdd profiling to the whole ResourceLoader::makeModuleRe...
2011-02-08 Sam ReedMinor documentation tweaks/improvements
2011-02-08 Sam ReedAdd missing wfProfileOut( __METHOD__ );
2011-02-08 Tim StarlingFix bug from r73645: setMsgBlobMtime() requires its...
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...