Minor resource loader changes:
[lhc/web/wiklou.git] / includes / ResourceLoaderModule.php
2010-09-17 Tim StarlingMinor resource loader changes:
2010-09-15 Trevor ParscalRemoved a bit of testing code that got left in.
2010-09-14 Trevor Parscal* Added exporting of user preferences
2010-09-14 Niklas LaxströmFix broken r72956 with another approach
2010-09-14 Niklas LaxströmAvoid extra query by reusing $wgUser if possible
2010-09-14 Niklas LaxströmUse only single query for determinging highest page_tou...
2010-09-14 Trevor ParscalReduced (dramatically) the number of database queries...
2010-09-13 Trevor Parscal* Changed the expiry time strategy, now treating any...
2010-09-11 PlatonidesCode cleanup: unused globals, empty statements, typos...
2010-09-11 Niklas LaxströmQuickfix for Fatal error: don't die on anonymous users.
2010-09-11 Trevor ParscalMade CSSMin::remap take both local and remote directory...
2010-09-11 Trevor ParscalFixed fatal error - now $user is being checked to be...
2010-09-11 Trevor ParscalAdded direction to ResourceLoaderContext hashing (preve...
2010-09-11 Trevor ParscalMoved a config back to Skin::makeGlobalVaiablesScript...
2010-09-11 Trevor ParscalFixed user scripts/styles and site scripts/styles ...
2010-09-11 Trevor ParscalMajor refactoring of site and user CSS, creating Resour...
2010-09-10 Trevor ParscalMoved some of the logic for generating styles from...
2010-09-10 Trevor ParscalBroke part of ResourceLoaderSiteModule into ResourceLoa...
2010-09-10 Trevor ParscalRemoved a comment, which should have been removed in...
2010-09-10 Trevor ParscalRemoved blank line in array definition.
2010-09-10 Trevor ParscalResourceLoaderSiteModule now supports CSS too!
2010-09-10 Trevor ParscalFixes issue in r72695 where ResourceLoaderFileModule...
2010-09-10 Trevor ParscalAdded media-type support for static and dynamic Resourc...
2010-09-09 Trevor ParscalMoved dependency of $wgUseDataURLs out of CSSMin and...
2010-09-05 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-04 Siebrand MazelandStylize files added in r72349
2010-09-04 Trevor ParscalBetter solution for r72367, this allows file modules...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...