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
libraryupgrader 9cf2aa9019 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 31.0.0 → 38.0.0
  The following sniffs are failing and were disabled:
  * MediaWiki.NamingConventions.PrefixedGlobalFunctions.allowedPrefix
  * MediaWiki.Usage.ExtendClassUsage.FunctionConfigUsage

npm:
* ajv: 6.11.0 → 6.12.6
  * https://github.com/advisories/GHSA-v88g-cgmw-v5xw
* ansi-regex: 5.0.0 → 5.0.1
  * https://github.com/advisories/GHSA-93q8-gq69-wqmw
  * https://github.com/advisories/GHSA-93q8-gq69-wqmw
* async: 3.2.0 → 3.2.3
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
* minimist: 1.2.5 → 1.2.6
  * https://github.com/advisories/GHSA-xvch-5gv4-984h

Additional changes:
* Set `name` in package.json.
* composer.json: Updated phpcs command in composer test (T280592).
* composer.json: Added phpcs command to scripts (T280592).

Change-Id: Id3fadc2ea75f6bee4a1dfdfdc2f4892ec8d35a0d
2022-04-15 01:40:36 +00:00
i18n Localisation updates from https://translatewiki.net. 2020-07-03 08:32:36 +02:00
.eslintrc.json build: Replace jscs, jshint and jsonlint by eslint 2020-02-03 20:49:46 +01:00
.gitignore build: Replace jscs, jshint and jsonlint by eslint 2020-02-03 20:49:46 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:02:21 -07:00
.phpcs.xml build: Updating dependencies 2022-04-15 01:40:36 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-03 00:13:50 +00:00
composer.json build: Updating dependencies 2022-04-15 01:40:36 +00:00
ContributionScores.alias.php Use short array syntax in i18n alias file 2018-09-20 22:40:52 +02:00
ContributionScores.i18n.magic.php Updates for CodeSniffer and other tests 2016-02-27 21:12:58 +01:00
ContributionScores.php Add support for actor 2020-05-10 02:50:56 +00:00
ContributionScores_body.php Fix query to group by user_name 2020-05-10 20:52:07 -04:00
Gruntfile.js build: Replace jscs, jshint and jsonlint by eslint 2020-02-03 20:49:46 +01:00
package-lock.json build: Updating dependencies 2022-04-15 01:40:36 +00:00
package.json build: Updating dependencies 2022-04-15 01:40:36 +00:00
README Add README 2016-03-22 11:08:34 +00:00

The Contribution Scores extension polls the wiki database to locate contributors with the highest contribution volume.
The extension is intended to add a fun metric for contributors to see how much they are helping out.