aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/includes/MaintenanceRunner.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-311-2/+2
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-1/+0
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-8/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Stats: Move StatsFactory flush into emitBufferedStatsCole White2024-12-031-1/+2
* Use fake maintenance scripts in MaintenanceRunnerTest where necessaryDreamy Jazz2024-08-081-1/+8
* Fix MaintenanceRunner test failures on WindowsBartosz Dziewoński2024-05-031-14/+12
* Deprecate $wgCommandLineModeBartosz Dziewoński2024-01-021-6/+1
* Replace $wgCommandLineMode checks with MW_ENTRY_POINT in other placesBartosz Dziewoński2024-01-021-3/+1
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-1/+1
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-1/+1
* maintenance: Move `shutdown()` logic to MaintenanceRunnerDerick Alangi2023-09-121-2/+62
* Merge "content,maintenance: Use class-string<ClassName> in doc blocks"jenkins-bot2023-07-311-2/+5
|\
| * content,maintenance: Use class-string<ClassName> in doc blocksthiemowmde2023-07-311-2/+5
* | Avoid calling overrideConfigValue() multiple timesthiemowmde2023-07-201-6/+7
|/
* MaintenanceRunner: keep track of script class explicitly.daniel2023-03-151-17/+39
* MaintenanceRunner: load script file early if possibleKevin Israel2023-03-141-0/+50
* Allow some maintenance scripts to be called without a LocalSettingsdaniel2023-02-161-31/+62
* Merge "MaintenanceRunner: Print error if Maintenance initialization fails"jenkins-bot2023-02-121-2/+11
|\
| * MaintenanceRunner: Print error if Maintenance initialization failsKevin Israel2023-01-111-2/+11
* | Merge "MaintenanceRunner: Pull some checks out of initInternal()"jenkins-bot2023-02-121-17/+1
|\|
| * MaintenanceRunner: Pull some checks out of initInternal()Kevin Israel2023-01-111-17/+1
* | Add correct spaces in MaintenanceRunner.php help textAmir E. Aharoni2023-02-111-4/+4
* | MaintenanceRunner: Split up findScriptClass()Kevin Israel2023-01-291-24/+41
* | Maintenance: find file by name in maintenance dirdaniel2023-01-271-41/+114
* | MaintenanceRunner: improve error reportingdaniel2023-01-131-18/+26
|/
* profiler: Restore lost --profiler feature for Maintenance scriptsTimo Tijhof2023-01-051-38/+29
* rdbms: Consolidate logger channels into oneTimo Tijhof2023-01-031-1/+1
* MaintenanceRunner: find script by namedaniel2022-12-211-29/+78
* Introduce run.php for running maintenance scriptsdaniel2022-12-211-38/+175
* Refresh some http://*.wikipedia.org URLsLucas Werkmeister2022-11-071-1/+1
* Runner: Handle more params in runner.daniel2022-06-131-6/+122
* Move code from Maintenance to MaintenanceRunnerdaniel2022-05-251-1/+131
* Move code from doMaintenance.php into a runner class.daniel2022-05-211-0/+156