* Added notools option to showInclude
* Added nosort option to showInclude * Optimized crazy SQL query - 84% faster on a small wiki (~32000 revisions) * Added more CSS classes
This commit is contained in:
parent
2832bc3292
commit
d20ca5c22d
3 changed files with 66 additions and 34 deletions
|
@ -14,7 +14,7 @@ $wgExtensionCredits['specialpage'][] = array(
|
|||
'url'=>'http://www.mediawiki.org/wiki/Extension:Contribution_Scores',
|
||||
'author'=>'Tim Laqua',
|
||||
'description'=>'Polls wiki database for highest user contribution volume',
|
||||
'version'=>'1.6'
|
||||
'version'=>'1.7'
|
||||
);
|
||||
|
||||
define( 'CONTRIBUTIONSCORES_PATH', dirname( __FILE__ ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue