Extension:GlobalContribs
A request to archive this extension has been made on Phabricator. See task T157240 for the archival request and the rationale for the request, and to leave comments about the request. |
![]() Release status: stable |
|
---|---|
Implementation | Special page |
Description | A MediaWiki extension to access all contributions of a user in a wikifarm, via GlobalContributions and GlobalEditcount |
Author(s) | |
Latest version | 1.1.0 (2020-03-18) |
MediaWiki | 1.35+ |
PHP | 5.3+ |
Database changes | No |
License | GNU General Public License 3.0 |
Download | README.md |
Example | Special:GlobalContributions and Special:GlobalEditcount on en.brickipedia.org |
Quarterly downloads | 0 |
Translate the GlobalContribs extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
GlobalContribs is a MediaWiki extension that creates two special pages, Special:GlobalContributions and Special:GlobalEditcount on a wiki.
Installation edit
- Download and move the extracted
GlobalContribs
folder 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/GlobalContribs - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'GlobalContribs' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.