CRM-14850 convert debug config items to settings
authorEileen McNaughton <eileen@fuzion.co.nz>
Sun, 22 Jun 2014 23:31:07 +0000 (11:31 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sun, 22 Jun 2014 23:31:07 +0000 (11:31 +1200)
settings/Developer.setting.php

index 2b6bcc4e4a41337bb976ead6f64f615736c4c813..aab5ad5d4f681bbc3540cbf625d5f34ed1442f98 100644 (file)
@@ -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',