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
/
includes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update name & email for bvibber
Brooke Vibber
2024-02-08
3
-3
/
+3
*
Merge "maintenance: Replace unnecessary uses of LBFactory and LoadBalancer"
jenkins-bot
2024-01-23
1
-2
/
+2
|
\
|
*
maintenance: Replace unnecessary uses of LBFactory and LoadBalancer
Bartosz Dziewoński
2024-01-23
1
-2
/
+2
*
|
Replace more instances of unchecked MWException
Daimona Eaytoy
2024-01-23
1
-1
/
+1
|
/
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
3
-6
/
+44
*
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
1
-2
/
+2
*
Migrate some usages of Database::update() to UpdateQueryBuilder
Alexander Vorwerk
2024-01-17
1
-18
/
+18
*
Make Maintenance::finalSetup require a SettingsBuilder
daniel
2024-01-08
3
-13
/
+5
*
Deprecate $wgCommandLineMode
Bartosz Dziewoński
2024-01-02
2
-8
/
+1
*
Replace $wgCommandLineMode checks with MW_ENTRY_POINT in other places
Bartosz Dziewoński
2024-01-02
1
-3
/
+1
*
Migrate remaining Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-12-22
1
-1
/
+5
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-1
/
+1
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-1
/
+1
*
maintenance: Migrate $db->buildLike() to expression builder
Amir Sarabadani
2023-11-06
1
-1
/
+3
*
Migrate away from $db->makeList in favor of expression builder
Amir Sarabadani
2023-11-02
1
-1
/
+1
*
db: Allow describing table creation via abstract schema change
Gergő Tisza
2023-10-10
1
-0
/
+62
*
Merge "maintenance: Migrate another batch to SelectQueryBuilder"
jenkins-bot
2023-09-21
3
-16
/
+23
|
\
|
*
maintenance: Migrate another batch to SelectQueryBuilder
Amir Sarabadani
2023-09-21
3
-16
/
+23
*
|
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
2
-1
/
+2
*
|
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
|
/
*
maintenance: Migrate some Database::select() calls to SQB
Amir Sarabadani
2023-09-15
1
-1
/
+4
*
maintenance: Move `shutdown()` logic to MaintenanceRunner
Derick Alangi
2023-09-12
2
-44
/
+62
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
3
-12
/
+9
*
maintenance: Use `$this->getServiceContainer()` since we have it
Derick Alangi
2023-08-24
1
-12
/
+12
*
maintenance: Cleanup Maintenance class for unused/dead code
Derick Alangi
2023-08-24
1
-78
/
+5
*
Merge "content,maintenance: Use class-string<ClassName> in doc blocks"
jenkins-bot
2023-07-31
1
-2
/
+5
|
\
|
*
content,maintenance: Use class-string<ClassName> in doc blocks
thiemowmde
2023-07-31
1
-2
/
+5
*
|
Avoid calling overrideConfigValue() multiple times
thiemowmde
2023-07-20
1
-6
/
+7
|
/
*
maintenance: Allow running schema maintenance without local settings
Alexander Vorwerk
2023-06-27
1
-0
/
+4
*
Replace more usages of deprecated MWException
Daimona Eaytoy
2023-06-08
2
-20
/
+15
*
Replace substr with cleaner string methods
Matěj Suchánek
2023-05-20
1
-1
/
+1
*
Switch to run.php in documentation
Amir Sarabadani
2023-04-13
1
-1
/
+1
*
parserTests: ensure test classes get auto-loaded.
daniel
2023-03-27
1
-0
/
+2
*
Merge "Maintenance: Add convenience methods to the Maintenance base class"
jenkins-bot
2023-03-27
1
-0
/
+22
|
\
|
*
Maintenance: Add convenience methods to the Maintenance base class
daniel
2023-03-24
1
-0
/
+22
*
|
Just another 80 or so PHPStorm inspection fixes (#4)
Tim Starling
2023-03-25
1
-2
/
+2
*
|
Fix some typos
Matěj Suchánek
2023-03-21
1
-1
/
+1
*
|
MaintenanceRunner: keep track of script class explicitly.
daniel
2023-03-15
1
-17
/
+39
*
|
MaintenanceRunner: load script file early if possible
Kevin Israel
2023-03-14
1
-0
/
+50
|
/
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
2
-0
/
+2
*
Allow some maintenance scripts to be called without a LocalSettings
daniel
2023-02-16
2
-31
/
+88
*
Merge "MaintenanceRunner: Print error if Maintenance initialization fails"
jenkins-bot
2023-02-12
1
-2
/
+11
|
\
|
*
MaintenanceRunner: Print error if Maintenance initialization fails
Kevin Israel
2023-01-11
1
-2
/
+11
*
|
Merge "MaintenanceRunner: Pull some checks out of initInternal()"
jenkins-bot
2023-02-12
1
-17
/
+1
|
\
|
|
*
MaintenanceRunner: Pull some checks out of initInternal()
Kevin Israel
2023-01-11
1
-17
/
+1
*
|
Add correct spaces in MaintenanceRunner.php help text
Amir E. Aharoni
2023-02-11
1
-4
/
+4
*
|
MaintenanceRunner: Split up findScriptClass()
Kevin Israel
2023-01-29
1
-24
/
+41
*
|
Maintenance: Add support for documenting multi-args
daniel
2023-01-28
2
-29
/
+75
*
|
Merge "Maintenance: find file by name in maintenance dir"
jenkins-bot
2023-01-29
1
-41
/
+114
|
\
\
|
*
|
Maintenance: find file by name in maintenance dir
daniel
2023-01-27
1
-41
/
+114
[next]