From f22a470ba769cb346ff21f2abb3313447dca77b4 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 10 Sep 2014 19:53:21 +0200 Subject: [PATCH] Removed the option to disable the entire cache Originally intended for developers, this option has caused a lot of troubles without any real use. Turning it off can cripple an entire system, e.g. the entire installation system will blow up when the cache is disabled. In fact it has no real use, if you want to debug a cache builder, you could just add an print_r() and exit() in getData() and then clear the cache. Profit. --- com.woltlab.wcf/option.xml | 6 +- .../cache/source/NoCacheSource.class.php | 64 ------------------- wcfsetup/install/lang/de.xml | 2 - wcfsetup/install/lang/en.xml | 2 - 4 files changed, 2 insertions(+), 72 deletions(-) delete mode 100644 wcfsetup/install/files/lib/system/cache/source/NoCacheSource.class.php diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index 8f321dd68d..41f7023858 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -815,11 +815,9 @@ debug:mail_debug_logfile_path,!mail_use_f_param,!mail_smtp_host,!mail_smtp_port, radioButton +memcached:wcf.acp.option.cache_source_type.memcached]]> +memcached:cache_source_memcached_host]]>