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
/
filebackend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that strlen() does not get passed a (valid) null
Mark A. Hershberger
2022-07-12
1
-1
/
+1
*
docs: Move, clarify and cross-ref "DI Principles" for easy reference
Timo Tijhof
2022-06-06
1
-2
/
+2
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-7
/
+8
*
Use updated ObjectFactory namespace
Alexander Vorwerk
2022-03-09
1
-1
/
+1
*
LockManager: distinguish conflicts from other kinds of lock errors
Tim Starling
2021-11-09
1
-3
/
+1
*
Merge "Simpler RedisLockManager configuration"
jenkins-bot
2021-11-03
1
-1
/
+2
|
\
|
*
Simpler RedisLockManager configuration
Tim Starling
2021-11-02
1
-1
/
+2
*
|
Drop experimental FileJournal system without deprecation
James D. Forrester
2021-11-01
3
-207
/
+1
|
/
*
Remove LockManagerGroup::singleton() and ::destroySingletons()
Alexander Vorwerk
2021-09-17
1
-24
/
+0
*
Remove FileBackendGroup::singleton() and ::destroySingletons()
Alexander Vorwerk
2021-09-15
1
-21
/
+0
*
Tag various new 'primary' methods as `@since 1.37`
James D. Forrester
2021-09-02
1
-0
/
+1
*
Merge "Same code style and formatting for exists-style SQL queries"
jenkins-bot
2021-08-24
1
-9
/
+3
|
\
|
*
Same code style and formatting for exists-style SQL queries
Thiemo Kreuz
2021-08-12
1
-9
/
+3
*
|
Support fluent interface for StatusValue
TChin
2021-08-02
1
-6
/
+2
|
/
*
build: Updating dependencies
libraryupgrader
2021-07-22
2
-2
/
+2
*
Follow-up I68198bc3: Hard-deprecate getMasterDB() methods
James D. Forrester
2021-07-15
1
-1
/
+1
*
Replace getMasterDB methods with getPrimaryDB
James D. Forrester
2021-07-14
1
-7
/
+19
*
Hard deprecate FileBackendGroup::singleton() and ::destroySingletons()
ZabeMath
2021-05-04
1
-2
/
+7
*
Hard deprecate LockManagerGroup::singleton() and ::destroySingletons()
ZabeMath
2021-05-03
1
-2
/
+5
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Improve docs in FileJournal class
Umherirrender
2020-11-27
1
-2
/
+2
*
filebackend: convert DBFileJournal to using CONN_TRX_AUTOCOMMIT
Aaron Schulz
2020-11-25
1
-9
/
+2
*
Remove documentation that literally repeats the code
Thiemo Kreuz
2020-10-27
1
-2
/
+0
*
Mark CONSTRUCTOR_OPTIONS as internal
Aryeh Gregor
2020-08-21
1
-1
/
+1
*
Pass function name to database functions
Umherirrender
2020-06-07
1
-1
/
+1
*
mime: Update usage of MimeAnalyzer methods
Ori Livneh
2020-05-28
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
3
-3
/
+3
*
docs: Remove ingroup tag from Markdown files
apaskulin
2019-11-12
1
-2
/
+0
*
Add missing @param and @return to documentation
Umherirrender
2019-11-10
1
-0
/
+1
*
Deprecate FileJournal::factory
Aryeh Gregor
2019-11-04
2
-5
/
+13
*
Merge "docs: Convert class-level documentation files to Markdown"
jenkins-bot
2019-11-01
1
-28
/
+17
|
\
|
*
docs: Convert class-level documentation files to Markdown
apaskulin
2019-10-31
1
-28
/
+17
*
|
Merge "Hard-deprecate LockManagerGroup::getDefault/getAny"
jenkins-bot
2019-10-30
1
-4
/
+8
|
\
\
|
*
|
Hard-deprecate LockManagerGroup::getDefault/getAny
Aryeh Gregor
2019-10-29
1
-4
/
+8
|
|
/
*
/
Convert FileBackendGroup to service
Aryeh Gregor
2019-10-25
1
-53
/
+74
|
/
*
Fix new phan errors, part 2
Daimona Eaytoy
2019-10-12
2
-2
/
+5
*
filebackend: avoid use of wfWikiId() in FileBackendGroup
Aaron Schulz
2019-09-24
1
-2
/
+22
*
FileJournal tests
Aryeh Gregor
2019-09-03
1
-5
/
+9
*
Merge "Integration tests for FileBackendGroup"
jenkins-bot
2019-08-28
1
-0
/
+1
|
\
|
*
Integration tests for FileBackendGroup
Aryeh Gregor
2019-08-28
1
-0
/
+1
*
|
LockManagerGroup tweaks
Aryeh Gregor
2019-08-28
2
-19
/
+4
|
/
*
LockManagerGroupFactory to replace singletons
Aryeh Gregor
2019-08-27
2
-48
/
+96
*
Use local variabe $services instead of MediaWikiServices::getInstance()
Fomafix
2019-08-26
1
-1
/
+1
*
TempFSFileFactory service
Aryeh Gregor
2019-08-21
1
-2
/
+3
*
Code style cleanups to FileBackendGroup
Aaron Schulz
2019-08-01
1
-33
/
+35
*
filebackend: avoid use of LoadBalancer::newMainLB() in LockManagerGroup
Aaron Schulz
2019-07-16
1
-4
/
+7
*
Fix/suppress misc phan errors (#5)
Kunal Mehta
2019-04-05
1
-0
/
+1
*
Avoid use of deprecated "wikiId" parameter for FileBackend
Aaron Schulz
2019-03-29
2
-8
/
+14
*
filebackend: change "profiler" parameter in FileBackend so it works again
Aaron Schulz
2019-03-14
1
-1
/
+3
[next]