aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/patchSql.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "maintenance: Remove sql.php temporarily"Tim Starling2020-04-091-0/+70
* maintenance: Remove sql.php temporarilyTimo Tijhof2020-04-071-70/+0
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Inject schema vars into DatabaseMysqlAaron Schulz2016-09-221-2/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* 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
* Pass phpcs-strict on maintenance/ (4/8)Siebrand Mazeland2014-04-231-1/+4
* 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-021-0/+6
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Follow-up r74628: convert two remaining calls of patchPath()Max Semenik2010-10-121-2/+2
* Stylize maintenance folder..Sam Reed2010-05-221-4/+4
* Fixed some errors while running patchSql.php:Alexandre Emsenhuber2010-03-141-1/+1
* Fix child class visibilityChad Horohoe2010-03-101-1/+1
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+1
* patchPath not patchPatchChad Horohoe2009-08-091-2/+2
* * Use DB_ADMIN for fixSlaveDesync, rebuildtextindex, updateSearchIndex, patchSqlChad Horohoe2009-08-091-23/+46
* 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-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-3/+7
* Handy script to manually run a single sql patch file, with all the necessary ...Brion Vibber2008-03-191-0/+32