Fix r74454: convert $wgCacheEpoch to a UNIX timestamp before comparing it with other...
[lhc/web/wiklou.git] / includes / ResourceLoader.php
2010-10-08 Roan KattouwFix r74454: convert $wgCacheEpoch to a UNIX timestamp...
2010-10-07 Roan Kattouw(bug 25201) Respect $wgCacheEpoch in the resource loader
2010-10-02 Niklas LaxströmFix logic error in IMS check introduced in r72940....
2010-10-02 Max SemenikBug 25338: fixed exception in Resource Loader
2010-10-01 Trevor ParscalFixed typo in r73673, thank for spotting that Roan!
2010-10-01 Trevor ParscalAdded group param to loader script wrapping.
2010-10-01 Max Semenik"self::" --> "this->"
2010-09-29 Trevor ParscalAdded some content for basic unit tests for ResourceLoa...
2010-09-29 Trevor ParscalFixed a use of ResourceLoader::getModule as a static...
2010-09-29 Trevor ParscalMade ResourceLoader an instantiable object, rather...
2010-09-29 PlatonidesTiny changes, fix comment, remove unused globals and...
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 Trevor ParscalAdded early exits when files are used before webstart
2010-09-23 Trevor ParscalImproved the performance of ResourceLoader by pre-loadi...
2010-09-22 Trevor Parscal* Added $wgResourceLoaderDebug, a default fallback...
2010-09-20 Trevor ParscalAdded group functionality to ResourceLoaderModule objec...
2010-09-17 Tim StarlingMinor resource loader changes:
2010-09-16 Trevor ParscalFixed bug that cause ResourceLoader to generate mediaWi...
2010-09-15 Trevor ParscalChanged to always calling ResourceLoader::intitialize...
2010-09-15 Trevor ParscalMoved responsiblity of initializtion to ResourceLoader...
2010-09-15 Trevor ParscalFixed really bad stuff going on with running hooks...
2010-09-15 Trevor ParscalFixed a bunch of syntax errors and mistakes.
2010-09-15 Trevor ParscalUsing hook for registering resources.
2010-09-14 Max SemenikFollow-up r72941: don't use json_encode() directly
2010-09-13 Trevor ParscalAdded missing semi-colon in r72941
2010-09-13 Trevor ParscalWrapped custom loaders in a function which provides...
2010-09-13 Trevor Parscal* Changed the expiry time strategy, now treating any...
2010-09-13 Trevor ParscalRemoved comment that's no longer relevant
2010-09-11 Trevor ParscalAdded versions to statically added ResourceLoader scrip...
2010-09-10 Trevor ParscalResourceLoaderSiteModule now supports CSS too!
2010-09-10 Trevor ParscalMade OutputPage only ask for a style from ResourceLoade...
2010-09-10 Trevor ParscalAdded media-type support for static and dynamic Resourc...
2010-09-08 Roan KattouwFix spelling of max-age in Cache-Control: header. This...
2010-09-05 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-04 Max Semenikload.php5 support for r72349
2010-09-04 Siebrand MazelandStylize files added in r72349
2010-09-04 Trevor ParscalBetter solution for r72367, this allows file modules...
2010-09-04 Trevor ParscalOnly flip CSS if dir is different from $wgContLang
2010-09-04 Trevor ParscalFix a bug in the resource loader causing it to return...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...