aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/convertLinks.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix use of argument perfLogFilename in convertLinks.php"jenkins-bot2019-09-061-2/+2
|\
| * Fix use of argument perfLogFilename in convertLinks.phpUmherirrender2019-09-011-2/+2
* | Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
|/
* rdbms: deprecate seldom used bufferResults() methodAaron Schulz2019-08-151-20/+24
* Avoid using calls to freeResults() and allow object go out of scopeDerick Alangi2019-03-231-3/+0
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-3/+3
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-2/+2
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Remove some PHP4 microtime() compat wrappersKevin Israel2014-07-161-12/+6
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-10/+15
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-22/+68
* Remove $dbw->close() call from convertLinks.phpKevin Israel2013-12-071-1/+0
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-2/+2
* Fixed some spacing in maintenance folderumherirrender2013-04-181-3/+4
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-161-3/+10
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Per CR on r71359: Fix DB_MASTER where it should be __METHOD__Chad Horohoe2010-12-121-2/+2
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-9/+9
* Assignment in loop conditions suckSam Reed2010-10-131-2/+2
* * Standardised file description headersAlexandre Emsenhuber2010-10-031-0/+1
* Remove some unused variablesSam Reed2010-09-201-1/+1
* self::DB_ADMIN to Maintenance::DB_ADMIN for constantSam Reed2010-08-241-1/+1
* Remove globals, expose options in maintenance style, use the ContentLanguage ...Platonides2010-08-211-30/+38
* Follow up r71359. $wgDBtype uneeded now.Platonides2010-08-211-3/+2
* Refactor convertLinks to not use DB::newFromParams() crap, make updaters use ...Chad Horohoe2010-08-201-17/+20
* Stylize maintenance folder..Sam Reed2010-05-221-45/+45
* 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-5/+234
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-3/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Phpdoc comments and place holder. Part of the subpackage "maintenance", archi...Antoine Musso2004-09-031-2/+8
* * Moved content from liveCmdLine.inc into commandLine.inc, obsoleting the for...Tim Starling2004-06-151-2/+0
* various changes aimed at making a bare-bones 1.3 command line installer, for ...Tim Starling2004-05-221-188/+2
* * Option to not create keys on new links table, and allow duplicates.Jerome Jamnicky2004-05-211-26/+80
* include_once -> require_onceTim Starling2004-05-071-2/+2
* ... and make it overwrite the old links table by defaultJerome Jamnicky2004-04-191-1/+1
* put newline at end of fileJerome Jamnicky2004-04-191-1/+1
* * Add include for AdminSettings.php to allow table creation and deletion. Th...Jerome Jamnicky2004-04-191-52/+106
* bugfixes provided by TimStarlingJerome Jamnicky2004-04-131-2/+2
* screwed head on and then fixed obvious conceptual errorTim Starling2004-04-121-7/+9
* links schema conversion script, alterations to config/index.php and commandLi...Tim Starling2004-04-121-0/+88