* (bug 21503) There's now a "reason" field when creating account for other users
[lhc/web/wiklou.git] / maintenance / Maintenance.php
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...
2009-08-05 Chad HorohoeMake this work by only loading things with a maintClass.
2009-08-04 Chad HorohoeRemove useless scripts list. Nothing depends on it...
2009-08-04 Chad HorohoeFollowup r54328: Would've helped to commit this
2009-08-02 Chad HorohoeDon't put \n on the end of every error() call, just...
2009-08-02 Chad Horohoe* Add way to get full input from stdin() without having...
2009-08-02 Chad Horohoe+newlines on error
2009-08-02 Chad HorohoeMerge maintenance-work branch (now with less errors!):
2009-06-24 Brion VibberRevert r52336 "Merge maintenance-work branch:"
2009-06-24 Chad HorohoeMerge maintenance-work branch: