Giter VIP home page Giter VIP logo

mediawiki-extension-specialuserscore's Introduction

Special:UserScore

The SpecialUserScore extension for MediaWiki measures user scores by the number of contributions.

See the MediaWiki.org extension page for details.

Installation

Create a new directory extensions/SpecialUserScore/, and copy all of these files into it.

Add the following line to the end of LocalSettings.php:

wfLoadExtension( 'SpecialUserScore' );

Version History

Version 1.0 (Mathias Feindt et al):

Version 2.0 2011-12-18 (Nic Jansma):

  • Works with MediaWiki v1.18.0
  • $wgMessageCache->addMessages no longer supported, so added SpecialUserScore.i18n.php and added to $wgExtensionMessagesFiles instead.
  • Removed require_once of QueryPage.php, as it will be auto-loaded.
  • Changed UserScorePage::getSQL() to use getQueryInfo() instead.
  • Changed UserScorePage::formatResult() to use Linker::linkKnown instead of $skin->makeKnownLink, which is no longer available.
  • Changed UserScorePage::formatResult() to not show a user's real name.

Version 2.0.1 2011-12-18 (Nic Jansma)

  • Following best practices for Special page extensions, all files are now placed in extensions/SpecialUserScore/ (nothing needs to be added to includes/specials/)

Version 2.1 2012-04-02 (Nic Jansma)

  • Added hook and to register page with $wgQueryPages and updated the query so it works cached in $wgMiserMode

Version 2.1.1 2013-07-08 (Nic Jansma)

  • Fixed PHP errors when run in Miser mode

Version 2.2 2016-01-25

  • Extension is now only compatible with MediaWiki 1.25+
  • Messages can now be internationalized

mediawiki-extension-specialuserscore's People

Contributors

llbraughler avatar nicjansma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.