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
/
site
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-3
/
+3
*
Use getWithSetCallback() instead of get() + set()
Daimona Eaytoy
2021-11-18
1
-7
/
+5
*
Various updates and fixes to PHPDoc documentation
Thiemo Kreuz
2021-08-09
1
-2
/
+2
*
Merge "Make following redirects in MediaWikiPageNameNormalizer optional"
jenkins-bot
2021-07-27
3
-9
/
+34
|
\
|
*
Make following redirects in MediaWikiPageNameNormalizer optional
Amir Sarabadani
2021-07-27
3
-9
/
+34
*
|
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-06-18
1
-3
/
+3
|
/
*
Use null coalecing operators everywhere consistenctly.
Petr Pchelko
2021-06-03
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-2
/
+2
*
Merge "Use static closures where safe to use"
jenkins-bot
2021-02-14
1
-1
/
+1
|
\
|
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
|
Use ?? instead of isset/array_key_exists where possible
Thiemo Kreuz
2021-02-10
1
-1
/
+1
|
/
*
Revert "Wrap libxml_disable_entity_loader() calls in version constraint"
Reedy
2021-01-27
1
-9
/
+3
*
Wrap libxml_disable_entity_loader() calls in version constraint
Reedy
2021-01-27
1
-3
/
+9
*
Explicitly wrap some XML calls in libxml_disable_entity_loader()
Reedy
2020-09-20
1
-0
/
+3
*
Fix more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-15
3
-11
/
+11
*
Add flag to force local page name normalization in development env
Itamar Givon
2020-02-18
1
-1
/
+1
*
Miscellaneous documentation updates
DannyS712
2020-02-16
2
-2
/
+2
*
Remove usages of deprecated Language methods
Petr Pchelko
2020-02-16
1
-1
/
+7
*
Remove `FileBasedSiteLookup` class, deprecated and unused
DannyS712
2020-01-03
1
-136
/
+0
*
Merge "site: Make getPageUrl consistently return null"
jenkins-bot
2019-09-23
2
-7
/
+7
|
\
|
*
site: Make getPageUrl consistently return null
Daimona Eaytoy
2019-09-17
2
-7
/
+7
*
|
phan: Enable PhanTypeMismatchArgument issue
Umherirrender
2019-09-19
1
-0
/
+2
|
/
*
Update docblocks for methods potentially returning null
Daimona Eaytoy
2019-09-15
2
-2
/
+2
*
Unsuppress more phan issues (part 3)
Daimona Eaytoy
2019-08-31
1
-1
/
+1
*
Switch various LoadBalancer::getConnection() callers to getConnectionRef()
Aaron Schulz
2019-07-12
1
-3
/
+3
*
Fix types around ILoadBalancer and IResultWrapper
Umherirrender
2019-07-04
1
-4
/
+4
*
Remove wgSitesCacheFile and rebuildSitesCache.php (unused)
Timo Tijhof
2019-03-15
2
-119
/
+3
*
Site: Explicit allow setLanguageCode( null )
Fomafix
2019-03-12
1
-2
/
+2
*
Drop SiteSQLStore, deprecated in 1.27, unused
James D. Forrester
2019-02-08
1
-61
/
+0
*
Hard deprecated SiteSQLStore::newInstance()
Max Semenik
2018-12-08
1
-0
/
+1
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-5
/
+1
*
Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...
Reedy
2018-07-26
1
-1
/
+1
*
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
1
-1
/
+1
|
/
*
Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors
Kunal Mehta
2018-05-23
13
-13
/
+13
*
Improve normalizePageName documentation
Lucas Werkmeister
2018-04-11
3
-4
/
+12
*
Fix (MediaWiki)Site::normalizePageName return type
Thiemo Kreuz
2018-04-08
3
-5
/
+5
*
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-1
/
+1
*
Improve some parameter docs
Umherirrender
2017-09-10
1
-0
/
+1
*
Remove reference to deprecated IDatabase->nextSequenceValue()
Brad Jorsch
2017-09-01
1
-2
/
+0
*
Merge "Add missing type to @param documentation"
jenkins-bot
2017-08-11
1
-1
/
+1
|
\
|
*
Add missing type to @param documentation
Umherirrender
2017-08-11
1
-1
/
+1
*
|
update mediawiki-codesniffer to 0.11.0 and fix issues
WMDE-Fisch
2017-08-11
1
-1
/
+1
|
/
*
Remove auto-generated "Constructor" documentation on constructors
Thiemo Mättig
2017-07-10
2
-4
/
+0
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
CachingSiteStore: Avoid deprecated wfMemcKey()
Kunal Mehta
2017-05-25
1
-1
/
+1
*
Add maintenance script to add sites to sites table
Florian
2017-02-26
1
-0
/
+3
*
Move remaining LoadBalancer classes to Rdbms
Aaron Schulz
2017-02-23
1
-0
/
+2
*
Add more specific Site[] type hints to SiteStore classes
Thiemo Mättig
2017-01-11
1
-1
/
+1
[prev]
[next]