aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/backup.inc
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup live hack from wmf-deployment r53208 a bit: DB selection using load b...Brion Vibber2009-09-141-14/+12
* Pull wgDBuser and wgDBpassword if adminuser and adminpassword are undefined, ...Andrew Garrett2009-09-081-0/+8
* * Add XML log dump supportAaron Schulz2008-09-181-3/+11
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-3/+8
* Some experimental support for including upload data in XML export, as specced...Brion Vibber2008-03-041-0/+2
* * (bug 12184) Exceptions now sent to stderr instead of stdout for command-lineBrion Vibber2007-12-061-1/+2
* prettify:Brion Vibber2007-03-091-4/+7
* dumpBackup should instantiate correct database class for db typeRiver Tarnell2007-03-091-4/+5
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* For the maintenance/ directory files:Nick Jenkins2007-01-121-1/+2
* * Fix regression in streaming page dump generationBrion Vibber2006-11-041-1/+1
* * Fix PHP notice and estimates for dumpBackup.php and friendsBrion Vibber2006-10-111-4/+4
* Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...Tim Starling2006-10-041-2/+1
* Removed apparently useless header() call, generates warning.Tim Starling2006-10-031-3/+0
* Remove forced dereferencements (new() returns a reference in PHP5)Antoine Musso2006-07-111-1/+1
* * dumpBackup can optionally compress via dbzip2Brion Vibber2006-06-271-0/+6
* * --force-normal parameter on dump scripts to force check for ICU extensionBrion Vibber2006-05-101-0/+9
* Update the FSF's address in all these GPL stub headersBrion Vibber2006-04-051-1/+1
* * Fix --report interval option for dumpTextPassBrion Vibber2006-02-191-0/+6
* * Use revision rate for ETA in dump generation; it tends to be more stableBrion Vibber2006-01-261-9/+21
* fix $wgDebugDumpSql for backup bits; quick hack, flag wasn't passed. need a c...Brion Vibber2006-01-221-2/+3
* * Added wfDie() wrapper, and some manual die(-1), to force the return codeBrion Vibber2006-01-141-2/+2
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-28/+28
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-4/+4
* * Added plugin interface for dumpBackup, so additional filters and outputBrion Vibber2005-12-141-13/+48
* * Two-pass data dump for friendliness to the DB (--stub, then dumpTextPass.php)Brion Vibber2005-10-161-0/+227