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
/
db
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adjust type hints in database related classes
Umherirrender
2019-06-05
1
-7
/
+8
*
Merge "Fix some docs"
jenkins-bot
2019-05-22
1
-2
/
+2
|
\
|
*
Fix some docs
Matěj Suchánek
2019-05-22
1
-2
/
+2
*
|
rdbms: improve query logging logic in Database
Aaron Schulz
2019-05-08
1
-0
/
+2
|
/
*
Don't pass Config to service constructors
Aryeh Gregor
2019-05-02
1
-39
/
+76
*
db: Use $fname instead of __METHOD__ magic constant
Derick Alangi
2019-04-15
1
-3
/
+3
*
rdbms: drop inappropriate and poorly documented "DatabaseOraclePostInit" hook
Aaron Schulz
2019-04-12
1
-2
/
+1
*
rdbms: inject reserved word table name rewrite logic into DatabaseOracle
Aaron Schulz
2019-04-11
2
-34
/
+51
*
rdbms: inject more dependencies into DatabaseOracle and remove $wgContLang use
Aaron Schulz
2019-04-11
2
-33
/
+58
*
rdbms: reduce code duplication and make LBFactoryMulti sanity checks work
Aaron Schulz
2019-04-10
1
-71
/
+76
*
Use HTTP method as hint for the locking mode of sqlite
Aaron Schulz
2019-04-04
1
-1
/
+11
*
Replace several uses of wfWikiId() with WikiMap methods
Aaron Schulz
2019-03-29
1
-4
/
+4
*
Merge "Make MWLBFactory sanity check that postgres is not used with a table p...
jenkins-bot
2019-03-26
1
-14
/
+50
|
\
|
*
Make MWLBFactory sanity check that postgres is not used with a table prefix
Aaron Schulz
2019-03-25
1
-14
/
+50
*
|
rdbms: remove $wgDBprefix reference from DatabaseOracle
Aaron Schulz
2019-03-26
1
-5
/
+0
*
|
Merge "db: Use variable functions/callbacks instead of call_user_func()"
jenkins-bot
2019-03-26
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
db: Use variable functions/callbacks instead of call_user_func()
Derick Alangi
2019-03-25
1
-2
/
+2
*
|
Merge "DefaultSettings: Remove deprecated $wgDBmysql5 from core"
jenkins-bot
2019-03-25
1
-3
/
+0
|
\
\
|
*
|
DefaultSettings: Remove deprecated $wgDBmysql5 from core
Derick Alangi
2019-03-23
1
-3
/
+0
*
|
|
db: Drop child methods as they're same as parent methods
Derick Alangi
2019-03-25
1
-12
/
+0
|
|
/
|
/
|
*
|
Fix overzealous prefix check in MWLBFactory
Aaron Schulz
2019-03-23
1
-1
/
+1
|
/
*
rdbms: halt on some common broken $wgDBServers configurations
Aaron Schulz
2019-03-22
1
-7
/
+72
*
Merge "db: Remove property assignment overriden by constructor"
jenkins-bot
2019-03-20
1
-5
/
+5
|
\
|
*
db: Remove property assignment overriden by constructor
Derick Alangi
2019-03-20
1
-5
/
+5
*
|
db: Use brackets `()` in operation for better readability
Derick Alangi
2019-03-20
1
-1
/
+1
|
/
*
Merge "rdbms: change "profiler" argument in Database::factory so it works again"
jenkins-bot
2019-03-15
1
-1
/
+3
|
\
|
*
rdbms: change "profiler" argument in Database::factory so it works again
Aaron Schulz
2019-03-14
1
-1
/
+3
*
|
rdbms: clarify $uniqueIndexes argument to replace()/upsert()
Aaron Schulz
2019-03-12
1
-1
/
+1
|
/
*
Streamline code involving .= string concatenations
Thiemo Kreuz
2019-03-11
1
-1
/
+2
*
Use short assignment operator in PHP
Fomafix
2019-03-07
1
-1
/
+1
*
rdbms: document Database::doQuery() return value
Aaron Schulz
2019-03-01
1
-0
/
+4
*
Safe replacement of a lot of `!count()` with `=== []`
Thiemo Kreuz
2019-01-15
1
-1
/
+1
*
Merge "No yoda conditions"
jenkins-bot
2018-12-09
1
-3
/
+3
|
\
|
*
No yoda conditions
Fomafix
2018-11-21
1
-3
/
+3
*
|
rdbms: rename setDomainPrefix to setLocalDomainPrefix in ILoadBalancer
Aaron Schulz
2018-11-26
1
-1
/
+1
|
/
*
rdbms: clean up return values of IDatabase write methods
Aaron Schulz
2018-10-30
1
-5
/
+2
*
ActorMigration: Remove possibility of read-both
Brad Jorsch
2018-10-11
1
-1
/
+3
*
rdbms: Database::selectDB() update the domain and handle failure better
Aaron Schulz
2018-10-10
1
-32
/
+42
*
Throw exception when nothing to clone in CloneDatabase
Umherirrender
2018-08-24
1
-0
/
+3
*
rdbms: make Database::open() protected
Aaron Schulz
2018-08-21
1
-10
/
+1
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-13
/
+12
*
Merge "Simplify PHP by using ?? and ?:"
jenkins-bot
2018-07-11
1
-1
/
+1
|
\
|
*
Simplify PHP by using ?? and ?:
Fomafix
2018-07-10
1
-1
/
+1
*
|
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
2
-2
/
+2
*
|
Add support for extra database connections in unit tests.
daniel
2018-07-04
1
-4
/
+4
|
/
*
Allow passing the default DB group to use in Maintenance scripts
Marius Hoch
2018-06-12
1
-0
/
+1
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Fomafix
2018-06-11
1
-1
/
+1
*
Introduce per-schema unit tests for revision storage.
daniel
2018-06-07
1
-0
/
+90
*
rdbms: make sure cpPosIndex cookie is applied to LBFactory in time
Aaron Schulz
2018-04-23
1
-4
/
+2
*
rdbms: Add a deprecationLogger callback
Brad Jorsch
2018-04-05
1
-0
/
+23
[prev]
[next]