aboutsummaryrefslogtreecommitdiffstats
path: root/includes/resourceloader
Commit message (Expand)AuthorAgeFilesLines
* MFT r112918, r113214, r113268, r113277, r113312, r113415, r113454, r113737, r...Sam Reed2012-03-162-0/+5
* MFT r112384, r112400, r112408, r112451, r112456, r112474, r112526, r112533, r...Sam Reed2012-02-281-1/+3
* MFT r112169, r112170, r112172, r112173, r112179, r112184, r112290, r112313Sam Reed2012-02-281-1/+3
|\
| * Adds a supportsURLLoading method which returns false to user tokens and user ...Trevor Parscal2012-02-212-0/+14
| * Bug 27619: Remove the option to show broken links as: link?Derk-Jan Hartman2012-02-191-7/+0
| * Since I'm sick of all the mw.user-induced problems, break the dependency betw...Roan Kattouw2012-02-162-14/+0
| * [RL] Comment mod and other minor changesKrinkle2012-02-131-3/+9
| * Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+2
* | MFT r111580, r111695, r111697, r111832, r112021Sam Reed2012-02-212-14/+0
|/
* (bug 34289) user.options CSS loaded twice. Fixed by splitting off the CSS par...Roan Kattouw2012-02-092-52/+136
* fix @example in ResourceLoaderFileModuleAntoine Musso2012-02-011-11/+45
* Fix profiling, that function is not profiledAlexandre Emsenhuber2012-01-181-1/+0
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+1
* Kill "* @return void"Sam Reed2012-01-121-1/+0
* merge JSTesting branch into trunkAntoine Musso2012-01-031-1/+63
* Removing wgLegacyJavaScriptGlobals from JavaScript outputKrinkle2011-12-281-2/+1
* Move embedded ResourceLoader modules to the <head>Krinkle2011-12-281-2/+1
* FU r98698: Show any PHP warnings in tryRespondFromFileCache() in debug modeAaron Schulz2011-12-171-0/+5
* Removed Title::isValidCssJsSubpage(), deprecated since 1.17 (77309), and upda...Robin Pepermans2011-12-131-1/+1
* * (bug 27721) Make JavaScript variables wgSeparatorTransformTable and wgDigit...Robin Pepermans2011-11-281-15/+0
* "else if" to "elseif"Sam Reed2011-11-251-1/+1
* Revert r103978, r103979 -- screwed something up, breaks jQuery minification.Brion Vibber2011-11-231-1/+1
* Functional part of r103978 (d'oh!) plus an update to the ResourceLoader filte...Brion Vibber2011-11-221-1/+1
* Make ResourceLoader::register() non-recursive, was calling itself recursively...Roan Kattouw2011-11-191-32/+27
* Following r100264, update usages in coreJohn Du Hart2011-11-161-1/+1
* Allow overrides of ResourceLoaderWikiModule::getDB() (introduced in r93760) t...Roan Kattouw2011-11-021-3/+9
* Follow-up r96261: remove the !important again, and then do the script default...Robin Pepermans2011-11-011-1/+5
* The early return added in r98698 was skipping the closing wfProfileOut().Platonides2011-10-271-0/+1
* * Fixed undefined var $g errorAaron Schulz2011-10-191-5/+5
* Follow-up r82285: we should not apply case conversion to these names, because...Happy-melon2011-10-191-1/+0
* DocumentationSam Reed2011-10-1410-64/+108
* Merge r97670, r98206Sam Reed2011-10-031-1/+1
* Merge r97771, r97775Sam Reed2011-10-031-2/+6
* FileCache:Aaron Schulz2011-10-021-1/+67
* Reverted stuff from r98602 committed by mistakeAaron Schulz2011-10-011-83/+5
* Made provideIPCIDRs() not add a '/' if there is no prefix length. Fixes bug 3...Aaron Schulz2011-10-011-5/+83
* Refactored out new sendResponseHeaders() and tryRespondLastModified() functio...Aaron Schulz2011-10-011-33/+61
* Address fixme on r96978: expand URLs fed to the client-side loaderRoan Kattouw2011-09-301-1/+1
* clean up Html::inlineScript usageKrinkle2011-09-281-1/+1
* rv r97851 for further inspection, causes PHP noticesNiklas Laxström2011-09-221-4/+3
* followup r79862: the for loop only cleans up half the output handlers (since ...Ilmari Karonen2011-09-221-3/+4
* Accept ResourceLoader URLs containing '!' in '.' for backwards compatibility ...Roan Kattouw2011-09-201-0/+2
* Followup r93247: add apiScript as a property of a ResourceLoader source.Roan Kattouw2011-09-151-1/+1
* Followup r96978, clean up code duplication by factoring out the code building...Roan Kattouw2011-09-132-20/+83
* Document the fact that some ResourceLoaderContext methods may return nullRoan Kattouw2011-09-131-4/+4
* Fix the fixme on r88053: dependency handling was broken in debug mode in cert...Roan Kattouw2011-09-134-23/+108
* Remove wgProto from mw.configKrinkle2011-09-091-5/+0
* Fix r96261: don't add important if 'none', so it doesn't break underlining on...Robin Pepermans2011-09-041-1/+1
* * Mark underline css as !important. It should override other css (such as the...Robin Pepermans2011-09-041-1/+1
* Remove type hint that broke r95975Roan Kattouw2011-09-011-1/+1