Github mirror of MediaWiki extension ContributionScores - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
Find a file
Chad Horohoe 317cbcb346 Nuking fallback code for MW < 1.12 in most extensions (there's like 5 or 6 left I haven't done). Couple of points:
* 1.11 and below aren't supported anymore, so we don't need to be maintaining back-compat code for it anymore. This is why we branch extensions
* The vast majority of these were using $wgParser. This defeats the purpose of ParserFirstCallInit...allowing you to use parsers other than $wgParser. All these extensions now work in any instance of the Parser, not just $wgParser
2009-09-04 22:22:12 +00:00
ContributionScores.alias.php Localisation updates for extension messages from translatewiki.net (2009-07-22 23:12 UTC) 2009-07-22 23:34:15 +00:00
ContributionScores.i18n.php Localisation updates for extension messages from translatewiki.net (2009-08-26 17:35 UTC) 2009-08-26 18:48:22 +00:00
ContributionScores.php Nuking fallback code for MW < 1.12 in most extensions (there's like 5 or 6 left I haven't done). Couple of points: 2009-09-04 22:22:12 +00:00
ContributionScores_body.php Enable PLURAL 2009-04-14 18:46:43 +00:00