aboutsummaryrefslogtreecommitdiffstats
path: root/includes/PageProps.php
Commit message (Expand)AuthorAgeFilesLines
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* Hard deprecate PageProps::getInstance()Alexander Vorwerk2022-03-151-1/+3
* Soft deprecate PageProps::getInstance()Alexander Vorwerk2021-09-261-0/+2
* PageProps: be prepared that PageIdentity is not proper titlePetr Pchelko2021-05-191-6/+14
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* Re-apply "PageProps: use PageIdentity instead of Title""Daniel Kinzler2021-04-281-6/+15
* Revert "PageProps: use PageIdentity instead of Title"Gergő Tisza2021-04-261-15/+6
* PageProps: use PageIdentity instead of Titledaniel2021-04-241-6/+15
* Remove PageProps::overrideInstance()DannyS7122021-03-151-32/+0
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Merge "Update a lot of unspecific "array" types in PHPDocs"jenkins-bot2020-11-131-1/+1
|\
| * Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-1/+1
* | Replace one-line PageProps::cacheProperty methodDannyS7122020-11-061-12/+1
|/
* Support use of TitleArrayCindy Cicalese2020-09-011-4/+4
* Convert PageProps to a serviceDannyS7122020-08-121-29/+41
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-2/+2
* Upgrade phan to 0.9.1Daimona Eaytoy2020-01-251-1/+2
* Collapse some nested if statementsReedy2019-04-041-5/+3
* Switch callers from ProcessCacheLRU to MapCacheLRUAaron Schulz2018-07-171-11/+11
* Only do one query for page ids in PageProps::getGoodIDsMarius Hoch2017-08-301-0/+2
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
* Remove empty lines from PHP and JavaScript comment blocksThiemo Mättig2016-12-091-1/+0
* Use wikimedia/scoped-callbackKunal Mehta2016-09-291-0/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Allow requiring cache size for page propsStanislav Malyshev2016-08-181-1/+11
* Hide hiddencat catwatch changes in special changelistsWMDE-Fisch2016-04-181-0/+27
* Convert all array() syntax to []Kunal Mehta2016-02-171-19/+19
* Converted ApiQueryPageProps to use PageProps; added multi-property query to P...Cindy Cicalese2016-02-161-34/+47
* Add page_props table access classCindy Cicalese2016-01-151-0/+264