Remove $wgUseDataURLs as promised by the comment in DefaultSettings.php . Data URL...
[lhc/web/wiklou.git] / includes / ResourceLoaderModule.php
2010-10-07 Roan KattouwRemove $wgUseDataURLs as promised by the comment in...
2010-10-05 Trevor Parscal* Fixed mistake made in r74271 where some functions...
2010-10-03 Brion VibberExtract common code in ResourceLoaderUserOptionsModule...
2010-10-02 Niklas LaxströmFix personal user styles being broken since introductio...
2010-10-01 Trevor ParscalRemoved double-encoding of dependencies and group for...
2010-10-01 Niklas LaxströmFix timestamp generation for pages broken in r72961.
2010-09-30 Trevor Parscal* Added support for basic version of ISO_8601 timestamp...
2010-09-29 Trevor ParscalRemoved the requirement to define getModifiedTime for...
2010-09-29 Trevor ParscalMoved wgDBName out of $wgUseAjax / $wgEnableMWSuggest...
2010-09-29 Trevor ParscalMade ResourceLoader an instantiable object, rather...
2010-09-24 Trevor Parscal* Fixed bug #25281 by adding special treatment for...
2010-09-24 Trevor ParscalMoved more generated javascript to ResourceLoader funct...
2010-09-24 Trevor Parscal* Moved registration generation to startup module.
2010-09-24 Roan KattouwFix r73645: also do negative caching
2010-09-24 Trevor ParscalAdded early exits when files are used before webstart
2010-09-24 Trevor ParscalFixed issue in r73645 where an unset value was being...
2010-09-23 Trevor ParscalImproved the performance of ResourceLoader by pre-loadi...
2010-09-20 Trevor ParscalAdded group functionality to ResourceLoaderModule objec...
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...