aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/mcc.php
Commit message (Expand)AuthorAgeFilesLines
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Try to fix some other broken-looking legacy maintenance script optionsAlex Monk2016-03-121-3/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* objectcache: Reduce MediaWiki-specificness from Memcached classesTimo Tijhof2015-11-101-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+4
* Added a --cache option to mctest.php and mcc.php.Aaron Schulz2013-03-141-5/+14
* mcc can now set memcached debug mode and has helpAntoine Musso2013-01-171-6/+43
* Bug 43688 - mcc.php doesn't work with new WMF memcached configReedy2013-01-161-5/+12
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* * Rewrote ObjectCache.php to conform to the modern coding style, and to be le...Tim Starling2011-03-031-1/+1
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-161-0/+15
* Max command length using one line of codeAntoine Musso2010-12-041-4/+1
* 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