index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
mctest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-12
/
+0
*
add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes
Novem Linguae
2024-12-04
1
-0
/
+1
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-0
/
+1
*
Maintenance scripts: replace most globals with Config
Ferran Tufan
2022-07-12
1
-6
/
+9
*
maintenance: Add support to mctest.php for SqlBagOStuff with LB
Aaron Schulz
2022-04-23
1
-4
/
+6
*
objectcache: remove "multiPrimaryMode" DB type assertion
Aaron Schulz
2022-04-21
1
-3
/
+7
*
Fix type of value directly passed to php internal functions
Umherirrender
2022-03-07
1
-1
/
+1
*
objectcache: deprecate BagOStuff incr() and decr() methods
Aaron Schulz
2022-02-18
1
-59
/
+50
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Prime connections and update description of McTest script
Aaron Schulz
2019-08-17
1
-43
/
+50
*
objectcache: optimize MemcachedPeclBagOStuff::*Multi() write methods
Aaron Schulz
2019-07-15
1
-26
/
+163
*
objectcache: use OPT_TCP_NODELAY for MemcachedPeclBagOStuff
Aaron Schulz
2019-07-10
1
-1
/
+3
*
maintenance: Deprecate Maintenance::hasArg/getArg with no param
Thiemo Kreuz
2019-03-29
1
-2
/
+2
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-2
/
+2
*
Remove used of deprecated MemCachedClientforWiki
addshore
2016-04-03
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-4
/
+4
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-2
/
+2
*
Remove some PHP4 microtime() compat wrappers
Kevin Israel
2014-07-16
1
-12
/
+2
*
Update formatting in maintenance/ (3/4)
Siebrand Mazeland
2014-04-23
1
-1
/
+2
*
Let maintenance class start with a upper case letter
umherirrender
2013-11-23
1
-2
/
+2
*
Fixed check of BagOStuff set() return value in mctest
Aaron Schulz
2013-09-18
1
-1
/
+1
*
mctest.php: nicely align server names
Antoine Musso
2013-08-01
1
-2
/
+9
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-2
/
+2
*
Added a --cache option to mctest.php and mcc.php.
Aaron Schulz
2013-03-14
1
-2
/
+9
*
Fix mctest to work with new WMF memcached setup
Reedy
2013-01-16
1
-3
/
+10
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-25
1
-2
/
+9
*
In mctest.php, use the configured timeout instead of the default
Tim Starling
2012-04-27
1
-2
/
+5
*
Add braces
Sam Reed
2012-01-22
1
-1
/
+2
*
changed help text to indicate an optional port if nonstandard
Ben Hartshorne
2011-09-06
1
-1
/
+1
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-1
/
+1
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-9
/
+9
*
Fix messed output
Niklas Laxström
2010-05-17
1
-2
/
+2
*
Fix regression: server parameter needs to be optional; most of the time we *d...
Brion Vibber
2009-09-30
1
-1
/
+1
*
Redo addArgs() as addArg() so we can actually do useful things with arguments...
Chad Horohoe
2009-08-18
1
-1
/
+1
*
Revert r54244 which was stupid and fix this properly. Require commandLine.inc...
Chad Horohoe
2009-08-03
1
-1
/
+1
*
Merge maintenance-work branch (now with less errors!):
Chad Horohoe
2009-08-02
1
-46
/
+65
*
Remove stupid id that makes clean merges impossible and doesn't help anyone
Chad Horohoe
2009-07-25
1
-1
/
+0
*
Revert r52336 "Merge maintenance-work branch:"
Brion Vibber
2009-06-24
1
-50
/
+45
*
Merge maintenance-work branch:
Chad Horohoe
2009-06-24
1
-45
/
+50
*
Minor grammar fixes, etc.
Greg Sabino Mullane
2008-07-21
1
-2
/
+2
*
Fix 12384 : comment on maintenance/*php files
Antoine Musso
2008-07-19
1
-0
/
+3
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-1
/
+5
*
Remove ?>'s from files. They're pointless, and just asking for people to mes...
Aryeh Gregor
2007-06-29
1
-1
/
+1
*
Apply most of the code tweaks from the live site:
Brion Vibber
2007-01-17
1
-2
/
+0
[next]