* Improve i18n (use formatNum for all numbers, add dir & lang attribute)

* Change td to th elements for titles (this also makes the sort script work again)
* General whitespace fixes
This commit is contained in:
Robin Pepermans 2011-11-28 16:34:58 +00:00
parent 95e51b5958
commit 21da2d00f6
3 changed files with 62 additions and 46 deletions

View file

@ -11,11 +11,11 @@ if (!defined('MEDIAWIKI')) {
$wgExtensionCredits['specialpage'][] = array(
'path' => __FILE__,
'name'=>'Contribution Scores',
'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
'author'=>'Tim Laqua',
'name' => 'Contribution Scores',
'url' => 'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
'author' => 'Tim Laqua',
'descriptionmsg' => 'contributionscores-desc',
'version'=>'1.11'
'version' => '1.12'
);
define( 'CONTRIBUTIONSCORES_PATH', dirname( __FILE__ ) );