aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/nukePage.php
Commit message (Expand)AuthorAgeFilesLines
* Avoid using deprecated SiteStatsUpdate constructorAaron Schulz2019-07-051-1/+5
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* maintenance: Consistently use hasOption() for boolean optionsTimo Tijhof2017-07-191-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-2/+2
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-301-5/+5
* 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-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-251-0/+6
* Pass __METHOD__ to DatabaseBase::commit() and DatabaseBase::rollback()Alexandre Emsenhuber2012-02-281-1/+1
* More __METHOD__ in our madnessSam Reed2012-02-241-4/+4
* Fix numerous undefined variablesSam Reed2011-07-011-0/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-6/+6
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+1
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* 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-15/+99
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-84/+14
* Merge maintenance-work branch:Chad Horohoe2009-06-241-14/+84
* 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
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* * Maintenance script to delete unused text recordsRob Church2006-01-251-0/+30