aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/nukeNS.php
Commit message (Expand)AuthorAgeFilesLines
* Use db abstraction layer in nukePage and nukeNS maintenance scriptUmherirrender2020-05-081-11/+9
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-2/+2
* maintenance: Consistently use hasOption() for boolean optionsTimo Tijhof2017-07-191-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-301-3/+3
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+2
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-251-1/+7
* More __METHOD__ in our madnessSam Reed2012-02-241-3/+3
* Fix nukeNS maintenance script to correctly reference nukePage. Add in all opt...OverlordQ2011-07-221-2/+4
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-13/+13
* * Rewrote commandLine.inc to be a simple wrapper around Maintenance.phpTim Starling2009-09-041-1/+1
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-16/+18
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-76/+80
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-65/+75
* Merge maintenance-work branch:Chad Horohoe2009-06-241-75/+65
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+0
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Update statistics, change default behaviro to just test, not delete thousands...Steve Sanbeg2007-01-191-6/+25
* rm some debug code; it still leaves entries that were modified by upgrade scr...Steve Sanbeg2007-01-171-5/+0
* maintenance script to delete mediawiki messages silently, to upgrade without ...Steve Sanbeg2007-01-171-0/+95