| Commit message (Expand) | Author | Age | Files | Lines |
* | add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes | Novem Linguae | 2024-11-12 | 1 | -0/+3 |
* | Exclude boilerplate maintenance code from code coverage reports | Dreamy Jazz | 2024-08-27 | 1 | -0/+2 |
* | Update name & email for bvibber | Brooke Vibber | 2024-02-08 | 1 | -1/+1 |
* | move most of dumpTextPass to an include file so it can be subclassed | Ariel T. Glenn | 2019-05-13 | 1 | -993/+1 |
* | Replace deprecated function wfEscapeShellArg with Shell::escape() | Derick Alangi | 2019-04-07 | 1 | -2/+3 |
* | fix up new text address handling in page content dumps | Ariel T. Glenn | 2019-03-25 | 1 | -0/+1 |
* | Make the XML dump schema version configurable. | daniel | 2019-03-21 | 1 | -21/+15 |
* | Make BackupDumper MCR compatible (main slot only) | daniel | 2019-03-14 | 1 | -23/+56 |
* | Merge "maintenance: Move backup.inc to a regular php class file" | jenkins-bot | 2018-08-22 | 1 | -1/+1 |
|\ |
|
| * | maintenance: Move backup.inc to a regular php class file | Timo Tijhof | 2018-08-02 | 1 | -1/+1 |
* | | Add the 'full' option explicitly to dumpTextPass.php. | Ariel T. Glenn | 2018-08-13 | 1 | -0/+1 |
* | | Mass conversion of $wgContLang to service | Aryeh Gregor | 2018-08-11 | 1 | -5/+4 |
|/ |
|
* | Fix PhanTypeMismatchDeclaredParam | Umherirrender | 2018-07-07 | 1 | -1/+1 |
* | Replace wfGetLBFactory | Umherirrender | 2018-02-27 | 1 | -1/+3 |
* | Update suppressWarning()/restoreWarning() calls | Reedy | 2018-02-10 | 1 | -4/+4 |
* | Use ::class to resolve class names in maintenance scripts | Umherirrender | 2018-01-23 | 1 | -1/+1 |
* | Move BaseDump into includes/export/ | Chad Horohoe | 2018-01-08 | 1 | -3/+0 |
* | make 7zip wrapper usable for dumping text revisions again | Ariel T. Glenn | 2017-12-23 | 1 | -0/+1 |
* | Remove empty lines at begin of function, if, foreach, switch | Umherirrender | 2017-07-01 | 1 | -1/+0 |
* | Fix TextPassDumperDatabaseTest::testPrefetchPlain postgres failures | Aaron Schulz | 2017-05-26 | 1 | -2/+6 |
* | Use IDatabase type hints in /maintenance | Aaron Schulz | 2017-04-07 | 1 | -2/+2 |
* | Move remaining LoadBalancer classes to Rdbms | Aaron Schulz | 2017-02-23 | 1 | -2/+2 |
* | Replace DatabaseBase => Database in more places | Aaron Schulz | 2016-09-28 | 1 | -1/+1 |
* | Rename DB_SLAVE constant to DB_REPLICA | Aaron Schulz | 2016-09-05 | 1 | -1/+1 |
* | Fix a few incorrect annotations | Erik Bernhardson | 2016-06-30 | 1 | -0/+3 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -22/+22 |
* | Fix a bunch of call-time pass-by-reference errors | Max Semenik | 2016-02-10 | 1 | -3/+3 |
* | Use addDescription() instead of accessing mDescription directly | Max Semenik | 2016-01-30 | 1 | -2/+3 |
* | Refactor dumpBackup.php and dumpTextPass.php to be Maintenance subclasses | This, that and the other | 2015-12-31 | 1 | -32/+950 |
* | Allow to set stub read buffer size for TextPassDumper | Christian Aistleitner | 2015-02-20 | 1 | -0/+2 |
* | Update formatting in maintenance/ (2/4) | Siebrand Mazeland | 2014-04-23 | 1 | -1/+1 |
* | Change URLs to mediawiki.org in comments to HTTPS | Ladsgroup | 2014-03-20 | 1 | -1/+1 |
* | Fixed spacing | umherirrender | 2013-11-21 | 1 | -1/+0 |
* | phpcs: More require/include is not a function | Timo Tijhof | 2013-05-21 | 1 | -2/+2 |
* | style: normalize end of files | Antoine Musso | 2013-02-03 | 1 | -2/+0 |
* | Use __DIR__ instead of dirname( __FILE__ ) | jeroendedauw | 2012-08-27 | 1 | -2/+2 |
* | Make backupTestPass.inc require_once by itself its dependence on backup.inc | Platonides | 2012-05-06 | 1 | -2/+1 |
* | TextPassDumper -> backupTextPass.inc | Christian Aistleitner | 2012-04-03 | 1 | -728/+1 |
* | Code reformatting | Christian Aistleitner | 2012-03-22 | 1 | -48/+48 |
* | Refactoring dumpTextPass's error handling | Christian Aistleitner | 2012-03-22 | 1 | -71/+171 |
* | Revert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893... | Roan Kattouw | 2012-03-21 | 1 | -173/+71 |
* | Follow-up to r114256: Removing final assert | Christian Aistleitner | 2012-03-20 | 1 | -2/+0 |
* | Follow up to r114252: Removing asserts | Christian Aistleitner | 2012-03-20 | 1 | -5/+6 |
* | Refactoring dumpTextPass's error handling | Christian Aistleitner | 2012-03-20 | 1 | -71/+174 |
* | Fixing up undefined types in maintenance documentation | Sam Reed | 2012-02-09 | 1 | -0/+2 |
* | Remove some unused getting of non existent arguments | Sam Reed | 2011-10-18 | 1 | -21/+27 |
* | add mwscript handling for call of fetchText.php maintenance script | Ariel Glenn | 2011-09-23 | 1 | -6/+17 |
* | handle naming checkpoint file with first/last pageID when the file is empty | Ariel Glenn | 2011-09-23 | 1 | -2/+13 |
* | getFilename renamed to getFilenames since it can return a list | Ariel Glenn | 2011-09-09 | 1 | -3/+3 |
* | uniform comment style, fix a few space issues, address couple issues from com... | Ariel Glenn | 2011-09-08 | 1 | -39/+29 |