aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-1/+1
* Merge "Remove unused default values from class properties"jenkins-bot2021-05-131-1/+1
|\
| * Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* | GenderCache: remove checking for valid usernamesDannyS7122021-05-121-5/+2
|/
* Deferred updates: remove Title from method signatures.daniel2021-05-111-7/+9
* LinkBatch: skip bad inputdaniel2021-05-071-9/+27
* Hard deprecate MessageCache::singleton()Alexander Vorwerk2021-05-031-1/+4
* Hard deprecate LinkCache::singleton()Alexander Vorwerk2021-05-031-1/+3
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-293-3/+3
* LinkBatch: replace Title with PageReference in method signaturesdaniel2021-04-262-9/+52
* Drop hard-deprecated CacheHelper classesPetr Pchelko2021-04-202-412/+0
* HtmlCacheUpdater: replace Title in method signatures.daniel2021-04-161-7/+38
* HTMLFileCache: replace Title in method signaturesdaniel2021-04-142-8/+68
* Use more neutral or alternative languageReedy2021-03-201-1/+1
* Inline Parser::firstCallInit() into ::__construct()C. Scott Ananian2021-03-161-2/+0
* Avoid using User::isValidUserName()ZabeMath2021-03-141-1/+2
* Use static closures where safe to useUmherirrender2021-02-112-2/+2
* Merge "Use __CLASS__/::class to define callback for array_map/_filter/usort"jenkins-bot2021-02-051-1/+1
|\
| * Use __CLASS__/::class to define callback for array_map/_filter/usortUmherirrender2021-01-221-1/+1
* | Hard deprecate CacheHelper, ICacheHelper, CachedAction, SpecialCachedPage.Petr Pchelko2021-01-252-0/+5
* | LinkBatch: Fix property documentationsAmmarpad2021-01-221-7/+7
|/
* Remove hard deprecated GenderCache::singletonDannyS7122020-12-181-10/+0
* Improve docs in MessageCache classUmherirrender2020-11-301-10/+10
* Merge "Fix some unit tests accessing MediaWikiServices"jenkins-bot2020-11-171-7/+10
|\
| * Fix some unit tests accessing MediaWikiServicesDaimona Eaytoy2020-11-121-7/+10
* | Merge "Update a lot of unspecific "array" types in PHPDocs"jenkins-bot2020-11-132-4/+4
|\ \
| * | Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-282-4/+4
| |/
* | Remove unneeded isset() before unset()Lucas Werkmeister2020-11-101-3/+1
* | Replace deprecated wfGetCacheUmherirrender2020-11-021-2/+2
* | Improve class property documentationUmherirrender2020-10-301-1/+1
* | Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+1
|/
* Convert UserCache to a serviceDannyS7122020-10-201-10/+39
* Merge "Document hook names in hook interfaces."jenkins-bot2020-10-0210-0/+30
|\
| * Document hook names in hook interfaces.daniel2020-09-2710-0/+30
* | Merge "GenderCache::getGenderOf - remove use of global $wgUser"jenkins-bot2020-09-291-3/+3
|\ \
| * | GenderCache::getGenderOf - remove use of global $wgUserDannyS7122020-09-271-3/+3
| |/
* | Merge "Create revision records in batch in MessageCache::loadFromDb"jenkins-bot2020-09-281-3/+8
|\ \ | |/ |/|
| * Create revision records in batch in MessageCache::loadFromDbUmherirrender2020-08-181-3/+8
* | Merge "Replace wfGetDB with LoadBalancer in LinkCache service"jenkins-bot2020-09-051-4/+22
|\ \
| * | Replace wfGetDB with LoadBalancer in LinkCache serviceUmherirrender2020-08-261-4/+22
| |/
* | Merge "cache: Add purges from HtmlCacheUpdater for NS_MEDIAWIKI js/css pages"jenkins-bot2020-09-011-4/+4
|\ \
| * | cache: Add purges from HtmlCacheUpdater for NS_MEDIAWIKI js/css pagesTimo Tijhof2020-08-291-4/+4
| |/
* / Mark CONSTRUCTOR_OPTIONS as internalAryeh Gregor2020-08-211-2/+1
|/
* Merge "Use strict (in)equality with namespaces constants when LHS is definite...jenkins-bot2020-08-031-1/+1
|\
| * Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* | includes: Use expression assignment operator += or |= where possibleUmherirrender2020-07-311-2/+1
|/
* Revert "Add a new type of database to the installer from extension"Kunal Mehta2020-07-221-24/+1
* Merge "Replace "@stable for implementation" with "@stable to implement""jenkins-bot2020-07-1310-10/+10
|\
| * Replace "@stable for implementation" with "@stable to implement"daniel2020-07-1310-10/+10
* | Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\ \