Merge "Remove extra unneeded whitespace"
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderFileModule.php
2012-05-18 Tim StarlingMerge "Remove extra unneeded whitespace"
2012-05-17 Tim StarlingMerge "[FileBackend] Improved connection error handling...
2012-05-17 Tim StarlingMerge "[FileBackend] Added doQuickOperations() function...
2012-05-17 Tim StarlingMerge "[FileBackend] Added CDN support to Swift for...
2012-05-17 Tim StarlingMerge "[FileBackend] Made it easy to use registed file...
2012-05-17 Tim StarlingMerge "[FileBackend] Syncing from journal support."
2012-05-17 HasharMerge "Updating Release Notes about addition of getCrea...
2012-05-17 CatropeMerge "Introduced the concept of raw ResourceLoader...
2012-05-15 Max SemenikIntroduced the concept of raw ResourceLoader modules
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-02 HasharMerge "Bumping minimum supported version of PHPUnit...
2012-05-01 Aaron SchulzMerge "enable email for PreferencesTest.php"
2012-05-01 Aaron SchulzMerge "(bug 30975) API import of pages with invalid...
2012-05-01 Aaron SchulzMerge "(bug 31704) Allow selection of associated namesp...
2012-05-01 NikerabbitMerge "Set CdbTest to skipped instead of incomplete"
2012-05-01 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-04-30 CatropeMerge "Revert "Forward port of https://mediawiki.org...
2012-04-30 CatropeMerge "Forward port of https://mediawiki.org/wiki/Speci...
2012-04-30 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
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...