aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/backup.inc
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Move backup.inc to a regular php class fileTimo Tijhof2018-08-021-423/+0
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Replace call_user_func_array(), part 2Max Semenik2018-06-071-1/+1
* Replace wfGetLBFactoryUmherirrender2018-02-271-1/+3
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-9/+9
* Fix autoloading of ExportProgressFilterAlbert2212017-12-131-18/+0
* Maintenance: add fatalError() methodBryan Davis2017-11-211-4/+0
* Revert "DumpFilter is autoloaded. No need to require in maintenance script"Chad2017-09-271-0/+1
* DumpFilter is autoloaded. No need to require in maintenance scriptReedy2017-09-191-1/+0
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Move remaining LoadBalancer classes to RdbmsAaron Schulz2017-02-231-0/+2
* Fix two instances of calling function with too few argsErik Bernhardson2016-12-151-1/+1
* Cleanup static analysis errorsErik Bernhardson2016-12-061-3/+3
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* add option to XML dump stubs of page ranges with explicit rev_id orderingAriel T. Glenn2016-06-221-1/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Fix a bunch of call-time pass-by-reference errorsMax Semenik2016-02-101-1/+1
* Add 7zip compression level param to BackupDumperAndrew H2015-12-311-1/+7
* Refactor dumpBackup.php and dumpTextPass.php to be Maintenance subclassesThis, that and the other2015-12-311-70/+111
* dumpBackup.php: Remove --force-normal optionKevin Israel2015-12-301-6/+0
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* Update formatting in maintenance/ (1/4)Siebrand Mazeland2014-04-231-45/+46
* Pass phpcs-strict on maintenance/ (8/8)Siebrand Mazeland2014-04-231-28/+39
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-13/+12
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* xml dump maintenance scripts should use the 'dump' db groupAriel T. Glenn2013-10-221-1/+1
* Remove wfDl() and cleanup everything it touchedChad Horohoe2013-10-091-5/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-2/+2
* else if -> elseifumherirrender2013-04-171-12/+15
* Remove usage of wfTime() in maintenanceAlexandre Emsenhuber2012-09-041-4/+4
* Fix php4 constructorReedy2012-04-071-1/+1
* Database dependency injection for BackupDumpersChristian Aistleitner2012-04-031-1/+29
* No more undefined usage of rev{Start,End}Id warningsChristian Aistleitner2012-03-251-0/+2
* Fixing up undefined types in maintenance documentationSam Reed2012-02-091-1/+1
* export specified range of revisions (as stubs)Ariel Glenn2011-11-021-0/+2
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-0/+1
* Fix another old constructorSam Reed2011-09-161-1/+1
* Code cleanupSam Reed2011-09-161-1/+8
* move some member vars to parent class since they are needed there now, set la...Ariel Glenn2011-08-281-9/+29
* Remove last wfDie()s from maintenanceChad Horohoe2011-07-061-4/+9
* Add --include-files option to dumpBackup.php to include the uploaded files in...Bryan Tong Minh2011-04-301-0/+2
* Remove pointless warning: ceratinly I can't imagine why we show a warning whe...Greg Sabino Mullane2011-04-291-1/+0
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-5/+5
* Use __METHOD__ instead of incorrect 'BackupDumper::dump'Alexandre Emsenhuber2010-12-031-1/+1
* Followup r71961, more php4 constructorsChad Horohoe2010-09-221-2/+2
* * Standardised file description headersAlexandre Emsenhuber2010-09-051-1/+3
* Cleanup most of the DIY extension detection/dl() code into nice clean wfDl()Chad Horohoe2010-06-141-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-24/+24
* Fixed some doxygen warningsAlexandre Emsenhuber2010-03-031-13/+14