wiki.techinc.nl/includes/cache
Timo Tijhof d18e76dbef Setup: Move MWDebug logic to MWDebug.php
* Remove checks in HTMLFileCache.php and Article.php.

  These haven't been needed since the same check was added to Setup.php,
  many years ago. When FileCache is enabled, The Setup.php code disables
  MWDebug. There is no reason for FileCache to then also disable itself
  based on unused config. That means both of them lose.
  We now handle this logic in one place: MWDebug::setup().

* In rebuildFileCache.php, turn it off explicitly, just in case.
  The previous code there didn't work because finalSetup()
  is called after doMaintenance.php includes Setup.php, which
  is what checked this config var to decide on MWDebug::init.
  On the other hand, it's also always off in CLI mode.
  But, let's not depend on that, maybe we decide to enable it on
  CLI one day! Just keep it off explicitly here.

Bug: T189966
Change-Id: I45a8f77092249751dc6f276aa5bb67ebf5b4f64c
2019-09-04 16:33:25 +00:00
..
dependency Collapse some nested if statements 2019-04-04 19:02:22 +00:00
localisation Revert "Make LocalisationCache a service" 2019-08-26 18:28:26 +02:00
BacklinkCache.php Unsuppress other phan issues with low count 2019-08-30 09:42:15 +00:00
CacheHelper.php Avoid/Replace usage of deprecated wfMemcKey() function 2019-05-02 14:27:31 +00:00
FileCacheBase.php Migrate BagOStuff::incr() calls to incrWithInit() 2019-08-25 01:15:32 +00:00
GenderCache.php Inject LoadBalancer into GenderCache 2019-08-07 15:15:14 +02:00
HTMLFileCache.php Setup: Move MWDebug logic to MWDebug.php 2019-09-04 16:33:25 +00:00
ICacheHelper.php Move interface ICacheHelper to own class 2019-02-05 20:04:12 +01:00
LinkBatch.php Use IResultWrapper in code comments instead of ResultWrapper 2019-06-22 17:58:39 +00:00
LinkCache.php Add NS_MEDIAWIKI to LinkCache::isCacheable() to help MessageBlobStore cache regeneration 2019-07-10 15:18:48 -07:00
MessageCache.php Avoid fatal errors when reporting exceptions. 2019-08-29 13:07:46 +02:00
ResourceFileCache.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
UserCache.php ActorMigration: Remove possibility of read-both 2018-10-11 12:12:00 +11:00