Go to file
Kunal Mehta 131da40cbe Set phan-taint-check-plugin version in composer.json
We cannot set this in the normal "require-dev" because the plugin
depends on exactly PHP 7.0, preventing running tests on any other PHP
version.

Instead, CI will read the version number out of the "extra" field to
figure out what version to install.

Bug: T187497
Change-Id: I8f6ea354466fdea71b1739cf26249cb4ad6d7a7c
2018-02-16 13:43:44 -08:00
docs Hooks to extend pages retrieval and deletion 2015-12-15 08:54:22 -05:00
i18n Localisation updates from https://translatewiki.net. 2018-02-10 09:15:23 +01:00
includes Add configuration for phan 2018-02-16 15:48:38 +00:00
tests/phan Add configuration for phan 2018-02-16 15:48:38 +00:00
.gitignore Add configuration for phan 2018-02-16 15:48:38 +00:00
.gitreview Whoops, track not trace 2016-10-24 17:03:05 -07:00
.jshintrc Ask for confirmation when nuking 2017-10-04 16:48:38 +02:00
.phpcs.xml Move classes into includes/, and rename files to match class name 2018-02-04 14:29:42 -08:00
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md 2017-06-07 15:05:27 +04:30
composer.json Set phan-taint-check-plugin version in composer.json 2018-02-16 13:43:44 -08:00
COPYING Nuke != SMW 2014-01-16 02:26:40 +00:00
ext.nuke.confirm.js Remove unneeded $.ready() 2018-01-21 22:25:22 +01:00
ext.nuke.js Add 'Invert' checkbox selection feature to Special:Nuke 2015-03-12 21:34:00 +05:00
extension.json Use valid SPDX-3 license identifier 2018-02-15 17:18:44 +00:00
Gruntfile.js build: Always exclude vendor 2017-11-08 17:13:24 +01:00
INSTALL updated calls to getEditToken and updated stuff for v1.1.6 2012-08-17 16:43:17 +02:00
Nuke.alias.php Setting alias of special:nuke for Urdu language 2017-10-09 05:33:46 +00:00
Nuke.php Add tests 2015-10-03 16:41:51 +01:00
package.json build: bump grunt and drop grunt-cli 2017-08-01 10:45:34 +02:00
README updated calls to getEditToken and updated stuff for v1.1.6 2012-08-17 16:43:17 +02:00
RELEASE-NOTES Use American English spelling for behavior 2013-03-04 09:55:17 +01:00
SpecialNuke.php Add tests 2015-10-03 16:41:51 +01:00

These is the readme file for the Nuke extension.

Extension page on mediawiki.org: https://www.mediawiki.org/wiki/Extension:Nuke
Latest version of the readme file: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Nuke.git;a=blob;f=README

== About ==

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.

=== Feature overview ===

* Mass deletion of recently added pages via Special:Nuke.
** Filter by username or IP.
** Filter by page name pattern.
** Limit size of the batch of pages you delete.