typo / space fix in HTTP class
[lhc/web/wiklou.git] / includes / resourceloader /
2011-03-05 Happy-melonInclude MediaWiki:Noscript.css in <noscript></noscript...
2011-03-02 Antoine Mussodoxygen can use @code !
2011-02-21 KrinkleAdd missing to mw.config
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-19 Roan Kattouw(bug 27302) Avoid unnecessary requests for user and...
2011-02-19 Roan KattouwFix logic error in r73204 (!) causing ResourceLoaderCon...
2011-02-18 Tim StarlingAdd the cache key to the filter output, like what we...
2011-02-18 Sam Reed2 subclasses of ResourceLoaderWikiModule implement...
2011-02-17 Roan KattouwVersion the minifier cache in ResourceLoader
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-16 Happy-melonrevert r82283, loads of unrelated changes
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-16 Roan KattouwPer Philip Tzou, move wgUserVariant from the set of...
2011-02-16 Roan KattouwExpose $wgExtensionAssetsPath in JS
2011-02-12 Roan KattouwNever serve 304s from RL in debug mode. This causes...
2011-02-12 KrinkleFollow-up r82038. Calling wfExpandUrl() on remote base...
2011-02-12 KrinkleFollow-up r81731 CR comments. Calling wfExpandUrl(...
2011-02-11 Trevor ParscalResolves bug #27328 by supporting URL rewriting for...
2011-02-11 Roan KattouwApply $wgContLang-based flip logic to site and user...
2011-02-11 Roan KattouwFixes for r81936 per Tim's review
2011-02-11 Roan KattouwFix getMsgBlobMtime() to also cause a cache invalidatio...
2011-02-10 PlatonidesAdd profiling to the whole ResourceLoader::makeModuleRe...
2011-02-10 PlatonidesYet more additions of wfProfileOut()
2011-02-08 Sam ReedMinor documentation tweaks/improvements
2011-02-08 Sam ReedAdd missing wfProfileOut( __METHOD__ );
2011-02-08 Roan KattouwRemove $wgServer prepending from remote JS/CSS paths...
2011-02-08 Tim StarlingFixes for ResourceLoaderWikiModule r72776. No serious...
2011-02-08 Tim StarlingFix bug from r73645: setMsgBlobMtime() requires its...
2011-02-07 Tim StarlingUse the content language to set the skin direction...
2011-02-04 Krinkleuser scripts & styles are lowercase skin; + using ...
2011-02-04 Happy-melonFollow-up r64670 (bug22929): cleaner implementation...
2011-01-23 KrinkleObviously no need for a foreach loop here. (Follow...
2011-01-23 Krinkleadding available skins to mw.config.values
2011-01-22 Bryan Tong MinhFollow-up r79867: Read out EXIF orientation in JavaScri...
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-13 Roan KattouwCoerce mtimes to TS_UNIX before outputting them, and...
2011-01-12 Roan KattouwFix issue with missing keys in $wgFileExtensions caused...
2011-01-10 Sam ReedDocumentation addition/tweaks
2011-01-09 Roan KattouwFix bug in ResourceLoader causing LTR->RTL flipping...
2011-01-09 Roan KattouwAvoid dot bloat in paths
2011-01-09 Roan KattouwFollowup r78924: keep track of exception/warning commen...
2011-01-09 Roan KattouwAdd a hook for registering variables in ResourceLoaderS...
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...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
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-08 Roan KattouwRemove unnecessary check against $wgAllowUserCss in...
2010-12-03 Roan KattouwSpaces to tabs in r77011
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-28 Sam ReedRemove some unused variables and globals
2010-11-27 Victor VasilievFix r77309 per CR: use appropriate function in Resource...
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-08 Alexandre EmsenhuberFixed some doxygen warnings
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-05 Max SemenikGrammar: it's --> its
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-11-01 Roan Kattouw(bug 25573) Send Cache-Control: must-revalidate in...
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 PlatonidesRemove unused globals.
2010-10-31 Alexandre Emsenhuber* Fixed some doxygen warnings
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 Roan KattouwSome comment fixes: be consistent between # and //...
2010-10-20 Trevor ParscalWhitespace, comments and general cleanup.
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 Antoine Mussodocumentation, a couple notes about code and some white...
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...
2010-10-19 Trevor ParscalMoved ResourceLoader classes to their own folder, prepa...