MediaWiki extension Report

Clone this repo:
  1. 1df3d40 build: Updating mediawiki/mediawiki-codesniffer to 46.0.0 by libraryupgrader · 4 weeks ago master
  2. b916d2c Localisation updates from https://translatewiki.net. by Translation updater bot · 5 weeks ago
  3. b2cd2f1 build: Updating stylelint-config-wikimedia to 0.18.0 by libraryupgrader · 7 weeks ago
  4. aa6e011 build: Updating nanoid to 3.3.8 by libraryupgrader · 3 months ago
  5. fec0f10 Localisation updates from https://translatewiki.net. by Translation updater bot · 3 months ago

Report

The Report extension adds a special page for users to privately report revisions of pages for admin attention, as well as another special page for admins to handle such reports.

Installation

Regular installation

Report is on the MediaWiki extension distributor. Follow the instructions on the extension page to install it from there like any other extension.

Developer installation

From the root directory of your wiki, run the following commands:

cd extensions
git clone "https://gerrit.wikimedia.org/r/mediawiki/extensions/Report"

Then add the following line to your LocalSettings.php:

wfLoadExtension( 'Report' );

Finally, from the root directory of your wiki, run the following command:

php maintenance/update.php

This will create the necessary tables that the extension needs.

Usage

Once it's installed, it's in use! The extension adds links next to every revision for reporting them, all of which lead to Special:Report.

For admins, simply navigate to Special:HandleReports to view reports that need handling.