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
/
includes
/
externalstore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-0
/
+1
*
Use $string === '' instead of strlen( $string ) === 0
Fomafix
2025-01-30
1
-1
/
+1
*
installer: Virtual domain and external store installation
Tim Starling
2024-11-20
1
-0
/
+24
*
Use namespaced classes
Umherirrender
2024-10-21
1
-0
/
+1
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
2
-3
/
+3
*
externalstore: cleanup ExternalStoreDB::getTable() and fix callers
Aaron Schulz
2024-09-18
1
-23
/
+27
*
Add missing documentation to class properties (miscellaneous classes)
Umherirrender
2024-09-14
1
-0
/
+1
*
Remove UIDGenerator, deprecated since 1.35
Ebrahim Byagowi
2024-09-04
1
-1
/
+3
*
rdbms: Remove ILoadBalancer::getWriterIndex()
Amir Sarabadani
2024-06-03
1
-3
/
+4
*
Add namespace and deprecation alias to FileBackendGroup
Ebrahim Byagowi
2024-05-20
1
-0
/
+1
*
Add namespace and deprecation alias to FileBackend
Ebrahim Byagowi
2024-05-19
1
-0
/
+1
*
Merge "SqlBlobStore: Directly store ES addresses in content table"
jenkins-bot
2024-05-03
1
-1
/
+7
|
\
|
*
SqlBlobStore: Directly store ES addresses in content table
Amir Sarabadani
2024-04-30
1
-1
/
+7
*
|
Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecated
Amir Sarabadani
2024-04-30
1
-6
/
+4
*
|
IReadableDatabase::select cannot return false
Umherirrender
2024-04-18
1
-8
/
+2
|
/
*
externalstore: Pass Query object when initializing tables
Piotr Miazga
2024-03-29
1
-6
/
+15
*
externalstore: use QUERY_CHANGE_SCHEMA when initializing tables
Piotr Miazga
2024-03-15
1
-1
/
+1
*
Reparent trivial subclasses of MWException
Bartosz Dziewoński
2024-01-17
1
-1
/
+1
*
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-1
/
+1
*
Mass migrate Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-08-07
1
-5
/
+4
*
Migrate last batch of simple Database::select* calls to SQB
Amir Sarabadani
2023-08-01
1
-12
/
+10
*
Replace deprecated MWException
Daimona Eaytoy
2023-06-12
5
-11
/
+9
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+2
*
Merge "Protect HistoryBlob storage against malicious class injection"
jenkins-bot
2022-12-07
1
-2
/
+2
|
\
|
*
Protect HistoryBlob storage against malicious class injection
Tim Starling
2022-12-02
1
-2
/
+2
*
|
Remove ExternalStoreDB::getMaster
Matěj Suchánek
2022-12-05
1
-10
/
+0
|
/
*
ExternalStoreFactory: fix total failure when $wgAutoloadAttemptLowercase = false
Tim Starling
2022-11-21
1
-1
/
+5
*
Merge "Various doc fixes about false on method arguments/return types"
jenkins-bot
2022-11-17
1
-2
/
+2
|
\
|
*
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
1
-2
/
+2
*
|
rdbms: improve TransactionProfiler::silenceForScope()
Aaron Schulz
2022-11-15
1
-2
/
+4
|
/
*
Merge "Use short array destructuring instead of list()"
jenkins-bot
2022-10-21
3
-7
/
+7
|
\
|
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
3
-7
/
+7
*
|
Use the null coalescing assignment operator
Tim Starling
2022-10-21
1
-1
/
+1
|
/
*
rdbms: remove DB domain parameter from various lag/read-only methods
Aaron Schulz
2022-10-19
1
-4
/
+1
*
externalstore: Migrate Database::select usages to SelectQueryBuilder
Amir Sarabadani
2022-08-05
1
-11
/
+12
*
Remove ExternalStoreDB::getSlave
Matěj Suchánek
2022-06-17
1
-12
/
+0
*
rdbms: Replace getConnection with getLazyConnectionRef
Amir Sarabadani
2022-05-12
1
-2
/
+2
*
rdbms: Fold MaintainableDBConnRef into DBConnRef
Amir Sarabadani
2022-04-14
1
-3
/
+2
*
historyblob: Improve param and property documentation
Umherirrender
2022-03-08
1
-3
/
+3
*
Consistently use `@deprecated since` rather `@deprecated`
Reedy
2022-03-06
1
-8
/
+8
*
Add explicit casts between scalar types
Umherirrender
2022-03-01
1
-1
/
+1
*
Try not to discard Excimer timeout exceptions
Tim Starling
2022-02-02
1
-0
/
+3
*
Fix typos in comments (E-H)
Siddharth VP
2021-12-30
1
-2
/
+2
*
externalstore: Improve overall documentation
Timo Tijhof
2021-12-15
10
-62
/
+138
*
Merge "ExternalStoreDB::getMaster: Hard deprecate now it's unused in prod"
jenkins-bot
2021-09-08
1
-1
/
+1
|
\
|
*
ExternalStoreDB::getMaster: Hard deprecate now it's unused in prod
James D. Forrester
2021-09-07
1
-1
/
+1
*
|
Using @return never documentation on always-throw-function
Umherirrender
2021-09-07
1
-0
/
+1
|
/
*
ExternalStoreDB: Rename getMaster to getPrimary
James D. Forrester
2021-09-03
1
-5
/
+16
*
docs: Change wording master to primary in comments and log text
Umherirrender
2021-09-01
1
-4
/
+4
*
Remove dead variables and functions and unneeded parenthesis
Umherirrender
2021-08-13
1
-4
/
+0
[next]