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
/
doMaintenance.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
MaintenanceRunner: load script file early if possible
Kevin Israel
2023-03-14
1
-0
/
+1
*
maintenance: Do not output run.php warning when not in TTY mode
Gergő Tisza
2023-01-09
1
-7
/
+9
*
Maintenance scripts: show a warning when run directly.
daniel
2023-01-04
1
-3
/
+15
*
Introduce run.php for running maintenance scripts
daniel
2022-12-21
1
-5
/
+5
*
Move code from Maintenance to MaintenanceRunner
daniel
2022-05-25
1
-1
/
+1
*
Extract parameter handling from Maintenance base class.
daniel
2022-05-25
1
-0
/
+1
*
Move code from doMaintenance.php into a runner class.
daniel
2022-05-21
1
-69
/
+18
*
maintenance: Don't run unsafe shutdown after crash
Timo Tijhof
2022-05-11
1
-7
/
+6
*
Merge "Setup.php: clarify the use of $IP."
jenkins-bot
2022-05-04
1
-2
/
+1
|
\
|
*
Setup.php: clarify the use of $IP.
daniel
2022-05-03
1
-2
/
+1
*
|
Use MainConfigNames instead of string literals, #5
Aryeh Gregor
2022-04-27
1
-3
/
+4
|
/
*
Allow config merge strategies to be bypassed.
daniel
2022-02-22
1
-1
/
+1
*
Allow main settings file to be selected via env variable.
daniel
2022-02-06
1
-2
/
+2
*
Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"
Ppchelko
2022-01-26
1
-7
/
+13
*
Revert "SettingsBuilder: allow maintenance scripts to manipulate config"
Ppchelko
2022-01-26
1
-13
/
+7
*
SettingsBuilder: allow maintenance scripts to manipulate config
daniel
2022-01-26
1
-7
/
+13
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-2
/
+2
*
rdbms: Move setLBFactoryTriggers from doMaintenance to service wiring
Timo Tijhof
2021-04-27
1
-4
/
+0
*
maintenance: Disable storage backend for DB_NONE tasks
Dan Duvall
2021-03-02
1
-1
/
+5
*
maintenance: Skip setAgentAndTriggers for DB_NONE maintenance tasks
Dan Duvall
2021-03-02
1
-3
/
+5
*
deferred: make DeferredUpdates::doUpdates() recursion more uniform
Aaron Schulz
2021-01-14
1
-18
/
+1
*
Remove phpcs suppression of ValidGlobalName.wgPrefix
DannyS712
2020-09-29
1
-1
/
+0
*
maintenance: Move commandLine from .inc to .php
James D. Forrester
2020-09-28
1
-1
/
+1
*
phan: Enable redundant_condition_detection
Umherirrender
2020-07-01
1
-0
/
+2
*
maintenance: Move $IP and MEDIAWIKI assignment to doMaintenance.php
Timo Tijhof
2020-04-14
1
-0
/
+6
*
Make sure DBLoadBalancerFactory service is not disabled
RazeSoldier
2019-11-07
1
-1
/
+4
*
doMaintenance: Try to print errors to stderr
Marius Hoch
2019-07-16
1
-2
/
+10
*
Merge "Print chained exceptions when maintenance script fails."
jenkins-bot
2019-05-29
1
-1
/
+11
|
\
|
*
Print chained exceptions when maintenance script fails.
daniel
2018-12-10
1
-1
/
+11
*
|
Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions
Reedy
2019-05-11
1
-0
/
+2
*
|
Allow extensions to add params to the update.php maintenance script
Bill Pirkle
2019-03-26
1
-0
/
+2
|
/
*
Exit maintenance script with non-zero status if execute() returns false
Tim Starling
2018-05-31
1
-1
/
+6
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-2
/
+2
*
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-1
/
+1
*
Remove some dumb headers with my name in it
Chad Horohoe
2017-11-30
1
-1
/
+0
*
Setup: Merge PreConfigSetup into Setup.php
Timo Tijhof
2017-10-24
1
-16
/
+19
*
Split common pre-setup code out of WebStart/doMaintenance
Tim Starling
2017-08-23
1
-20
/
+1
*
Allow install.php to run env-checks with no db
addshore
2017-07-04
1
-7
/
+11
*
Get ConfigFactory & MainConfig from MediaWikiServices
addshore
2016-11-23
1
-1
/
+1
*
Postgres installation fixes
Aaron Schulz
2016-10-17
1
-3
/
+5
*
Avoid global state in DatabaseBase::factory()/query()
Aaron Schulz
2016-09-16
1
-1
/
+1
*
Support masking the WRITE_SYNC latency from ChronologyProtector
Aaron Schulz
2016-09-12
1
-1
/
+1
*
Use transaction listener to run DeferredUpdates in CLI mode
Aaron Schulz
2016-09-01
1
-0
/
+4
*
maintenance: Allow having a nicer error message if an extension isn't enabled
Kunal Mehta
2016-07-30
1
-0
/
+3
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-1
/
+1
*
Pass __METHOD__ to load balancer commit/rollback methods
Aaron Schulz
2015-12-22
1
-1
/
+1
*
Make DeferredUpdates::doUpdates always commit per task
Aaron Schulz
2015-10-22
1
-1
/
+1
*
maintenance: Defer initilization of 'main' Config until after Setup.php runs
Kunal Mehta
2015-03-03
1
-1
/
+3
*
No such method Exception::getText()
Erik Bernhardson
2015-02-03
1
-16
/
+11
*
Updated some try-catch statements: MWException -> Exception
Aaron Schulz
2015-01-09
1
-1
/
+1
[next]