From e5f3a057bd398760d2c890745470e552454dce5b Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 23 Jun 2014 12:18:56 +1200 Subject: [PATCH] CRM-14850 copy & paste protection --- settings/Core.setting.php | 22 +++++++++++----------- settings/Localization.setting.php | 26 +++++++++++++------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index c90afa7989..071bec025f 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -307,7 +307,7 @@ return array ( 'group' => 'core', 'name' => 'maxFileSize', 'prefetch' => 1, - 'config_only' => 1, + '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', @@ -370,7 +370,7 @@ return array ( 'group' => 'core', 'name' => 'versionCheck', 'prefetch' => 1, - 'config_only'=> 1, + '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, @@ -402,7 +402,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'doNotAttachPDFReceipt', 'prefetch' => 1, - 'config_only'=> 1, + '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,7 +418,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'wkhtmltopdfPath', 'prefetch' => 1, - 'config_only'=> 1, + '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,7 +440,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'recaptchaPublicKey', 'prefetch' => 1, - 'config_only'=> 1, + '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,7 +462,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'recaptchaPrivateKey', 'prefetch' => 1, - 'config_only'=> 1, + '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,7 +484,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'recaptchaPrivateKey', 'prefetch' => 1, - 'config_only'=> 1, + '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,7 +506,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'dashboardCacheTimeout', 'prefetch' => 1, - 'config_only'=> 1, + '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,7 +528,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'checksumTimeout', 'prefetch' => 1, - 'config_only'=> 1, + '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', @@ -571,7 +571,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'communityMessagesUrl', 'prefetch' => 0, - 'config_only'=> 1, + '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', @@ -593,7 +593,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'group' => 'core', 'name' => 'resCacheCode', 'prefetch' => 1, - 'config_only'=> 1, + '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', diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index d68772005d..bd07fca038 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -42,7 +42,7 @@ return array( 'group' => 'localization', 'name' => 'monetaryThousandSeparator', 'prefetch' => 1, - 'config_only' => 1, + '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', @@ -62,7 +62,7 @@ return array( 'group' => 'localization', 'name' => 'monetaryDecimalPoint', 'prefetch' => 1, - 'config_only' => 1, + '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', @@ -82,7 +82,7 @@ return array( 'group' => 'localization', 'name' => 'moneyformat', 'prefetch' => 1, - 'config_only' => 1, + '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', @@ -99,7 +99,7 @@ return array( 'group' => 'localization', 'name' => 'moneyvalueformat', 'prefetch' => 1, - 'config_only' => 1, + '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', @@ -116,7 +116,7 @@ return array( 'group' => 'localization', 'name' => 'defaultCurrency', 'prefetch' => 1, - 'config_only' => 1, + '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', @@ -136,7 +136,7 @@ return array( 'group' => 'localization', 'name' => 'defaultContactCountry', 'prefetch' => 1, - 'config_only' => 1, + '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', @@ -156,7 +156,7 @@ return array( 'group' => 'localization', 'name' => 'countryLimit', 'prefetch' => 1, - 'config_only' => 1, + 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value 'type' => 'Array', 'quick_form_type' => 'Element', 'html_type' => 'advmultiselect', @@ -178,7 +178,7 @@ return array( 'group' => 'localization', 'name' => 'provinceLimit', 'prefetch' => 1, - 'config_only' => 1, + 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value 'type' => 'Array', 'quick_form_type' => 'Element', 'html_type' => 'advmultiselect', @@ -200,7 +200,7 @@ return array( 'group' => 'localization', 'name' => 'inheritLocale', 'prefetch' => 1, - 'config_only' => 1, + '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' => '0', @@ -216,7 +216,7 @@ return array( 'group' => 'localization', 'name' => 'dateformatDatetime', 'prefetch' => 1, - 'config_only' => 1, + 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value 'type' => 'String', 'default' => '%B %E%f, %Y %l:%M %P', 'add' => '4.3', @@ -231,7 +231,7 @@ return array( 'group' => 'localization', 'name' => 'dateformatFull', 'prefetch' => 1, - 'config_only' => 1, + 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value 'type' => 'String', 'default' => '%B %E%f, %Y', 'add' => '4.3', @@ -246,7 +246,7 @@ return array( 'group' => 'localization', 'name' => 'dateformatPartial', 'prefetch' => 1, - 'config_only' => 1, + 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value 'type' => 'String', 'default' => '%B %Y', 'add' => '4.3', @@ -261,7 +261,7 @@ return array( 'group' => 'localization', 'name' => 'lcMessages', 'prefetch' => 1, - 'config_only' => 1, + 'config_only' => 1, //@todo - see https://wiki.civicrm.org/confluence/display/CRMDOC/Settings+Reference#SettingsReference-Convertingaconfigobjecttoasetting on removing this deprecated value 'type' => 'String', 'default' => 'en_US', 'add' => '4.3', -- 2.25.1