Extension:Nuke
|
Nuke Release status: stable |
|||
|---|---|---|---|
| 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 |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes log |
||
|
|||
|
Check usage (experimental) |
|||
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
- Download the files from Git or download a snapshot (select your version of MediaWiki) and place the files under $IP/extensions/Nuke
- 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");
- or add to the end of LocalSettings.php (<MW 1.16):
- 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
- Extension:DeletePagePermanently
- Extension:DeleteBatch and the deleteBatch.php maintenance script
- Extension:Maintenance
- Extension:NukeDPL
|
|
This extension is being used on one or more of Wikimedia's wikis. This 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 can be seen on the wiki's Special:Version page. |
| Language: | English • 日本語 • 한국어 • Polski |
|---|