aboutsummaryrefslogtreecommitdiffstats
path: root/includes/site/Site.php
Commit message (Expand)AuthorAgeFilesLines
* site: Consistently return null from Site::getDomain()Mark A. Hershberger2022-07-061-3/+9
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-131-2/+2
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-1/+3
* Implement __serialize/__unserialize for PHP 8.1 supportReedy2022-02-011-5/+22
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-3/+3
* Various updates and fixes to PHPDoc documentationThiemo Kreuz2021-08-091-2/+2
* Make following redirects in MediaWikiPageNameNormalizer optionalAmir Sarabadani2021-07-271-1/+5
* Use null coalecing operators everywhere consistenctly.Petr Pchelko2021-06-031-1/+1
* Use ?? instead of isset/array_key_exists where possibleThiemo Kreuz2021-02-101-1/+1
* Fix more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-151-8/+8
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-1/+7
* site: Make getPageUrl consistently return nullDaimona Eaytoy2019-09-171-4/+4
* Update docblocks for methods potentially returning nullDaimona Eaytoy2019-09-151-1/+1
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-1/+1
* Site: Explicit allow setLanguageCode( null )Fomafix2019-03-121-2/+2
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-1/+1
* Improve normalizePageName documentationLucas Werkmeister2018-04-111-2/+4
* Fix (MediaWiki)Site::normalizePageName return typeThiemo Kreuz2018-04-081-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-101-2/+0
* Add maintenance script to add sites to sites tableFlorian2017-02-261-0/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-11/+11
* Remove deprecated SiteObject and SiteArray classesaude2015-11-041-6/+0
* Site: fix copy-n-paste phpdocBryan Davis2015-10-071-2/+2
* Add since to @deprecated in includes/siteumherirrender2014-07-211-1/+1
* Pass phpcs-strict on includes/site/Siebrand Mazeland2014-05-091-9/+13
* Fixed some @params documentation (includes/*)umherirrender2014-04-191-4/+4
* fix some spacingumherirrender2013-03-071-1/+0
* remove space before semicolonumherirrender2013-02-091-1/+1
* Merge "Fix cache key used by SiteSQLStore."jenkins-bot2013-01-241-1/+11
|\
| * Fix cache key used by SiteSQLStore.daniel2013-01-241-0/+10
* | Implemented Serializable interface in Sitejeroendedauw2013-01-241-3/+49
|/
* Design improvements to sites codejeroendedauw2013-01-221-90/+421
* miscellaneous doxygen warningsAntoine Musso2012-10-221-1/+1
* Update @since tags from 1.20 to 1.21jeroendedauw2012-10-121-27/+27
* Added sites functionality, a much more generic and flexible version of the ex...jeroendedauw2012-10-121-0/+316