Extension:GlobalContributions
Appearance
Not to be confused with Extension:CheckUser, which includes functionality to view a user's global contributions.
Release status: experimental |
|
|---|---|
| Implementation | Special page |
| 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+ |
| PHP | 7.0+ |
| License | GNU General Public License 2.0 |
| Download | |
|
|
| Translate the GlobalContributions extension if it is available at translatewiki.net | |
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
[edit]- Download and move the extracted
GlobalContributionsfolder to yourextensions/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.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
[edit]- $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.
