* v1.8
* Removed most custom CSS classes * Now uses .even and .odd CSS classes from sortable JS voodoo when the sortable class is present * Removed .css file - instead force custom definition in MediaWiki:Common.css
This commit is contained in:
parent
09904dbc02
commit
b003197ddb
3 changed files with 19 additions and 22 deletions
|
@ -15,7 +15,7 @@ $wgExtensionCredits['specialpage'][] = array(
|
|||
'author'=>'Tim Laqua',
|
||||
'description'=>'Polls wiki database for highest user contribution volume',
|
||||
'descriptionmsg' => 'contributionscores-desc',
|
||||
'version'=>'1.7.1'
|
||||
'version'=>'1.8'
|
||||
);
|
||||
|
||||
define( 'CONTRIBUTIONSCORES_PATH', dirname( __FILE__ ) );
|
||||
|
@ -43,7 +43,10 @@ function efContributionScores() {
|
|||
}
|
||||
}
|
||||
|
||||
# Depreciated in v1.8 - manually add CSS via MediaWiki:Common.css
|
||||
/*
|
||||
function efContributionScores_addHeadScripts(&$out) {
|
||||
$out->addScript( '<link rel="stylesheet" type="text/css" href="' . CONTRIBUTIONSCORES_EXTPATH . '/ContributionScores.css" />' . "\n" );
|
||||
return true;
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue