wiki.techinc.nl/includes/resourceloader
2012-04-16 12:17:02 -07:00
..
ResourceLoader.php Put the filecache save step before the error buffer closes so those errors don't break the output. 2012-04-16 12:17:02 -07: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 Documentation 2011-10-14 08:06:54 +00:00
ResourceLoaderLanguageDataModule.php (bug 33658) support for {{GRAMMAR:}} in jqueryMsg 2012-04-10 11:47:39 +02:00
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 Fixup/add documentation 2011-05-21 17:45:20 +00:00
ResourceLoaderSiteModule.php Fixup/add documentation 2011-05-21 17:45:20 +00:00
ResourceLoaderStartUpModule.php fix the call of count( $module->getDependencies() ) in startup (bracket 2012-04-14 12:41:49 +02:00
ResourceLoaderUserCSSPrefsModule.php * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token parameter present 2012-03-26 11:46:46 +02:00
ResourceLoaderUserGroupsModule.php Use $wgUser in ResourceLoaderUserGroupsModule when possible. 2012-04-09 20:27:40 +02:00
ResourceLoaderUserModule.php Check that the result of Title::makeTitleSafe() is an object before calling a method on it. 2012-04-09 10:30:50 +02:00
ResourceLoaderUserOptionsModule.php * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token parameter present 2012-03-26 11:46:46 +02: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