Extension:GlobalContributions

Not to be confused with Extension:CheckUser, which includes functionality to view a user's global contributions.
Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
GlobalContributions
Release status: experimentalCategory:Experimental extensions
Implementation Special page Category:Special page extensions
Description Provides a special page to view a user or IPs contributions across a wiki farm
Author(s) Kunal Mehta (Legoktmtalk)
Latest version 0.2.1 (2020-03-13)
MediaWiki 1.35+Category:Extensions with manual MediaWiki version
PHP 7.0+
License GNU General Public License 2.0
Download Category:Extensions in Wikimedia version control
  • $wgGUCWikis
Quarterly downloads 0
Translate the GlobalContributions extension if it is available at translatewiki.net
Category:All extensions

The GlobalContributions extension provides a special page to view a user or IPs contributions across a wiki-farm. The extension is not yet suitable for any production level site and probably has major performance issues.

Installation

  • Download and move the extracted GlobalContributions folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GlobalContributions
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'GlobalContributions' );
    
  • Configure as required.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration

$wgGUCWikis
Array of database names to show contributions for, if left empty, will use $wgLocalDatabases. Necessary if you have private wikis that you don't want exposed through this tool.
Category:All extensions Category:Experimental extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Special page extensions