* Added specific page header when showing "search deleted pages" form
[lhc/web/wiklou.git] / maintenance / Maintenance.php
2011-11-02 Chad Horohoe(bug 31822) Error during upgrade due to output buffer...
2011-11-01 Sam Reedarrray -> array
2011-10-27 Aaron SchulzAdded default updateSkippedMessage() message
2011-10-18 Sam ReedRemove some unused getting of non existent arguments
2011-09-08 Chad HorohoeTweaks to LoggedUpdateMaintenance:
2011-09-08 Chad HorohoeTweaks to WikimediaMaintenance:
2011-08-25 Brian WolffNew maintenance script for refreshing image metadata...
2011-08-25 Brian WolffMove the check for if a Maintenance script supports...
2011-08-15 Aaron SchulzRestored r94370 changes PopulateRevisionLen, moving...
2011-08-12 Aaron SchulzChanged PopulateImageSha1 to use LoggedUpdateMaintenanc...
2011-08-12 Aaron Schulz* Added LoggedUpdateMaintenance subclass
2011-08-02 Chad Horohoe(bug 30172) posix_isatty() fallback does not work when...
2011-07-25 Aaron SchulzRemoved code lost in r93105, wtf.
2011-07-25 Aaron SchulzMake Chad happy ;)
2011-07-25 Aaron SchulzAdded include_once to shouldExecute() check
2011-07-23 Aaron SchulzChanged Maintenance::shouldExecute() to allow for multi...
2011-07-22 Aaron SchulzAvoid redefining TESTWIKI constant (Het wrappers alread...
2011-07-18 Aaron SchulzDisallow given options twice (instead of letting the...
2011-07-06 Chad HorohoeClean up the mess that is wfDie (resolves r85918)....
2011-06-22 Chad HorohoeMake Maintenance::error() more useful in dying situatio...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-03 Chad HorohoeKill $wgWikiFarm. Only use in a wmf code path, and...
2011-05-24 Max SemenikIntroduced Maintenance::getDB() and corresponding setDB...
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-07 Happy-melonFollow-up r87637: the terrors of copy-and-paste.
2011-05-07 Happy-melonCentralise the minimum-required-php-version in a MW_MIN...
2011-04-16 Chad HorohoeMore profiler cleanup:
2011-04-06 Alexandre EmsenhuberAnd I forgot to commit this file in r85557
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-03-30 Sam ReedFixup/add documentation
2011-03-16 Sam ReedFix r84131, Installer classes not initialised/in usage...
2011-03-16 Sam ReedLess hardcoding...
2011-03-01 Antoine Mussogeneric and specific parameters separated in help output
2011-02-21 PlatonidesFollow up r80205 magic, so that you can also use require.
2011-01-13 Chad HorohoeFix concern raised by Brion in r74108 (but has really...
2010-12-16 Alexandre EmsenhuberPart of bug 26280: added license headers to PHP files...
2010-12-14 Chad HorohoeStyle fix for r76220
2010-12-13 Chad HorohoeFix for r75858: Move $IP detection further up so it...
2010-12-07 Chad HorohoeFix breakage from r75542: FakeMaintenance needs to...
2010-12-05 Daniel FriesenAdd MW_CONFIG_FILE support to load a separate config...
2010-12-04 Mark A. HershbergerWhitespace fixup under tha maint directory.
2010-11-20 Alexandre EmsenhuberDon't add newlines and tabs in the documentation, wordw...
2010-11-20 Alexandre Emsenhuber* (bug 26023) Corrected deleteBacth.php's documentation
2010-11-06 Alexandre EmsenhuberFix for r76221: Installer::locateExecutableInDefaultPat...
2010-11-06 Alexandre EmsenhuberFix two errors from r76220:
2010-11-06 Chad HorohoeTrying to kill install-utils.inc/old install crap:
2010-11-04 Sam ReedMinor expansion of document. Per patch by Jonathan...
2010-10-29 Chad Horohoe(bug 19593) $wgServer can't be set properly with -...
2010-10-27 PlatonidesMake update.php obey --quiet
2010-10-25 Antoine Musso* bypassers ($force, --help) moved to the top. Less...
2010-10-18 Chad HorohoeRevert most of r72335:
2010-10-17 Max SemenikAnd while I'm at it, one more tweak to --memory-limit...
2010-10-17 Max SemenikFix for r74849: use 'default' instead of 0 to indicate...
2010-10-16 Max SemenikFollow-up r74841:
2010-10-16 Chad HorohoeAllow overriding default memory limits in maintenance...
2010-10-02 Siebrand MazelandRemove some references to no longer supported PHP version.
2010-09-07 Alexandre Emsenhuberadded Maintenance::afterFinalSetup() instead of having...
2010-09-04 Mark A. Hershberger* add wfRunMaintenance() script to simplify maint scrip...
2010-08-26 Mark A. Hershberger* Adapt the RunSeleniumTests.php to the Maintenance...
2010-08-01 PlatonidesReplace echo + die with die()
2010-07-31 PlatonidesRemove useless $DP.
2010-07-24 Sam ReedFix typo in deleteArchivedFiles.inc
2010-07-15 Mark A. HershbergerAdd cleanupChanneled() method to clean the channel...
2010-07-14 Mark A. Hershbergerre r67320: output a newline if we switch from channeled...
2010-07-10 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-27 Mark A. Hershberger* consolidate some installer functionals into the Insta...
2010-06-17 Alexandre Emsenhuber* (bug 24006) deleteArchivedRevisions.php maintenance...
2010-06-04 Ariel Glennrestore default behavior for Maintenance::output when...
2010-05-30 Jack Phoenixcoding style & doxygen tweaks
2010-05-22 Sam ReedStylize maintenance folder..
2010-04-28 Chad HorohoeUnused $wgTitle
2010-04-21 Chad HorohoeRevert r65382, can't use global functions here.
2010-04-21 Chad HorohoeUse wfSuppress/RestoreWarnings instead of @
2010-03-14 Mark ClementsPorting my update to the maybeHelp() function in Mainte...
2010-03-10 Mark A. HershbergerFollow-up r61856
2010-03-10 Chad HorohoeFollowup r63545: Whoops make that public
2010-02-15 Siebrand MazelandRevert r62421. Removing "set_time_limit( 0 );" causes...
2010-02-13 Chad HorohoeDon't need to set time limit here, already did in setup...
2010-02-06 Alexandre EmsenhuberUse $wgUseNormalUser only in commandLine.inc (and use...
2010-01-17 PlatonidesAvoid r60976 breakage of unexpected line breaks inside...
2010-01-12 Niklas LaxströmChanneled output support for maintenance scripts.
2010-01-06 Mark A. HershbergerRandom eol whitespace found while treking through files.
2009-12-12 Alexandre EmsenhuberReadded definition for doxygen's Maintenance group...
2009-10-22 Siebrand MazelandRevert r58033. This change made all command line script...
2009-10-22 Max SemenikSet a nonzero exit status in case of maintenance script...
2009-09-24 Brion VibberSet memory limit in finalSetup() to override what might...
2009-09-18 Tim StarlingUse STDERR instead of fopen('php://stderr') when possible
2009-09-14 Brion VibberMerge and clean up memory_limit hacks from wmf-deployme...
2009-09-05 Alexandre EmsenhuberFixed E_NOTICE when passing an option that isn't listed...
2009-09-04 Tim Starling* Rewrote commandLine.inc to be a simple wrapper around...
2009-09-04 Tim StarlingFix potential arbitrary script execution vulnerability...
2009-08-18 Chad HorohoeRedo addArgs() as addArg() so we can actually do useful...
2009-08-17 Alexandre Emsenhuber* batch change for "while ( $row = $db->fetchObject...
2009-08-15 Chad HorohoeWhen running PHP from the command line the default...
2009-08-15 Jack Phoenixspacing tweaks
2009-08-15 Alexandre Emsenhuber* run Maintenance::finalSetup() after including LocalSe...
2009-08-09 Chad HorohoeMake DB_STD the normal DB access level. Some scripts...
2009-08-09 Chad HorohoeMake $site and $lang global, just to be safe. Call...
2009-08-06 Chad HorohoeClean up missing param error, show help on die. -params...
2009-08-05 Chad HorohoeDoc fixes, add new Wikimedia group for doxygen so we...
next