aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/dumpIterator.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* maintenance: Use namespaced classesUmherirrender2024-10-211-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Use namespaced classes (1)Umherirrender2024-06-161-0/+1
* Make Maintenance::finalSetup require a SettingsBuilderdaniel2024-01-081-1/+1
* WikiImporter: Pass Authority for permissions instead of global contextBartosz Dziewoński2023-12-111-1/+4
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-271-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Remove WikiRevision::downloadSourceMatěj Suchánek2022-11-041-1/+1
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-2/+3
* snapshot: Add @var documentation for class propertiesUmherirrender2022-03-091-1/+3
* Allow config merge strategies to be bypassed.daniel2022-02-221-1/+1
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-5/+11
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-11/+5
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-5/+11
* WikiImporter: inject servicesZabeMath2021-05-241-1/+5
* Merge "maintenance: Remove preprocessDump.php"jenkins-bot2021-03-041-1/+1
|\
| * maintenance: Remove preprocessDump.phpTimo Tijhof2021-01-281-1/+1
* | Use static closures where safe to useUmherirrender2021-02-111-1/+1
* | DumpIterator: Replace deprecated WikiRevision::setText()Ammar Abdulhamid2021-01-251-4/+8
|/
* set revision Title before setting text, or there may be no content modelAriel T. Glenn2021-01-221-1/+1
* Fix bad use of `|=` PHP bit operation where `= … ||` bool is intendedUmherirrender2020-08-121-1/+1
* Narrow MediaWiki.Commenting.FunctionComment.WrongStyleReedy2020-05-201-3/+7
* Fix parameter documentation for dump methods for handling revisionsDannyS7122020-05-051-4/+8
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-1/+1
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-2/+4
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-2/+0
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-2/+2
* [WikiImporter::notice] use wfDebug instead of echo in notice()Yifei He2017-12-221-0/+3
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+1
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Fix a bunch of call-time pass-by-reference errorsMax Semenik2016-02-101-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Import.php: Use Config instead of globalsKunal Mehta2014-10-221-2/+2
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+1
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-4/+9
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-2/+2
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* Remove underscore from classes LCStore_*Siebrand Mazeland2013-11-171-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
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-3/+3
* Fixed some spacing in maintenance folderumherirrender2013-04-181-7/+9
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2