aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/mcc.php
Commit message (Expand)AuthorAgeFilesLines
* justify help memcached console helpAntoine Musso2010-11-131-1/+5
* Trying to kill install-utils.inc/old install crap:Chad Horohoe2010-11-061-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-15/+15
* Avoid "PHP Warning: Division by zero in maintenance/mcc.php on line 92" if t...Alexandre Emsenhuber2010-01-231-0/+4
* Use correct variable nameChad Horohoe2010-01-221-1/+1
* Cleanup needless code duplicationChad Horohoe2010-01-221-53/+23
* * (bug 21403) memcached class renamed to MWMemecached to avoid conflict with ...Alexandre Emsenhuber2009-11-201-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* avoid E_NOTICE if only one argument is given to the "get" commandAlexandre Emsenhuber2009-03-141-1/+5
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* * Skip additional setting of include_path in commandLine.inc (for non-Wikimed...Brion Vibber2007-06-061-1/+0
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Apply most of the code tweaks from the live site:Brion Vibber2007-01-171-1/+5
* Remove some stray executable bitsBrion Vibber2006-04-041-0/+0
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-1/+1
* better historyAntoine Musso2005-12-041-1/+3
* 'server' command from liveAntoine Musso2005-12-031-3/+12
* implement 'history' commandAntoine Musso2005-12-031-0/+12
* dumb help messages. FIXMEAntoine Musso2005-12-031-2/+56
* code formattingAntoine Musso2005-12-031-16/+26
* Committing live hack: enable memcached debug mode in mcc testerBrion Vibber2005-08-171-1/+1
* error handling is your friendRiver Tarnell2005-07-071-0/+1
* implement "action=render"River Tarnell2005-07-031-0/+1
* a couple of extra functions, useful for debuggingTim Starling2004-09-251-0/+9
* Phpdoc comments and place holder. Part of the subpackage "maintenance", archi...Antoine Musso2004-09-031-2/+8
* Add a comment explaining what this is for :)Brion Vibber2004-08-111-1/+2
* using new commandLine.inc style, readconsole() moved to install-utils()Tim Starling2004-06-131-19/+1
* updated to work with new clientTim Starling2004-06-011-6/+13
* include_once -> require_onceTim Starling2004-05-071-3/+3
* Various enhancementsTim Starling2003-11-301-2/+17
* Support for systems without readlineTim Starling2003-11-211-2/+19
* MemCached command line clientTim Starling2003-10-201-0/+47