aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/Maintenance.php
Commit message (Expand)AuthorAgeFilesLines
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+1
* MaintenanceRunner: Pull some checks out of initInternal()Kevin Israel2023-01-111-0/+7
* Allow main settings file to be selected via env variable.daniel2022-02-061-0/+1
* Make sure RUN_MAINTENANCE_IF_MAIN is defined in tests.daniel2021-01-191-12/+14
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-2/+8
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-4/+3
* maintenance: Move FakeMaintenance and LoggedUpdateMaintenance to their own filesDaimona Eaytoy2020-04-211-1706/+3
* maintenance: Add `@return-taint none` to getArg and getOptionDaimona Eaytoy2020-04-181-0/+2
* maintenance: Move $IP and MEDIAWIKI assignment to doMaintenance.phpTimo Tijhof2020-04-141-6/+0
* Maintenance: Don't redefine MW_ENTRY_POINT if it's already setArtBaltai2020-04-141-2/+3
* Maintenance: Don't create DBLoadBalancerFactory to destroy itMarius Hoch2020-03-261-2/+8
* Deprecate Revision::loadFromPageIdPetr Pchelko2020-03-251-6/+8
* Remove compat code for pre-MCR schema.daniel2020-03-241-35/+10
* Remove $wgProfileLimit settingTimo Tijhof2020-03-191-3/+3
* maintenance: Remove --mwdebug optionTimo Tijhof2020-03-111-7/+0
* Revert "Split FakeMaintenance and LoggedUpdateMaintenance to their own files"Daimona Eaytoy2020-03-031-0/+66
* Split FakeMaintenance and LoggedUpdateMaintenance to their own filesReedy2020-02-281-66/+0
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-0/+2
* Merge "Show the PHPUnit help in phpunit.php --help"jenkins-bot2019-12-021-3/+9
|\
| * Show the PHPUnit help in phpunit.php --helpTim Starling2019-11-251-3/+9
* | Improve param docsUmherirrender2019-11-281-4/+4
|/
* Fix new phan errors, part 7Daimona Eaytoy2019-10-211-0/+1
* Add type hint for $maintClassUmherirrender2019-10-041-0/+4
* Maintenance.php: Fix mwdebug errorTheSandDoctor2019-09-231-1/+1
* maintenance/Maintenance.php: Fix MW_ENTRY_POINT definition (followup I24099f4c)Brad Jorsch2019-09-091-1/+1
* Merge "Add MW_REST_API and MW_ENTRY_POINT"jenkins-bot2019-09-091-0/+2
|\
| * Add MW_REST_API and MW_ENTRY_POINTTim Starling2019-09-031-0/+2
* | Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-3/+15
* | Unsuppress phan issues, part 8Daimona Eaytoy2019-09-041-0/+1
* | Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
|/
* profiler: Centralise output responsibility from ProfilerOutputText to ProfilerTimo Tijhof2019-08-281-1/+1
* Merge "Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionR...jenkins-bot2019-08-021-8/+14
|\
| * Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()Aaron Schulz2019-08-021-8/+14
* | Simplify SearchUpdate constructor and hard deprecate some param typesDavid Causse2019-08-011-1/+1
|/
* Tell users how they can force a maintenance script to run again.daniel2019-07-051-1/+1
* Merge "Fix documentation of Maintenance::updateSearchIndex"jenkins-bot2019-06-101-2/+3
|\
| * Fix documentation of Maintenance::updateSearchIndexUmherirrender2019-06-071-2/+3
* | Pass options as array to IDatabase::insertUmherirrender2019-06-071-1/+1
|/
* Remove usage of deprecated SkinFactory::getDefaultInstance()Kunal Mehta2019-06-021-1/+1
* Merge "Set MW_INSTALL_PATH in Maintenance.php"jenkins-bot2019-04-121-4/+8
|\
| * Set MW_INSTALL_PATH in Maintenance.phpAryeh Gregor2019-04-111-4/+8
* | Fix order of @var parameter in PHPFomafix2019-04-081-2/+2
|/
* Replace deprecated function wfEscapeShellArg with Shell::escape()Derick Alangi2019-04-071-3/+3
* Merge "maintenance: Deprecate Maintenance::hasArg/getArg with no param"jenkins-bot2019-03-311-0/+8
|\
| * maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-0/+8
* | Merge "Allow extensions to add params to the update.php maintenance script"jenkins-bot2019-03-291-9/+16
|\ \ | |/ |/|
| * Allow extensions to add params to the update.php maintenance scriptBill Pirkle2019-03-261-9/+16
* | maintenance: Use the ?? feature together with explode()Thiemo Kreuz2019-03-261-12/+2
|/
* Fix fatal due to lock name mismatch in Maintenance::unlockSearchindexAaron Schulz2019-03-191-2/+2