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
/
backup.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: Move backup.inc to a regular php class file
Timo Tijhof
2018-08-02
1
-423
/
+0
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Replace call_user_func_array(), part 2
Max Semenik
2018-06-07
1
-1
/
+1
*
Replace wfGetLBFactory
Umherirrender
2018-02-27
1
-1
/
+3
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-9
/
+9
*
Fix autoloading of ExportProgressFilter
Albert221
2017-12-13
1
-18
/
+0
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-4
/
+0
*
Revert "DumpFilter is autoloaded. No need to require in maintenance script"
Chad
2017-09-27
1
-0
/
+1
*
DumpFilter is autoloaded. No need to require in maintenance script
Reedy
2017-09-19
1
-1
/
+0
*
Move IDatabase/IMaintainableDatabase to Rdbms namespace
Aaron Schulz
2017-03-28
1
-0
/
+1
*
Move remaining LoadBalancer classes to Rdbms
Aaron Schulz
2017-02-23
1
-0
/
+2
*
Fix two instances of calling function with too few args
Erik Bernhardson
2016-12-15
1
-1
/
+1
*
Cleanup static analysis errors
Erik Bernhardson
2016-12-06
1
-3
/
+3
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-2
/
+2
*
add option to XML dump stubs of page ranges with explicit rev_id ordering
Ariel T. Glenn
2016-06-22
1
-1
/
+2
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-6
/
+6
*
Fix a bunch of call-time pass-by-reference errors
Max Semenik
2016-02-10
1
-1
/
+1
*
Add 7zip compression level param to BackupDumper
Andrew H
2015-12-31
1
-1
/
+7
*
Refactor dumpBackup.php and dumpTextPass.php to be Maintenance subclasses
This, that and the other
2015-12-31
1
-70
/
+111
*
dumpBackup.php: Remove --force-normal option
Kevin Israel
2015-12-30
1
-6
/
+0
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-2
/
+2
*
Update formatting in maintenance/ (1/4)
Siebrand Mazeland
2014-04-23
1
-45
/
+46
*
Pass phpcs-strict on maintenance/ (8/8)
Siebrand Mazeland
2014-04-23
1
-28
/
+39
*
Fixed some @params documentation (maintenance)
umherirrender
2014-04-17
1
-13
/
+12
*
Change URLs to mediawiki.org in comments to HTTPS
Ladsgroup
2014-03-20
1
-1
/
+1
*
xml dump maintenance scripts should use the 'dump' db group
Ariel T. Glenn
2013-10-22
1
-1
/
+1
*
Remove wfDl() and cleanup everything it touched
Chad Horohoe
2013-10-09
1
-5
/
+2
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
Added space after switch/Removed spaces after unset
umherirrender
2013-04-26
1
-2
/
+2
*
else if -> elseif
umherirrender
2013-04-17
1
-12
/
+15
*
Remove usage of wfTime() in maintenance
Alexandre Emsenhuber
2012-09-04
1
-4
/
+4
*
Fix php4 constructor
Reedy
2012-04-07
1
-1
/
+1
*
Database dependency injection for BackupDumpers
Christian Aistleitner
2012-04-03
1
-1
/
+29
*
No more undefined usage of rev{Start,End}Id warnings
Christian Aistleitner
2012-03-25
1
-0
/
+2
*
Fixing up undefined types in maintenance documentation
Sam Reed
2012-02-09
1
-1
/
+1
*
export specified range of revisions (as stubs)
Ariel Glenn
2011-11-02
1
-0
/
+2
*
Remove some unused getting of non existent arguments
Sam Reed
2011-10-18
1
-0
/
+1
*
Fix another old constructor
Sam Reed
2011-09-16
1
-1
/
+1
*
Code cleanup
Sam Reed
2011-09-16
1
-1
/
+8
*
move some member vars to parent class since they are needed there now, set la...
Ariel Glenn
2011-08-28
1
-9
/
+29
*
Remove last wfDie()s from maintenance
Chad Horohoe
2011-07-06
1
-4
/
+9
*
Add --include-files option to dumpBackup.php to include the uploaded files in...
Bryan Tong Minh
2011-04-30
1
-0
/
+2
*
Remove pointless warning: ceratinly I can't imagine why we show a warning whe...
Greg Sabino Mullane
2011-04-29
1
-1
/
+0
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-5
/
+5
*
Use __METHOD__ instead of incorrect 'BackupDumper::dump'
Alexandre Emsenhuber
2010-12-03
1
-1
/
+1
*
Followup r71961, more php4 constructors
Chad Horohoe
2010-09-22
1
-2
/
+2
*
* Standardised file description headers
Alexandre Emsenhuber
2010-09-05
1
-1
/
+3
*
Cleanup most of the DIY extension detection/dl() code into nice clean wfDl()
Chad Horohoe
2010-06-14
1
-1
/
+1
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-24
/
+24
*
Fixed some doxygen warnings
Alexandre Emsenhuber
2010-03-03
1
-13
/
+14
[next]