From: Eileen McNaughton Date: Sun, 22 Jun 2014 23:31:07 +0000 (+1200) Subject: CRM-14850 convert debug config items to settings X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a5617bcc7dc59065dcf5309a9c62aafe25d2ec77;p=civicrm-core.git CRM-14850 convert debug config items to settings --- 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',