wiki.techinc.nl/includes/cache
Kunal Mehta f6e5079a69 Use mediawiki/at-ease library for suppressing warnings
wfSuppressWarnings() and wfRestoreWarnings() were split out into a
separate library. All usages in core were replaced with the new
functions, and the wf* global functions are marked as deprecated.

Additionally, some uses of @ were replaced due to composer's autoloader
being loaded even earlier.

Ie1234f8c12693408de9b94bf6f84480a90bd4f8e adds the library to
mediawiki/vendor.

Bug: T100923
Change-Id: I5c35079a0a656180852be0ae6b1262d40f6534c4
2015-06-11 18:49:29 +00:00
..
BacklinkCache.php Merge "Drop outdated "documentation reviewed" tags" 2015-03-18 16:56:58 +00:00
CacheDependency.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
CacheHelper.php Docs: {function} -> callable 2014-07-21 21:38:56 +02:00
FileCacheBase.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
GenderCache.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
HTMLFileCache.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
LCStoreStaticArray.php Add LCStore implementation that uses static arrays in PHP files 2015-06-11 18:14:51 +00:00
LinkBatch.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
LinkCache.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
LocalisationCache.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
MessageBlobStore.php cache: Add in-process caching to MessageBlobStore 2015-06-02 23:10:16 +01:00
MessageCache.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
ObjectFileCache.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
ResourceFileCache.php resourceloader: Replace timestamp system with version hashing 2015-05-19 22:28:17 +00:00
UserCache.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00