X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=596f99683689fd411a468e19cb6a5d67d28a5863;hb=28d44c9ff554871184ce15fb63f7469f67bdc0ea;hp=db0e01c2143ac188b84cb480e67c42cffd491aad;hpb=2265dc3bb39f2c1a3d4168137789e67599293ef4;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index db0e01c214..596f996836 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -1,7 +1,7 @@ 'If enabled, deleted contacts will be moved to trash (instead of being destroyed). Users with the proper permission are able to search for the deleted contacts and restore them (or delete permanently).', 'help_text' => null, ), + 'allowPermDeleteFinancial' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'allowPermDeleteFinancial', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => FALSE, + 'add' => '4.3', + 'title' => 'Contact Permanent Delete', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'Allow Permanent Delete for contacts who are linked to live financial transactions', + 'help_text' => null, + ), 'versionAlert' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', @@ -502,6 +516,28 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'description' => null, 'help_text' => null, ), + 'blogUrl' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'blogUrl', + 'prefetch' => 0, + 'config_only'=> 0, + 'type' => 'String', + 'quick_form_type' => 'Element', + 'html_type' => 'text', + 'html_attributes' => array( + 'size' => 64, + 'maxlength' => 128, + ), + 'html_type' => 'Text', + 'default' => '*default*', + 'add' => '4.3', + 'title' => 'Blog Feed URL', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'Blog feed URL used by the blog dashlet', + 'help_text' => 'Use "*default*" for the system default or override with a custom URL', + ), 'communityMessagesUrl' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', @@ -592,4 +628,44 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'description' => "If enabled, contacts with the permission to edit a related contact will inherit that contact's permission to edit other related contacts", 'help_text' => null, ), + + 'enable_components' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'enable_components', + 'type' => 'Array', + 'quick_form_type' => 'Element', + 'html_type' => 'advmultiselect', + 'html_attributes' => array( + 'size' => 5, + 'style' => 'width:150px', + 'class' => 'advmultiselect', + ), + 'default' => array('CiviEvent', 'CiviContribute', 'CiviMember', 'CiviMail', 'CiviReport', 'CiviPledge'), + 'add' => '4.4', + 'title' => 'Enable Components', + 'is_domain' => '1', + 'is_contact' => 0, + 'description' => null, + 'help_text' => null, + 'on_change' => array( + array('CRM_Case_Info', 'onToggleComponents'), + array('CRM_Core_Component', 'flushEnabledComponents'), + ), + ), + + 'disable_core_css' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'disable_core_css', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => '0', + 'add' => '4.4', + 'title' => 'Disable CiviCRM css', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'Prevent the stylesheet "civicrm.css" from being loaded.', + 'help_text' => NULL, + ), );