Extension:Nuke

From MediaWiki.org

Jump to: navigation, search

           

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
Nuke

Release status: beta

Nuke.png
Implementation  Special page, Page action
Description Gives sysops the ability to mass delete pages.
Author(s)  Brion Vibber
MediaWiki  1.11+
License GPL 2.0 or later
Download Download snapshot

Subversion [Help]
Browse source code

check usage (experimental)

Nuke is an extension that makes possible for sysops to mass delete pages. It was written by Brion Vibber in September 2005. It is running on ALL Wikimedia sites.

Contents

[edit] Installation

Download the extension files and place them in your wiki's extensions/Nuke/ directory. Then add the following to LocalSettings.php after require_once( "includes/DefaultSettings.php" ); but before any other require_once or include_once calls:

require_once('extensions/Nuke/SpecialNuke.php');

[edit] Use

Go to Special:Nuke in order to mass delete pages recently added by a user or IP address. The special page is listed under Special:SpecialPages as Mass delete.

[edit] Logs

A log of all deletions is maintained at Special:Log/delete.

[edit] Licensing and downloads

The extension is available under the GNU General Public License 2.0 or later, and can be downloaded from Subversion, or accessed via the web-based viewer.

The software is provided as-is. Updates will be made according to the needs of Wikimedia wikis; or where critical vulnerabilities are discovered.

[edit] See also

This extension is being used on one or more of Wikimedia's wikis. It means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki is produced by Special:Version on that wiki.