From a5617bcc7dc59065dcf5309a9c62aafe25d2ec77 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 23 Jun 2014 11:31:07 +1200 Subject: [PATCH] CRM-14850 convert debug config items to settings --- settings/Developer.setting.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/settings/Developer.setting.php b/settings/Developer.setting.php index 2b6bcc4e4a..aab5ad5d4f 100644 --- a/settings/Developer.setting.php +++ b/settings/Developer.setting.php @@ -41,7 +41,6 @@ return array( 'group_name' => 'Developer Preferences', 'group' => 'developer', 'name' => 'debug_enabled', - 'config_only' => 1, // store only in config - this is expected to be transitional 'config_key' => 'debug', // we can't call the setting debug as that has other meanings in api 'type' => 'Boolean', 'quick_form_type' => 'YesNo', @@ -58,7 +57,6 @@ return array( 'group_name' => 'Developer Preferences', 'group' => 'developer', 'name' => 'userFrameworkLogging', - 'config_only' => 1, // store only in config - this is expected to be transitional 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => '0', @@ -75,7 +73,6 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t 'group_name' => 'Developer Preferences', 'group' => 'developer', 'name' => 'backtrace', - 'config_only' => 1, // store only in config - this is expected to be transitional 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => '0', @@ -90,7 +87,6 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t 'group_name' => 'Developer Preferences', 'group' => 'developer', 'name' => 'fatalErrorTemplate', - 'config_only' => 1, // store only in config - this is expected to be transitional 'type' => 'String', 'quick_form_type' => 'text', 'default' => 'CRM/common/fatal.tpl', @@ -105,7 +101,6 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t 'group_name' => 'Developer Preferences', 'group' => 'developer', 'name' => 'fatalErrorHandler', - 'config_only' => 1, // store only in config - this is expected to be transitional 'type' => 'String', 'quick_form_type' => 'text', 'default' => 'null', -- 2.25.1