mediawiki/extensions/BulkBlock - Gitiles

MediaWiki extension BulkBlock

Clone this repo:
  1. 30dad93 Localisation updates from https://translatewiki.net. by Translation updater bot · 2 days ago master
  2. 16e802a Merge "Replace deprecated SpecialBlock::getSuggestedDurations" by jenkins-bot · 14 days ago
  3. ef00fca Localisation updates from https://translatewiki.net. by Translation updater bot · 2 weeks ago
  4. 242e750 Replace deprecated SpecialBlock::getSuggestedDurations by Fomafix · 5 weeks ago
  5. 8fe7c2c Use parseExpiryInput from BlockUser instead of SpecialBlock by Fomafix · 5 weeks ago

BulkBlock MediaWiki Extension

The BulkBlock MediaWiki extension allows administrators to easily block multiple users at once on a MediaWiki website.

Requirements

  • MediaWiki 1.35 or later
  • PHP 7.2 or later

Installation

  1. Download the latest release of the extension from the releases page on GitHub.
  2. Extract the downloaded file to the extensions directory of your MediaWiki installation.
  3. Add the following line to your LocalSettings.php file:
wfLoadExtension( 'BulkBlock' );
  1. Navigate to the Special:Version page on your MediaWiki website and verify that the extension is listed.

Usage

  1. Navigate to the Special:BulkBlock page on your MediaWiki website.
  2. Enter the usernames of the users you wish to block in the text box.
  3. Enter the reason for the block in the text box.
  4. Press the "Block" button.