Extension:Nuke

From MediaWiki.org
(Redirected from Nuke)
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
Nuke

Release status: stable

Nuke.png
Implementation Special page, Page action
Description Gives sysops the ability to mass delete pages.
Author(s) Brion Vibber (Brion VIBBERTalk)
Last version 1.1.5 (2012-03-12)
MediaWiki 1.18+ (v1.1.2+)
1.16, 1.17 (v1.1.1+)
1.11+ (<v1.1.1)
Database changes no
License GPL v2+
Download
log
Added rights

nuke

Check usage (experimental)
Bugs: list open list all report

Nuke is an extension that makes it 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] Download

You can download the code directly via Git from the MediaWiki source code repository (browse code) or download a snapshot (select your version of MediaWiki) and save it into the extensions/Nuke directory of your wiki. To get the latest version of Nuke, just clone the git master.

If you have shell access to your server, you may do this to download the extension:

cd extensions
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Nuke.git

[edit] Installation

  1. Download the files from Git or download a snapshot (select your version of MediaWiki) and place the files under $IP/extensions/Nuke
  2. Add to the end of LocalSettings.php (MW 1.17+):
    require_once("$IP/extensions/Nuke/Nuke.php");
    or add to the end of LocalSettings.php (<MW 1.16):
    require_once("$IP/extensions/Nuke/SpecialNuke.php");
  3. Installation can now be verified through Special:Version on your wiki

[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] See also



Language: English  • 日本語 • 한국어 • Polski
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox