index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
includes
/
BackupDumper.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup connection handling in BackupDumper/TextPassDumper
Aaron Schulz
2024-10-23
1
-17
/
+8
*
Add namespace to maintenance/includes classes
James D. Forrester
2024-10-09
1
-9
/
+19
*
Remove non-functional --server parameter from BackupDumper
Aaron Schulz
2024-10-07
1
-16
/
+0
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+2
*
Make use of the ??= and ?? operators where it makes sense
thiemowmde
2024-08-26
1
-6
/
+2
*
Update name & email for bvibber
Brooke Vibber
2024-02-08
1
-1
/
+1
*
Make Maintenance::finalSetup require a SettingsBuilder
daniel
2024-01-08
1
-1
/
+1
*
maintenance: Migrate some Database::select() calls to SQB
Amir Sarabadani
2023-09-15
1
-1
/
+4
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-3
/
+2
*
Replace more usages of deprecated MWException
Daimona Eaytoy
2023-06-08
1
-4
/
+0
*
Fix some typos
Matěj Suchánek
2023-03-21
1
-1
/
+1
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
maintenance scripts: use MainConfigNames for config names
Umherirrender
2022-04-29
1
-1
/
+2
*
snapshot: Simplify count() after explode() in BackupDumper
Umherirrender
2022-03-30
1
-3
/
+3
*
snapshot: Add @var documentation for class properties
Umherirrender
2022-03-09
1
-9
/
+33
*
BackupDumper::finalSetup - call parent::finalSetup
Petr Pchelko
2022-02-14
1
-1
/
+1
*
Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"
Ppchelko
2022-01-26
1
-2
/
+4
*
Revert "SettingsBuilder: allow maintenance scripts to manipulate config"
Ppchelko
2022-01-26
1
-4
/
+2
*
SettingsBuilder: allow maintenance scripts to manipulate config
daniel
2022-01-26
1
-2
/
+4
*
BackupDumper: fix default value of --schema-version
daniel
2022-01-13
1
-2
/
+12
*
WikiExporter: inject services
Alexander Vorwerk
2021-09-06
1
-1
/
+7
*
BackupDumper: Add -o as shortcode for --output
Paladox
2021-04-03
1
-1
/
+1
*
Make use of array deconstruction directly in foreach, if possible
Thiemo Kreuz
2020-11-12
1
-3
/
+1
*
Pass function name to database functions (maintenance scripts)
Umherirrender
2020-06-07
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-4
/
+4
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
make BackupDumper use vslow/dumps dbservers even for short queries
Ariel T. Glenn
2019-11-29
1
-1
/
+1
*
Set method visibility on maintenance scripts
Umherirrender
2019-11-16
1
-14
/
+14
*
Set public for override of Maintenance functions
Umherirrender
2019-10-09
1
-3
/
+3
*
maintenance: Explicitly declare all used properties
Daimona Eaytoy
2019-09-09
1
-0
/
+29
*
replace wfGetDB (discouraged for use) with Maintenance::getDB in dumps scripts
Ariel T. Glenn
2019-08-21
1
-1
/
+1
*
Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()
Aaron Schulz
2019-08-02
1
-7
/
+6
*
Migrate various callers away from wfWikiId() to WikiMap
Aaron Schulz
2019-07-12
1
-1
/
+3
*
allow xml page content or metadata dumps to target specific namespaces
Ariel T. Glenn
2019-04-18
1
-1
/
+2
*
Merge "make xml abstracts, stubs and page log dumps work again"
jenkins-bot
2019-03-24
1
-0
/
+1
|
\
|
*
make xml abstracts, stubs and page log dumps work again
Ariel T. Glenn
2019-03-24
1
-0
/
+1
*
|
Make use of the list() feature where it makes sense
Thiemo Kreuz
2019-03-24
1
-2
/
+1
|
/
*
Merge "add lbzip2 output processor for exports"
jenkins-bot
2019-03-23
1
-1
/
+2
|
\
|
*
add lbzip2 output processor for exports
Ariel T. Glenn
2019-03-24
1
-1
/
+2
*
|
Make the XML dump schema version configurable.
daniel
2019-03-21
1
-0
/
+15
|
/
*
maintenance: Remove unused code from several maintenance scripts
Thiemo Kreuz
2019-03-03
1
-3
/
+0
*
maintenance: Add missing limit parameters to some explode()
Thiemo Kreuz
2019-03-01
1
-7
/
+2
*
Use the ?: shortcut from PHP 5.3 where it makes sense
Thiemo Kreuz
2019-01-12
1
-3
/
+1
*
Replace WikiExporter streaming (unbuffered) mode with batched queries
Bill Pirkle
2018-09-28
1
-1
/
+1
*
maintenance: Move backup.inc to a regular php class file
Timo Tijhof
2018-08-02
1
-0
/
+425