aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/dumpTextPass.php
Commit message (Expand)AuthorAgeFilesLines
* move most of dumpTextPass to an include file so it can be subclassedAriel T. Glenn2019-05-131-993/+1
* Replace deprecated function wfEscapeShellArg with Shell::escape()Derick Alangi2019-04-071-2/+3
* fix up new text address handling in page content dumpsAriel T. Glenn2019-03-251-0/+1
* Make the XML dump schema version configurable.daniel2019-03-211-21/+15
* Make BackupDumper MCR compatible (main slot only)daniel2019-03-141-23/+56
* Merge "maintenance: Move backup.inc to a regular php class file"jenkins-bot2018-08-221-1/+1
|\
| * maintenance: Move backup.inc to a regular php class fileTimo Tijhof2018-08-021-1/+1
* | Add the 'full' option explicitly to dumpTextPass.php.Ariel T. Glenn2018-08-131-0/+1
* | Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-5/+4
|/
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Replace wfGetLBFactoryUmherirrender2018-02-271-1/+3
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-4/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Move BaseDump into includes/export/Chad Horohoe2018-01-081-3/+0
* make 7zip wrapper usable for dumping text revisions againAriel T. Glenn2017-12-231-0/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Fix TextPassDumperDatabaseTest::testPrefetchPlain postgres failuresAaron Schulz2017-05-261-2/+6
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-2/+2
* Move remaining LoadBalancer classes to RdbmsAaron Schulz2017-02-231-2/+2
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Fix a few incorrect annotationsErik Bernhardson2016-06-301-0/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-22/+22
* Fix a bunch of call-time pass-by-reference errorsMax Semenik2016-02-101-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+3
* Refactor dumpBackup.php and dumpTextPass.php to be Maintenance subclassesThis, that and the other2015-12-311-32/+950
* Allow to set stub read buffer size for TextPassDumperChristian Aistleitner2015-02-201-0/+2
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-1/+1
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* Fixed spacingumherirrender2013-11-211-1/+0
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-2/+2
* style: normalize end of filesAntoine Musso2013-02-031-2/+0
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-2/+2
* Make backupTestPass.inc require_once by itself its dependence on backup.incPlatonides2012-05-061-2/+1
* TextPassDumper -> backupTextPass.incChristian Aistleitner2012-04-031-728/+1
* Code reformattingChristian Aistleitner2012-03-221-48/+48
* Refactoring dumpTextPass's error handlingChristian Aistleitner2012-03-221-71/+171
* Revert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893...Roan Kattouw2012-03-211-173/+71
* Follow-up to r114256: Removing final assertChristian Aistleitner2012-03-201-2/+0
* Follow up to r114252: Removing assertsChristian Aistleitner2012-03-201-5/+6
* Refactoring dumpTextPass's error handlingChristian Aistleitner2012-03-201-71/+174
* Fixing up undefined types in maintenance documentationSam Reed2012-02-091-0/+2
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-21/+27
* add mwscript handling for call of fetchText.php maintenance scriptAriel Glenn2011-09-231-6/+17
* handle naming checkpoint file with first/last pageID when the file is emptyAriel Glenn2011-09-231-2/+13
* getFilename renamed to getFilenames since it can return a listAriel Glenn2011-09-091-3/+3
* uniform comment style, fix a few space issues, address couple issues from com...Ariel Glenn2011-09-081-39/+29
* Remove wfDie() that Ariel keeps trying to resurrect :)Chad Horohoe2011-08-301-4/+4
* check the checkpoint related options only if we specified checkpoints, duhAriel Glenn2011-08-291-6/+8
* move some member vars to parent class since they are needed there now, set la...Ariel Glenn2011-08-281-11/+0