wiki.techinc.nl/includes/cache
Brian Wolff 466fa62321 BackLinkCache::queryLinks: Make janky filter more robust
The conds part of the query, could potentially be a string instead
of an array. The individual keys can have values that are not strings
like numbers or null. This casts everything appropriately to be
more robust.

Additionally, this fixes a deprecation warning on php8.1 about
passing null to preg_match.

Bug: T313663
Change-Id: I5671c7882af57be29299e9032c6e8f056fe10e30
2022-09-12 08:36:51 +00:00
..
Hook language: Move l10n-related classes from /cache to /language 2022-06-28 16:27:20 -07:00
BacklinkCache.php BackLinkCache::queryLinks: Make janky filter more robust 2022-09-12 08:36:51 +00:00
BacklinkCacheFactory.php Add BacklinkCacheFactory Service 2021-09-09 09:58:52 +01:00
CacheKeyHelper.php Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02:00
FileCacheBase.php Use MainConfigNames instead of string literals, #4 2022-04-26 19:03:37 +03:00
GenderCache.php language: Add missing @ingroup, subgroup "Languages" and ungroup files 2022-06-28 17:12:46 -07:00
HtmlCacheUpdater.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
HTMLFileCache.php FileCache: Allow ?uselang= to utilize cache if set to content language 2022-09-07 16:35:19 +00:00
LinkBatch.php Stop merging LinkCache select fields with page_title and page_namespace 2022-07-05 22:28:53 +00:00
LinkBatchFactory.php Use injection for LinksMigration on LinkBatch, action, api, special page 2022-05-10 20:19:58 +00:00
LinkCache.php Remove LinkCache::forUpdate and clean up the constructor 2022-06-16 20:17:54 +02:00
ResourceFileCache.php ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
UserCache.php Convert various callers to LoadBalancer::getConnectionRef() 2022-01-27 01:02:44 +00:00