| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cleanup live hack from wmf-deployment r53208 a bit: DB selection using load b... | Brion Vibber | 2009-09-14 | 1 | -14/+12 |
* | Pull wgDBuser and wgDBpassword if adminuser and adminpassword are undefined, ... | Andrew Garrett | 2009-09-08 | 1 | -0/+8 |
* | * Add XML log dump support | Aaron Schulz | 2008-09-18 | 1 | -3/+11 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -3/+8 |
* | Some experimental support for including upload data in XML export, as specced... | Brion Vibber | 2008-03-04 | 1 | -0/+2 |
* | * (bug 12184) Exceptions now sent to stderr instead of stdout for command-line | Brion Vibber | 2007-12-06 | 1 | -1/+2 |
* | prettify: | Brion Vibber | 2007-03-09 | 1 | -4/+7 |
* | dumpBackup should instantiate correct database class for db type | River Tarnell | 2007-03-09 | 1 | -4/+5 |
* | The war on redundant ampersand usage! | Nick Jenkins | 2007-01-22 | 1 | -1/+1 |
* | Use Doxygen @addtogroup instead of phpdoc @package && @subpackage | Antoine Musso | 2007-01-20 | 1 | -2/+1 |
* | For the maintenance/ directory files: | Nick Jenkins | 2007-01-12 | 1 | -1/+2 |
* | * Fix regression in streaming page dump generation | Brion Vibber | 2006-11-04 | 1 | -1/+1 |
* | * Fix PHP notice and estimates for dumpBackup.php and friends | Brion Vibber | 2006-10-11 | 1 | -4/+4 |
* | Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new... | Tim Starling | 2006-10-04 | 1 | -2/+1 |
* | Removed apparently useless header() call, generates warning. | Tim Starling | 2006-10-03 | 1 | -3/+0 |
* | Remove forced dereferencements (new() returns a reference in PHP5) | Antoine Musso | 2006-07-11 | 1 | -1/+1 |
* | * dumpBackup can optionally compress via dbzip2 | Brion Vibber | 2006-06-27 | 1 | -0/+6 |
* | * --force-normal parameter on dump scripts to force check for ICU extension | Brion Vibber | 2006-05-10 | 1 | -0/+9 |
* | 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 | -0/+6 |
* | * Use revision rate for ETA in dump generation; it tends to be more stable | Brion Vibber | 2006-01-26 | 1 | -9/+21 |
* | fix $wgDebugDumpSql for backup bits; quick hack, flag wasn't passed. need a c... | Brion Vibber | 2006-01-22 | 1 | -2/+3 |
* | * Added wfDie() wrapper, and some manual die(-1), to force the return code | Brion Vibber | 2006-01-14 | 1 | -2/+2 |
* | * s~\t+$~~ | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -28/+28 |
* | * s~ +$~~ | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -4/+4 |
* | * Added plugin interface for dumpBackup, so additional filters and output | Brion Vibber | 2005-12-14 | 1 | -13/+48 |
* | * Two-pass data dump for friendliness to the DB (--stub, then dumpTextPass.php) | Brion Vibber | 2005-10-16 | 1 | -0/+227 |