aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/doMaintenance.php
Commit message (Expand)AuthorAgeFilesLines
* Remove phpcs suppression of ValidGlobalName.wgPrefixDannyS7122020-09-291-1/+0
* maintenance: Move commandLine from .inc to .phpJames D. Forrester2020-09-281-1/+1
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+2
* maintenance: Move $IP and MEDIAWIKI assignment to doMaintenance.phpTimo Tijhof2020-04-141-0/+6
* Make sure DBLoadBalancerFactory service is not disabledRazeSoldier2019-11-071-1/+4
* doMaintenance: Try to print errors to stderrMarius Hoch2019-07-161-2/+10
* Merge "Print chained exceptions when maintenance script fails."jenkins-bot2019-05-291-1/+11
|\
| * Print chained exceptions when maintenance script fails.daniel2018-12-101-1/+11
* | Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusionsReedy2019-05-111-0/+2
* | Allow extensions to add params to the update.php maintenance scriptBill Pirkle2019-03-261-0/+2
|/
* Exit maintenance script with non-zero status if execute() returns falseTim Starling2018-05-311-1/+6
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-2/+2
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-1/+1
* Remove some dumb headers with my name in itChad Horohoe2017-11-301-1/+0
* Setup: Merge PreConfigSetup into Setup.phpTimo Tijhof2017-10-241-16/+19
* Split common pre-setup code out of WebStart/doMaintenanceTim Starling2017-08-231-20/+1
* Allow install.php to run env-checks with no dbaddshore2017-07-041-7/+11
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+1
* Postgres installation fixesAaron Schulz2016-10-171-3/+5
* Avoid global state in DatabaseBase::factory()/query()Aaron Schulz2016-09-161-1/+1
* Support masking the WRITE_SYNC latency from ChronologyProtectorAaron Schulz2016-09-121-1/+1
* Use transaction listener to run DeferredUpdates in CLI modeAaron Schulz2016-09-011-0/+4
* maintenance: Allow having a nicer error message if an extension isn't enabledKunal Mehta2016-07-301-0/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Pass __METHOD__ to load balancer commit/rollback methodsAaron Schulz2015-12-221-1/+1
* Make DeferredUpdates::doUpdates always commit per taskAaron Schulz2015-10-221-1/+1
* maintenance: Defer initilization of 'main' Config until after Setup.php runsKunal Mehta2015-03-031-1/+3
* No such method Exception::getText()Erik Bernhardson2015-02-031-16/+11
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
* Implement extension registration from an extension.json fileKunal Mehta2015-01-081-0/+1
* Profiler code cleanupChad Horohoe2014-11-041-2/+2
* Maintenance: Add an easy way to access Config instancesKunal Mehta2014-09-091-0/+3
* Remove check for wikimedia-mode file, which no longer existswithoutaname2014-07-191-11/+0
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-1/+6
* Remove $wgTitle from all maintenance scriptsChad Horohoe2014-03-121-3/+0
* Remove vestiges of AdminSettings.phpChad Horohoe2014-01-291-6/+0
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-3/+3
* Remove underscore from classes LCStore_*Siebrand Mazeland2013-11-171-1/+1
* Remove remaining calls to MWInit methodsKevin Israel2013-09-151-6/+4
* Deprecate MWFunction::call and ::callArrayKevin Israel2013-07-191-1/+1
* Move inclusion of the Composer autoloader to after inclusion of DefaultSettingsjeroendedauw2013-07-151-4/+5
* Support installing PHPUnit using composer.Daniel Friesen2013-06-071-1/+5
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-10/+10
* echo is not a functionumherirrender2013-05-091-1/+1
* Remove hphpc support and deprecate related functionsTim Starling2013-05-091-12/+6
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+3
* Set up the profiler in CLI mode.Aaron Schulz2013-04-171-2/+7
* (bug 42600) (bug 24375) Fix doMaintenance.php exit procedures.Tyler Anthony Romeo2013-02-201-0/+8
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* Log profiling info from maintenance scripts.daniel2013-02-011-0/+3