aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/CacheHelper.php
Commit message (Expand)AuthorAgeFilesLines
* Drop hard-deprecated CacheHelper classesPetr Pchelko2021-04-201-328/+0
* Hard deprecate CacheHelper, ICacheHelper, CachedAction, SpecialCachedPage.Petr Pchelko2021-01-251-0/+4
* Replace deprecated wfGetCacheUmherirrender2020-11-021-2/+2
* Swap null and is_int check to get the expected warn messageUmherirrender2020-06-191-3/+3
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-7/+7
* Fix some phan warnings for too many params (part 1)Daimona Eaytoy2019-10-101-5/+1
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-3/+3
* Avoid/Replace usage of deprecated `wfMemcKey()` functionDerick Alangi2019-05-021-1/+3
* Collapse some nested if statementsReedy2019-04-041-6/+4
* Move interface ICacheHelper to own classUmherirrender2019-02-051-60/+0
* Avoid expensive array_shift where possibleThiemo Kreuz2018-12-171-2/+2
* Make sure to not unpack an associative array into parameter listMax Semenik2018-07-281-1/+1
* Replace call_user_func_array(), part 1Max Semenik2018-06-041-2/+2
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-1/+1
* Replace Linker::link() usage with LinkRendererHaikal Izzuddin2016-12-011-2/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7
* Docs: {function} -> callableumherirrender2014-07-211-2/+2
* Move CacheHelper to includes/cache/ folderwithoutaname2014-07-181-0/+386