X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=settings%2FCore.setting.php;h=c73562d8ebe31896f081e0f61bc40d33cab2613e;hb=51daafaadd025703b2f8d6e3d27898e3768908f9;hp=556dad263c3aea9ae9d20ec6bc03da92320ad56f;hpb=4014394ebf74035cc7cc8bee5b37e8057f2c96b2;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 556dad263c..c73562d8eb 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -306,8 +306,8 @@ return array ( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'maxFileSize', - 'prefetch' => 1, - 'config_only' => 1, + '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', @@ -369,8 +369,8 @@ return array ( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'versionCheck', - 'prefetch' => 1, - 'config_only'=> 1, + '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' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 1, @@ -387,7 +387,6 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'versionCheck', 'prefetch' => 0, - 'config_only'=> 0, 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 1, @@ -402,8 +401,8 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'doNotAttachPDFReceipt', - 'prefetch' => 1, - 'config_only'=> 1, + '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, @@ -418,8 +417,8 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'wkhtmltopdfPath', - 'prefetch' => 1, - 'config_only'=> 1, + '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_type' => 'text', @@ -440,8 +439,8 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'recaptchaPublicKey', - 'prefetch' => 1, - 'config_only'=> 1, + '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_type' => 'text', @@ -462,8 +461,8 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'recaptchaPrivateKey', - 'prefetch' => 1, - 'config_only'=> 1, + '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_type' => 'text', @@ -484,8 +483,8 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'recaptchaPrivateKey', - 'prefetch' => 1, - 'config_only'=> 1, + '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_type' => 'text', @@ -506,8 +505,8 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'dashboardCacheTimeout', - 'prefetch' => 1, - 'config_only'=> 1, + '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', @@ -528,8 +527,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'checksumTimeout', - 'prefetch' => 1, - 'config_only'=> 1, + '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 'type' => 'Integer', 'quick_form_type' => 'Element', 'html_type' => 'text', @@ -551,7 +549,6 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'blogUrl', 'prefetch' => 0, - 'config_only'=> 0, 'type' => 'String', 'quick_form_type' => 'Element', 'html_type' => 'text', @@ -573,7 +570,6 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'communityMessagesUrl', 'prefetch' => 0, - 'config_only'=> 1, 'type' => 'String', 'quick_form_type' => 'Element', 'html_type' => 'text', @@ -594,8 +590,8 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'resCacheCode', - 'prefetch' => 1, - 'config_only'=> 1, + '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_type' => 'text', @@ -633,7 +629,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'type' => 'String', 'html_type' => 'text', 'quick_form_type' => 'Element', - 'prefetch' => 1, + '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 'default' => '', 'add' => '4.3', 'title' => 'WordPress Base Page', @@ -646,8 +642,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'secondDegRelPermissions', - 'prefetch' => 1, - 'config_only'=> 1, + '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 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 0, @@ -702,8 +697,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'empoweredBy', - 'prefetch' => 1, - 'config_only'=> 0, + '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 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => 1,