aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/convertUserOptions.php
Commit message (Expand)AuthorAgeFilesLines
* Type hint against IResultWrapper in maintenance classesUmherirrender2019-06-191-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+2
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+2
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12
* 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
* Make convertUserOptions.php more self-containedKevin Israel2014-05-311-11/+32
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+1
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-2/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Add some __METHOD__ to begin/commit/rollback callsumherirrender2012-12-011-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-161-1/+8
* (bug 32508) clean up update.php messagesAntoine Musso2011-12-081-3/+3
* Pass in some more , __METHOD__Sam Reed2011-11-101-1/+1
* updated the message text so that it now says Nothing to migrate...done.Thomas Gries2011-10-111-1/+1
* * (bug 31204) Remove old user.user_optionsSam Reed2011-09-281-5/+24
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-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-6/+6
* * Standardised file description headersAlexandre Emsenhuber2010-10-031-0/+1
* Stylize maintenance folder..Sam Reed2010-05-221-5/+5
* * 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-31/+62
* Branch merge of preferences work branch. Includes fixes for several bugs. WAR...Andrew Garrett2009-04-241-0/+41