aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/includes/BackupDumper.php
Commit message (Expand)AuthorAgeFilesLines
* Cleanup connection handling in BackupDumper/TextPassDumperAaron Schulz2024-10-231-17/+8
* Add namespace to maintenance/includes classesJames D. Forrester2024-10-091-9/+19
* Remove non-functional --server parameter from BackupDumperAaron Schulz2024-10-071-16/+0
* 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-6/+2
* Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
* Make Maintenance::finalSetup require a SettingsBuilderdaniel2024-01-081-1/+1
* maintenance: Migrate some Database::select() calls to SQBAmir Sarabadani2023-09-151-1/+4
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+2
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2023-06-081-4/+0
* Fix some typosMatěj Suchánek2023-03-211-1/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* maintenance scripts: use MainConfigNames for config namesUmherirrender2022-04-291-1/+2
* snapshot: Simplify count() after explode() in BackupDumperUmherirrender2022-03-301-3/+3
* snapshot: Add @var documentation for class propertiesUmherirrender2022-03-091-9/+33
* BackupDumper::finalSetup - call parent::finalSetupPetr Pchelko2022-02-141-1/+1
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-2/+4
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-4/+2
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-2/+4
* BackupDumper: fix default value of --schema-versiondaniel2022-01-131-2/+12
* WikiExporter: inject servicesAlexander Vorwerk2021-09-061-1/+7
* BackupDumper: Add -o as shortcode for --outputPaladox2021-04-031-1/+1
* Make use of array deconstruction directly in foreach, if possibleThiemo Kreuz2020-11-121-3/+1
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-4/+4
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* make BackupDumper use vslow/dumps dbservers even for short queriesAriel T. Glenn2019-11-291-1/+1
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-14/+14
* Set public for override of Maintenance functionsUmherirrender2019-10-091-3/+3
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-0/+29
* replace wfGetDB (discouraged for use) with Maintenance::getDB in dumps scriptsAriel T. Glenn2019-08-211-1/+1
* Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()Aaron Schulz2019-08-021-7/+6
* Migrate various callers away from wfWikiId() to WikiMapAaron Schulz2019-07-121-1/+3
* allow xml page content or metadata dumps to target specific namespacesAriel T. Glenn2019-04-181-1/+2
* Merge "make xml abstracts, stubs and page log dumps work again"jenkins-bot2019-03-241-0/+1
|\
| * make xml abstracts, stubs and page log dumps work againAriel T. Glenn2019-03-241-0/+1
* | Make use of the list() feature where it makes senseThiemo Kreuz2019-03-241-2/+1
|/
* Merge "add lbzip2 output processor for exports"jenkins-bot2019-03-231-1/+2
|\
| * add lbzip2 output processor for exportsAriel T. Glenn2019-03-241-1/+2
* | Make the XML dump schema version configurable.daniel2019-03-211-0/+15
|/
* maintenance: Remove unused code from several maintenance scriptsThiemo Kreuz2019-03-031-3/+0
* maintenance: Add missing limit parameters to some explode()Thiemo Kreuz2019-03-011-7/+2
* Use the ?: shortcut from PHP 5.3 where it makes senseThiemo Kreuz2019-01-121-3/+1
* Replace WikiExporter streaming (unbuffered) mode with batched queriesBill Pirkle2018-09-281-1/+1
* maintenance: Move backup.inc to a regular php class fileTimo Tijhof2018-08-021-0/+425