From 6aa291b34d067dc4f65ead276b9eba5a66ceadb0 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 11 Sep 2015 23:34:49 -0700 Subject: [PATCH] Cleanup `config_only` settings (maxFileSize, doNotAttachPDFReceipt, resCacheCode) --- settings/Core.setting.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 966b7945ea..6cbf8e2b35 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -307,8 +307,6 @@ return array( 'name' => 'maxFileSize', 'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent - 'config_only' => 1, - //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value 'type' => 'Integer', 'quick_form_type' => 'Element', 'html_type' => 'text', @@ -416,8 +414,6 @@ return array( 'name' => 'doNotAttachPDFReceipt', 'prefetch' => 1, // prefetch causes it to be cached in config object. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent - 'config_only' => 1, - //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 1, @@ -596,10 +592,6 @@ return array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'resCacheCode', - 'prefetch' => 1, - // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent - 'config_only' => 1, - //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value 'type' => 'String', 'quick_form_type' => 'Element', 'html_attributes' => array( -- 2.25.1