aboutsummaryrefslogtreecommitdiffstats
path: root/includes/site
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-3/+3
* Use getWithSetCallback() instead of get() + set()Daimona Eaytoy2021-11-181-7/+5
* Various updates and fixes to PHPDoc documentationThiemo Kreuz2021-08-091-2/+2
* Merge "Make following redirects in MediaWikiPageNameNormalizer optional"jenkins-bot2021-07-273-9/+34
|\
| * Make following redirects in MediaWikiPageNameNormalizer optionalAmir Sarabadani2021-07-273-9/+34
* | Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-3/+3
|/
* Use null coalecing operators everywhere consistenctly.Petr Pchelko2021-06-031-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Merge "Use static closures where safe to use"jenkins-bot2021-02-141-1/+1
|\
| * Use static closures where safe to useUmherirrender2021-02-111-1/+1
* | Use ?? instead of isset/array_key_exists where possibleThiemo Kreuz2021-02-101-1/+1
|/
* Revert "Wrap libxml_disable_entity_loader() calls in version constraint"Reedy2021-01-271-9/+3
* Wrap libxml_disable_entity_loader() calls in version constraintReedy2021-01-271-3/+9
* Explicitly wrap some XML calls in libxml_disable_entity_loader()Reedy2020-09-201-0/+3
* Fix more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-153-11/+11
* Add flag to force local page name normalization in development envItamar Givon2020-02-181-1/+1
* Miscellaneous documentation updatesDannyS7122020-02-162-2/+2
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-1/+7
* Remove `FileBasedSiteLookup` class, deprecated and unusedDannyS7122020-01-031-136/+0
* Merge "site: Make getPageUrl consistently return null"jenkins-bot2019-09-232-7/+7
|\
| * site: Make getPageUrl consistently return nullDaimona Eaytoy2019-09-172-7/+7
* | phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-0/+2
|/
* Update docblocks for methods potentially returning nullDaimona Eaytoy2019-09-152-2/+2
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-1/+1
* Switch various LoadBalancer::getConnection() callers to getConnectionRef()Aaron Schulz2019-07-121-3/+3
* Fix types around ILoadBalancer and IResultWrapperUmherirrender2019-07-041-4/+4
* Remove wgSitesCacheFile and rebuildSitesCache.php (unused)Timo Tijhof2019-03-152-119/+3
* Site: Explicit allow setLanguageCode( null )Fomafix2019-03-121-2/+2
* Drop SiteSQLStore, deprecated in 1.27, unusedJames D. Forrester2019-02-081-61/+0
* Hard deprecated SiteSQLStore::newInstance()Max Semenik2018-12-081-0/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...Reedy2018-07-261-1/+1
* Merge "Simplify PHP by using ?? and ?:"jenkins-bot2018-07-111-1/+1
|\
| * Simplify PHP by using ?? and ?:Fomafix2018-07-101-1/+1
* | Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
|/
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-2313-13/+13
* Improve normalizePageName documentationLucas Werkmeister2018-04-113-4/+12
* Fix (MediaWiki)Site::normalizePageName return typeThiemo Kreuz2018-04-083-5/+5
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* Improve some parameter docsUmherirrender2017-09-101-0/+1
* Remove reference to deprecated IDatabase->nextSequenceValue()Brad Jorsch2017-09-011-2/+0
* Merge "Add missing type to @param documentation"jenkins-bot2017-08-111-1/+1
|\
| * Add missing type to @param documentationUmherirrender2017-08-111-1/+1
* | update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-111-1/+1
|/
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-102-4/+0
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* CachingSiteStore: Avoid deprecated wfMemcKey()Kunal Mehta2017-05-251-1/+1
* Add maintenance script to add sites to sites tableFlorian2017-02-261-0/+3
* Move remaining LoadBalancer classes to RdbmsAaron Schulz2017-02-231-0/+2
* Add more specific Site[] type hints to SiteStore classesThiemo Mättig2017-01-111-1/+1