aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/renameDbPrefix.php
Commit message (Expand)AuthorAgeFilesLines
* Various fixes for phan-taint-checkBrian Wolff2019-03-161-1/+3
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-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
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-111-0/+7
* Remove usage of $dbw->escapeLike in RenameDbPrefix (per bug 270042)Sam Reed2011-01-301-1/+1
* 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-4/+4
* Big attack on unused variables...Sam Reed2010-10-141-1/+1
* Add a few globals.Platonides2010-07-251-1/+3
* Stylize maintenance folder..Sam Reed2010-05-221-11/+11
* Fix child class visibilityChad Horohoe2010-03-101-1/+1
* Make DB_STD the normal DB access level. Some scripts need DB_ADMIN, so return...Chad Horohoe2009-08-091-1/+5
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-57/+71
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-53/+56
* Merge maintenance-work branch:Chad Horohoe2009-06-241-56/+53
* renameDbPrefix.php tweaks: corrected script name in help message (this is not...Jack Phoenix2009-03-291-11/+10
* Add a little script I use to change db prefixAaron Schulz2008-12-251-0/+68