aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/includes/TextPassDumper.php
Commit message (Expand)AuthorAgeFilesLines
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-2/+2
* dumps: Use proc_close() to close proc_open() subprocessMáté Szabó2025-01-161-1/+1
* Replace isset() with falsy checksUmherirrender2024-12-191-1/+1
* TextPassDumper: refresh content address on failureErik Bernhardson2024-11-051-7/+40
* Cleanup connection handling in BackupDumper/TextPassDumperAaron Schulz2024-10-231-71/+0
* Add namespace to maintenance/includes classesJames D. Forrester2024-10-091-0/+13
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+2
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-5/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-0/+1
* Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-1/+1
* Make Maintenance::finalSetup require a SettingsBuilderdaniel2024-01-081-1/+1
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-6/+5
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2023-06-081-16/+15
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-0/+1
* Start `catch` blocks on the same line as the preceding }DannyS7122022-06-231-2/+1
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* snapshot: Add @var documentation for class propertiesUmherirrender2022-03-091-16/+31
* Fix type of value directly passed to php internal functionsUmherirrender2022-03-071-3/+3
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+2
* maintenance: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Merge "PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls"jenkins-bot2022-01-271-1/+1
|\
| * PHP 8.1: add ENT_COMPAT to some htmlspecialchars() callsTim Starling2022-01-251-1/+1
* | Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-2/+3
* | Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-3/+2
* | SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-2/+3
|/
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* docs: Fix nullable documentation for class propertiesUmherirrender2021-09-241-2/+2
* Merge "docs: Use interface instead of real types in documentation"jenkins-bot2021-08-281-1/+2
|\
| * docs: Use interface instead of real types in documentationUmherirrender2021-08-261-1/+2
* | export: Fix false/null handling for fread in TextPassDumperUmherirrender2021-08-271-1/+1
|/
* Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)Fomafix2021-06-281-1/+1
* move the registration of SevenZipStream in dump moduleAriel T. Glenn2021-01-141-0/+4
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-1/+2
* Improve class property documentationUmherirrender2020-10-301-3/+5
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+1
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* TextPassDumper: implement prefetch for non-main slots.daniel2020-03-241-46/+70
* WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easierTimo Tijhof2020-03-031-1/+1
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-2/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-16/+16
* Set public for override of Maintenance functionsUmherirrender2019-10-091-2/+2
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+1
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-0/+1