aboutsummaryrefslogtreecommitdiffstats
path: root/includes/site
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor LoadBalancer cleanupsAaron Schulz2016-10-061-6/+0
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Canonicalise '@deprecated since' doc commentsBartosz Dziewoński2016-08-021-2/+2
* Mock Http in MediaWikiPageNameNormalizerTest and add more test casesMarius Hoch2016-06-241-1/+17
* Revert "Map dummy language codes in sites"Aude2016-06-092-40/+5
* Map dummy language codes in sitesAdrian Heine2016-06-072-5/+40
* Revert "Allow reset of global services."Catrope2016-04-111-2/+0
* Allow reset of global services.daniel2016-04-111-0/+2
* Merge "Introduce top level service locator."jenkins-bot2016-04-032-25/+39
|\
| * Introduce top level service locator.daniel2016-04-022-25/+39
* | Remove MediaWikiSite::newFromGlobalId (deprecated since 1.21)Florian2016-04-011-14/+0
|/
* Always use 'bool' instead of 'boolean' in Doxygen tagsRicordisamoa2016-03-241-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-179-56/+56
* Factor page name normalization out of MediaWikiSiteMarius Hoch2016-01-042-136/+206