(bug 37638) Remove calls to deprecated LogPage::logName method.
[lhc/web/wiklou.git] / maintenance / backup.inc
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-10 CatropeMerge "[FileRepo] Added support for temp file repos...
2012-04-09 CatropeMerge "[LanguageConverter] Added some cache code based...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-09 Brion VIBBERMerge "GENDER should use the GenderCache"
2012-04-09 Aaron SchulzMerge "parent::report() returns nothing, so don't attem...
2012-04-09 Aaron SchulzMerge "Export::dumpFrom() doesn't return any values...
2012-04-09 HasharMerge "Fix documentation to match potential code"
2012-04-08 Aaron SchulzMerge "setGroup doesn't return anything, so don't try...
2012-04-07 Aaron SchulzMerge "Action::checkCanExecute doesn't return anything...
2012-04-07 Aaron SchulzMerge "Fix assignment in conditional"
2012-04-07 Aaron SchulzMerge "A set method doesn't need to return anything...
2012-04-07 Aaron SchulzMerge "Document StringUtils"
2012-04-07 Aaron SchulzMerge "$rootCode isn't used so no point creating it"
2012-04-07 Aaron SchulzMerge "Fix convIPTC docs"
2012-04-07 Aaron SchulzMerge "wfLocalFile returns a LocalFile (or null) not...
2012-04-07 Aaron SchulzMerge "Fix variable collision"
2012-04-07 Aaron SchulzMerge "Fix repo type of a LocalFile to be LocalRepo...
2012-04-07 Aaron SchulzMerge "Fix duplicate array key of fa_deleted in LocalFile"
2012-04-07 ReedyMerge "(bug 32497) API now allows changing of protectio...
2012-04-07 NikerabbitMerge "Make $procOpenResource protected as it's used...
2012-04-07 ReedyFix php4 constructor
2012-04-06 ReedyMerge "tests related to API block action and its gettoken"
2012-04-06 HasharMerge "Un-marking testMakeNormalBlock as broken..."
2012-04-05 Aaron SchulzMerge "Show Log toolbox link for anon users, fix toolbo...
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-05 HasharMerge "Remove some duplicate code in ProfilerSimpleTrace"
2012-04-04 Brion VIBBERMerge "Reduced file journal index bloat by removing...
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Postgres updater: add config table, adjust us_im...
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-04 Brion VIBBERMerge "Fix Bug 33653 -JqueryMsg parser should support...
2012-04-04 Brion VIBBERMerge changes Id1ac2f8b,I48f8cd17,I10481ce6,Id4530499
2012-04-03 Christian AistleitnerDatabase dependency injection for BackupDumpers
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-26 tstarlingMerge "Fix typo in comment"
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 Aaron SchulzMerge "No more undefined usage of rev{Start,End}Id...
2012-03-25 Christian AistleitnerNo more undefined usage of rev{Start,End}Id warnings
2012-02-09 Sam ReedFixing up undefined types in maintenance documentation
2011-11-02 Ariel Glennexport specified range of revisions (as stubs)
2011-10-18 Sam ReedRemove some unused getting of non existent arguments
2011-09-16 Sam ReedFix another old constructor
2011-09-16 Sam ReedCode cleanup
2011-08-28 Ariel Glennmove some member vars to parent class since they are...
2011-07-06 Chad HorohoeRemove last wfDie()s from maintenance
2011-04-30 Bryan Tong MinhAdd --include-files option to dumpBackup.php to include...
2011-04-29 Greg Sabino MullaneRemove pointless warning: ceratinly I can't imagine...
2010-12-04 Mark A. HershbergerWhitespace fixup under tha maint directory.
2010-12-03 Alexandre EmsenhuberUse __METHOD__ instead of incorrect 'BackupDumper:...
2010-09-22 Chad HorohoeFollowup r71961, more php4 constructors
2010-09-05 Alexandre Emsenhuber* Standardised file description headers
2010-06-14 Chad HorohoeCleanup most of the DIY extension detection/dl() code...
2010-05-22 Sam ReedStylize maintenance folder..
2010-03-03 Alexandre EmsenhuberFixed some doxygen warnings
2009-09-14 Brion VibberCleanup live hack from wmf-deployment r53208 a bit...
2009-09-08 Andrew GarrettPull wgDBuser and wgDBpassword if adminuser and adminpa...
2008-09-18 Aaron Schulz* Add XML log dump support
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-03-04 Brion VibberSome experimental support for including upload data...
2007-12-06 Brion Vibber* (bug 12184) Exceptions now sent to stderr instead...
2007-03-09 Brion Vibberprettify:
2007-03-09 River TarnelldumpBackup should instantiate correct database class...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-12 Nick JenkinsFor the maintenance/ directory files:
2006-11-04 Brion Vibber* Fix regression in streaming page dump generation
2006-10-11 Brion Vibber* Fix PHP notice and estimates for dumpBackup.php and...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-03 Tim StarlingRemoved apparently useless header() call, generates...
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-06-27 Brion Vibber* dumpBackup can optionally compress via dbzip2
2006-05-10 Brion Vibber* --force-normal parameter on dump scripts to force...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-02-19 Brion Vibber* Fix --report interval option for dumpTextPass
2006-01-26 Brion Vibber* Use revision rate for ETA in dump generation; it...
2006-01-22 Brion Vibberfix $wgDebugDumpSql for backup bits; quick hack, flag...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-14 Brion Vibber* Added plugin interface for dumpBackup, so additional...
2005-10-16 Brion Vibber* Two-pass data dump for friendliness to the DB (-...