Fix fixme on r107328, attempting to use $this in a static method
[lhc/web/wiklou.git] / includes / resourceloader /
2011-12-17 Aaron SchulzFU r98698: Show any PHP warnings in tryRespondFromFileC...
2011-12-13 Robin PepermansRemoved Title::isValidCssJsSubpage(), deprecated since...
2011-11-28 Robin Pepermans* (bug 27721) Make JavaScript variables wgSeparatorTran...
2011-11-25 Sam Reed"else if" to "elseif"
2011-11-23 Brion VibberRevert r103978, r103979 -- screwed something up, breaks...
2011-11-22 Brion VibberFunctional part of r103978 (d'oh!) plus an update to...
2011-11-19 Roan KattouwMake ResourceLoader::register() non-recursive, was...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-02 Roan KattouwAllow overrides of ResourceLoaderWikiModule::getDB...
2011-11-01 Robin PepermansFollow-up r96261: remove the !important again, and...
2011-10-27 PlatonidesThe early return added in r98698 was skipping the closi...
2011-10-19 Aaron Schulz* Fixed undefined var $g error
2011-10-19 Happy-melonFollow-up r82285: we should not apply case conversion...
2011-10-14 Sam ReedDocumentation
2011-10-03 Sam ReedMerge r97670, r98206
2011-10-03 Sam ReedMerge r97771, r97775
2011-10-02 Aaron SchulzFileCache:
2011-10-01 Aaron SchulzReverted stuff from r98602 committed by mistake
2011-10-01 Aaron SchulzMade provideIPCIDRs() not add a '/' if there is no...
2011-10-01 Aaron SchulzRefactored out new sendResponseHeaders() and tryRespond...
2011-09-30 Roan KattouwAddress fixme on r96978: expand URLs fed to the client...
2011-09-28 Krinkleclean up Html::inlineScript usage
2011-09-22 Niklas Laxströmrv r97851 for further inspection, causes PHP notices
2011-09-22 Ilmari Karonenfollowup r79862: the for loop only cleans up half the...
2011-09-20 Roan KattouwAccept ResourceLoader URLs containing '!' in '.' for...
2011-09-15 Roan KattouwFollowup r93247: add apiScript as a property of a Resou...
2011-09-13 Roan KattouwFollowup r96978, clean up code duplication by factoring...
2011-09-13 Roan KattouwDocument the fact that some ResourceLoaderContext metho...
2011-09-13 Roan KattouwFix the fixme on r88053: dependency handling was broken...
2011-09-09 KrinkleRemove wgProto from mw.config
2011-09-04 Robin PepermansFix r96261: don't add important if 'none', so it doesn...
2011-09-04 Robin Pepermans* Mark underline css as !important. It should override...
2011-09-01 Roan KattouwRemove type hint that broke r95975
2011-09-01 Roan KattouwAdd ResourceLoaderContext::newDummyContext() function
2011-08-29 KrinkleResourceLoaderUserOptionsModule.php: Add comment about...
2011-08-17 Roan KattouwFollowup r94421 which, per CR, broke in non-English...
2011-08-13 Roan Kattouw(bug 26486) ResourceLoader modules with paths to nonexi...
2011-08-13 Roan Kattouw(bug 26283) Previewing user JS/CSS pages doesn't load...
2011-08-10 Roan Kattouw(bug 30074) Moving user JS subpages resulted in JS...
2011-08-03 Roan KattouwFix r93820: PROT_ -> PROTO_
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-08-02 Roan KattouwIn ResourceLoaderWikiModule, use isCssOrJsPage() as...
2011-08-02 Roan KattouwFactor out obtaining the database object in ResourceLoa...
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-07-11 Brion VibberFollowup to r91608: reduce impact of bug 29784 (high...
2011-07-06 Brion Vibber* (bug 28626) Validate JavaScript files and pages loade...
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-06-29 Chad Horohoe(bug 29277) MediaWiki:Filepage.css not loaded on foreig...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Robin Pepermans(part of bug 6100) Set the directionality based on...
2011-06-16 Krinkle(bug 29441) Expose CapitalLinks config in JS to allow...
2011-06-16 KrinkleRevert r90232.
2011-06-16 KrinkleImplement mw.Title in core
2011-06-16 Tim StarlingRemoved $wgProto. Previously, setting this undocumented...
2011-06-14 KrinkleMerge conflict fix from r90096.
2011-06-14 KrinklewgNamespaceIds in JavaScript didn't include canonical...
2011-06-01 Roan Kattouw(bug 29224) Also use a packed modules string for the...
2011-05-26 Roan Kattouw(bug 28840) URLs with dots break because of IE6 securit...
2011-05-22 Alexandre EmsenhuberUse wfMessage() so that we can check message existence...
2011-05-21 KrinkleFollow-up r88554: Passing null for now, fixed php error...
2011-05-21 KrinklePassing token paremeter in mw.action.watch.ajax since...
2011-05-21 KrinkleAdding user.tokens module and loading by default. ...
2011-05-21 Sam ReedFixup/add documentation
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-15 PlatonidesFollow up r88053. This was trying to throw the return...
2011-05-14 Roan KattouwFix bug in r87497, reported in CR: &modules=foo,bar...
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-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-05-05 Roan KattouwPer bug 28738 comment 4, pack ResourceLoader URLs by...
2011-05-04 Krinklemw.loader fixes
2011-05-01 Roan Kattouw(bug 28738) Implement request splitting in mw.loader...
2011-04-21 Nimish Gautamadded wgCookiePrefix to exported variables
2011-04-20 Happy-melonFollow-up r82285: prefix group css and js pages with...
2011-04-18 Leo KoppelkammFollowup r86088 per CR: Move month array builder into...
2011-04-14 Leo KoppelkammCompletely rewritten table sorting script.
2011-04-07 Roan KattouwFor bug 27488: move the startup script, jquery+mediawik...
2011-04-01 Trevor ParscalAdded charset property to HTTP Content-Type fields...
2011-03-27 Roan KattouwFix default implementation of ResourceLoaderModule...
2011-03-25 Sam ReedRemove getFlip code duplication
2011-03-23 Roan KattouwBump RL filter version to 4 to keep it in sync with...
2011-03-20 Roan KattouwPer CR, remove round() call I accidentally reintroduced...
2011-03-20 Roan Kattouw(bug 26805) Introduce ResourceLoaderGetStartupModules...
2011-03-20 Roan KattouwFollowup r84399: remove another round() call
2011-03-20 Roan KattouwRemove stray round() call, rounding of timestamps was...
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-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...
next