Extension:GlobalContributions
GlobalContributions 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.
InstallationEdit
- Download and place the file(s) in a directory called
GlobalContributions
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'GlobalContributions' );
- Configure as required.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
ConfigurationEdit
- $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.