wiki.techinc.nl/includes/resourceloader
Roan Kattouw beb7ab0f36 (bug 35036) Wikipage-based ResourceLoader modules were not automatically purged as they should be when one of their messages changed. In practice, this only affected WikiLove.
Also adding a documentation comment in ResourceLoaderModule to clarify that it is the subclass's responsibility to make sure message blob timestamps are taken into account
2012-03-07 19:33:37 +00:00
..
ResourceLoader.php [ResourceLoader] Minor clean up 2012-03-04 22:56:43 +00:00
ResourceLoaderContext.php In ResourceLoaderContext, normalize invalid skin names to $wgDefaultSkin . This should help a lot with the pollution of the module_deps table, which is currently littered with invalid skin names from people trying to hack the site. I found 3,897 (!!) distinct values for md_skin 2012-02-27 22:41:20 +00:00
ResourceLoaderFileModule.php fix @example in ResourceLoaderFileModule 2012-02-01 17:05:15 +00:00
ResourceLoaderFilePageModule.php
ResourceLoaderModule.php (bug 35036) Wikipage-based ResourceLoader modules were not automatically purged as they should be when one of their messages changed. In practice, this only affected WikiLove. 2012-03-07 19:33:37 +00:00
ResourceLoaderNoscriptModule.php
ResourceLoaderSiteModule.php
ResourceLoaderStartUpModule.php Bug 34604 - [mw.config] wgActionPaths should be an object instead of a numeral array JavaScript 2012-02-23 02:45:45 +00:00
ResourceLoaderUserCSSPrefsModule.php Bug 27619: Remove the option to show broken links as: link? 2012-02-19 13:06:18 +00:00
ResourceLoaderUserGroupsModule.php
ResourceLoaderUserModule.php
ResourceLoaderUserOptionsModule.php Adds a supportsURLLoading method which returns false to user tokens and user options modules. This prevents them from being linked to direction which fixes an issue where in debug mode logged in users were being served anon tokens and options. This should resolve bug #34469. 2012-02-21 22:08:23 +00:00
ResourceLoaderUserTokensModule.php Adds a supportsURLLoading method which returns false to user tokens and user options modules. This prevents them from being linked to direction which fixes an issue where in debug mode logged in users were being served anon tokens and options. This should resolve bug #34469. 2012-02-21 22:08:23 +00:00
ResourceLoaderWikiModule.php (bug 35036) Wikipage-based ResourceLoader modules were not automatically purged as they should be when one of their messages changed. In practice, this only affected WikiLove. 2012-03-07 19:33:37 +00:00