aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/fetchText.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Make Maintenance::finalSetup require a SettingsBuilderdaniel2024-01-081-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-1/+2
* Allow config merge strategies to be bypassed.daniel2022-02-221-1/+1
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-5/+5
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-5/+5
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-5/+5
* try to use 'dump' group for db connections for dumps of page contentAriel T. Glenn2022-01-141-1/+13
* docs: Use interface instead of real types in documentationUmherirrender2021-08-261-1/+2
* Use multi-catch block in fetchText.phpUmherirrender2020-07-311-5/+1
* Make BackupDumper MCR compatible (main slot only)daniel2019-03-141-30/+34
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+3
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+3
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Make lines short to pass phpcs in files under maintenance/Amir E. Aharoni2015-09-271-2/+3
* Fix some stuttering in comments and documentationRicordisamoa2014-12-171-1/+1
* Apply exportTransform in backupTextPass.incdaniel2014-11-231-1/+2
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-7/+7
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-3/+3
* 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-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-101-1/+7
* Add, update, tweak documentationSam Reed2011-10-261-1/+1
* Added a note when this script is usedAlexandre Emsenhuber2011-06-041-0/+1
* Fixup/add documentationSam Reed2011-03-301-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Use __METHOD__; name was falseAlexandre Emsenhuber2010-10-091-1/+1
* clean up space/tab stuffAriel Glenn2010-07-191-9/+9
* distinguish failed text retrieval from empty text, consolidate text retrieval...Ariel Glenn2010-06-161-2/+19
* XML snapshots: when retrieving revision text, send the text id back to reques...Ariel Glenn2010-06-041-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-5/+5
* 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-27/+55
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-40/+26
* Merge maintenance-work branch:Chad Horohoe2009-06-241-26/+40
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+3
* Don't fall into an infinite loop o' death if the pipes get broken.Brion Vibber2008-05-191-3/+4
* Do text normalization in dumpTextPass rather than fetchText, to ensure that t...Brion Vibber2007-11-201-3/+1
* Initial implementation of restartable subprocess for text fetching in dumpTex...Brion Vibber2007-11-201-0/+38