| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace create_function() with a closure | Kevin Israel | 2016-03-10 | 1 | -1/+3 |
* | Use addDescription() instead of accessing mDescription directly | Max Semenik | 2016-01-30 | 1 | -2/+3 |
* | Fix --pagelist for dumpBackup.php | Andrew H | 2016-01-06 | 1 | -6/+3 |
* | Refactor dumpBackup.php and dumpTextPass.php to be Maintenance subclasses | This, that and the other | 2015-12-31 | 1 | -92/+95 |
* | 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 |
* | phpcs: More require/include is not a function | Timo Tijhof | 2013-05-21 | 1 | -2/+2 |
* | echo is not a function | umherirrender | 2013-05-09 | 1 | -1/+1 |
* | Fixed spacing around parenthesis in languages/tests/maintenance | umherirrender | 2013-04-28 | 1 | -2/+2 |
* | Fixed some spacing in maintenance folder | umherirrender | 2013-04-18 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | warn that dumpBackup does not actually backup the wiki! | Antoine Musso | 2012-03-07 | 1 | -0/+4 |
* | Replace tabs with spaces to keep alignment. | Platonides | 2011-12-12 | 1 | -1/+1 |
* | export specified range of revisions (as stubs) | Ariel Glenn | 2011-11-02 | 1 | -2/+14 |
* | Remove last wfDie()s from maintenance | Chad Horohoe | 2011-07-06 | 1 | -1/+2 |
* | Add --include-files option to dumpBackup.php to include the uploaded files in... | Bryan Tong Minh | 2011-04-30 | 1 | -1/+3 |
* | Whitespace fixup under tha maint directory. | Mark A. Hershberger | 2010-12-04 | 1 | -3/+3 |
* | bug 24132, apply documentation updates to dumpBackup.php | Sam Reed | 2010-11-04 | 1 | -0/+3 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-10-03 | 1 | -1/+4 |
* | Partial revert r71363. I lied, these are used. They're just not documented fo... | Chad Horohoe | 2010-08-29 | 1 | -0/+10 |
* | Fixup help output. Remove a few documented but unused options | Chad Horohoe | 2010-08-20 | 1 | -10/+3 |
* | Stylize maintenance folder.. | Sam Reed | 2010-05-22 | 1 | -8/+8 |
* | Revert r54244 which was stupid and fix this properly. Require commandLine.inc... | Chad Horohoe | 2009-08-03 | 1 | -1/+1 |
* | (bug 18432) Updated documentation for dumpBackup.php (patch contributed by Ji... | Siebrand Mazeland | 2009-05-17 | 1 | -10/+8 |
* | (bug 17189) Created 'stable versions only' dumps for wikis with FlaggedRevs | Aaron Schulz | 2009-03-02 | 1 | -0/+2 |
* | * Add XML log dump support | Aaron Schulz | 2008-09-18 | 1 | -0/+3 |
* | Don't break vim syntax highlighting | Tim Starling | 2008-06-04 | 1 | -2/+2 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -1/+2 |
* | Some experimental support for including upload data in XML export, as specced... | Brion Vibber | 2008-03-04 | 1 | -0/+2 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | * Skip additional setting of include_path in commandLine.inc (for non-Wikimed... | Brion Vibber | 2007-06-06 | 1 | -2/+1 |
* | Use Doxygen @addtogroup instead of phpdoc @package && @subpackage | Antoine Musso | 2007-01-20 | 1 | -2/+1 |
* | * Removed lots of explicit require_once statements. The autoloader should the... | Tim Starling | 2006-10-03 | 1 | -3/+3 |
* | Update the FSF's address in all these GPL stub headers | Brion Vibber | 2006-04-05 | 1 | -1/+1 |
* | * Fix --report interval option for dumpTextPass | Brion Vibber | 2006-02-19 | 1 | -7/+1 |
* | some more die-with-proper-return-code | Brion Vibber | 2006-01-14 | 1 | -2/+1 |
* | * s~ +$~~ | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -4/+4 |
* | Updated --help text (forgot to commit earlier) | Brion Vibber | 2005-12-26 | 1 | -0/+7 |
* | * Two-pass data dump for friendliness to the DB (--stub, then dumpTextPass.php) | Brion Vibber | 2005-10-16 | 1 | -198/+6 |
* | * Added filter options, compression piping, and multiple output streams for | Brion Vibber | 2005-10-02 | 1 | -6/+92 |
* | * Add options to dumpBackup.php for making split/partial dumps by page id | Brion Vibber | 2005-09-24 | 1 | -5/+30 |
* | forward porting from REL1_5 | Tim Starling | 2005-08-20 | 1 | -1/+3 |
* | Code cleanup: normalize case for intval(), strval(), floatval() calls. | Brion Vibber | 2005-08-16 | 1 | -1/+1 |
* | Added --pagelist option, plus some other tweaks made by brion | Tim Starling | 2005-07-22 | 1 | -4/+37 |
* | * Accept --server option for database to read main query from on backup | Brion Vibber | 2005-07-13 | 1 | -4/+16 |
* | Some code cleanup on Special:Import, add initial version of command-line | Brion Vibber | 2005-07-05 | 1 | -1/+1 |
* | * HistoryBlobStub: the last-used HistoryBlob is kept open to speed up | Brion Vibber | 2005-05-08 | 1 | -0/+133 |