Skip to content

Github mirror of "mediawiki/extensions/Report" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

License

Notifications You must be signed in to change notification settings

wikimedia/mediawiki-extensions-Report

Repository files navigation

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.

About

Github mirror of "mediawiki/extensions/Report" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published