aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/mctest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-12/+0
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+1
* Maintenance scripts: replace most globals with ConfigFerran Tufan2022-07-121-6/+9
* maintenance: Add support to mctest.php for SqlBagOStuff with LBAaron Schulz2022-04-231-4/+6
* objectcache: remove "multiPrimaryMode" DB type assertionAaron Schulz2022-04-211-3/+7
* Fix type of value directly passed to php internal functionsUmherirrender2022-03-071-1/+1
* objectcache: deprecate BagOStuff incr() and decr() methodsAaron Schulz2022-02-181-59/+50
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Prime connections and update description of McTest scriptAaron Schulz2019-08-171-43/+50
* objectcache: optimize MemcachedPeclBagOStuff::*Multi() write methodsAaron Schulz2019-07-151-26/+163
* objectcache: use OPT_TCP_NODELAY for MemcachedPeclBagOStuffAaron Schulz2019-07-101-1/+3
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Remove used of deprecated MemCachedClientforWikiaddshore2016-04-031-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Remove some PHP4 microtime() compat wrappersKevin Israel2014-07-161-12/+2
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-1/+2
* Let maintenance class start with a upper case letterumherirrender2013-11-231-2/+2
* Fixed check of BagOStuff set() return value in mctestAaron Schulz2013-09-181-1/+1
* mctest.php: nicely align server namesAntoine Musso2013-08-011-2/+9
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+2
* Added a --cache option to mctest.php and mcc.php.Aaron Schulz2013-03-141-2/+9
* Fix mctest to work with new WMF memcached setupReedy2013-01-161-3/+10
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-251-2/+9
* In mctest.php, use the configured timeout instead of the defaultTim Starling2012-04-271-2/+5
* Add bracesSam Reed2012-01-221-1/+2
* changed help text to indicate an optional port if nonstandardBen Hartshorne2011-09-061-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-9/+9
* Fix messed outputNiklas Laxström2010-05-171-2/+2
* Fix regression: server parameter needs to be optional; most of the time we *d...Brion Vibber2009-09-301-1/+1
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-46/+65
* Remove stupid id that makes clean merges impossible and doesn't help anyoneChad Horohoe2009-07-251-1/+0
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-50/+45
* Merge maintenance-work branch:Chad Horohoe2009-06-241-45/+50
* Minor grammar fixes, etc.Greg Sabino Mullane2008-07-211-2/+2
* Fix 12384 : comment on maintenance/*php filesAntoine Musso2008-07-191-0/+3
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+5
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Apply most of the code tweaks from the live site:Brion Vibber2007-01-171-2/+0