Merge "fix the call of count( $module->getDependencies() ) in startup (bracket was...
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderFileModule.php
2012-02-01 Antoine Mussofix @example in ResourceLoaderFileModule
2011-10-14 Sam ReedDocumentation
2011-10-03 Sam ReedMerge r97670, r98206
2011-10-03 Sam ReedMerge r97771, r97775
2011-09-13 Roan KattouwFix the fixme on r88053: dependency handling was broken...
2011-08-13 Roan Kattouw(bug 26486) ResourceLoader modules with paths to nonexi...
2011-08-03 Roan KattouwFix r93820: PROT_ -> PROTO_
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
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-06-17 Sam ReedSwap else if for elseif
2011-05-21 Sam ReedFixup/add documentation
2011-05-14 Trevor ParscalAdded direct file loading functionality to debug mode...
2011-04-07 Roan KattouwFor bug 27488: move the startup script, jquery+mediawik...
2011-03-25 Sam ReedRemove getFlip code duplication
2011-03-02 Antoine Mussodoxygen can use @code !
2011-02-19 KrinkleUsing the mw alias for mediaWiki in core. Saves bandwid...
2011-02-12 KrinkleFollow-up r82038. Calling wfExpandUrl() on remote base...
2011-02-12 KrinkleFollow-up r81731 CR comments. Calling wfExpandUrl(...
2011-02-10 PlatonidesYet more additions of wfProfileOut()
2011-02-08 Roan KattouwRemove $wgServer prepending from remote JS/CSS paths...
2011-01-09 Roan KattouwFix bug in ResourceLoader causing LTR->RTL flipping...
2011-01-09 Roan KattouwAvoid dot bloat in paths
2010-12-16 Trevor ParscalMoved CSS flipping to occur inside a module - this...
2010-12-03 Roan KattouwSpaces to tabs in r77011
2010-11-19 Tim Starling* Made Resources.php return a pure-data array instead...
2010-11-08 Alexandre EmsenhuberFixed some doxygen warnings
2010-11-05 Trevor ParscalFixed Doxygen incompatible JSDoc style comments (bad...
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-10-31 PlatonidesRemove unused globals.
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 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 Trevor ParscalPart 2 of 2, moved ResourceLoader*Module classes to...
2010-10-19 Trevor ParscalPart 1 of 2, moving ResourceLoader*Module classes to...