X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=556dad263c3aea9ae9d20ec6bc03da92320ad56f;hb=280905f0d1d626862aeb5a84600bdfae531ed036;hp=b5031dd24f29775c0d1e6676de1643010e55480b;hpb=84b246d47fc3026530fd457ce1b522426c078580;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index b5031dd24f..556dad263c 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -1,9 +1,9 @@ null, 'help_text' => null, ), + 'ajaxPopupsEnabled' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'ajaxPopupsEnabled', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => 1, + 'add' => '4.5', + 'title' => null, + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => null, + 'help_text' => null, + ), 'activity_assignee_notification' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', @@ -368,6 +382,22 @@ return array ( When enabled, statistics about your CiviCRM installation are reported anonymously to the CiviCRM team to assist in prioritizing ongoing development efforts. The following information is gathered: CiviCRM version, versions of PHP, MySQL and framework (Drupal/Joomla/standalone), and default language. Counts (but no actual data) of the following record types are reported: contacts, activities, cases, relationships, contributions, contribution pages, contribution products, contribution widgets, discounts, price sets, profiles, events, participants, tell-a-friend pages, grants, mailings, memberships, membership blocks, pledges, pledge blocks and active payment processor types.", 'help_text' => null, ), + 'securityAlert' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'versionCheck', + 'prefetch' => 0, + 'config_only'=> 0, + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => 1, + 'add' => '4.4', + 'title' => 'Security Alerts', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => "If enabled, CiviCRM will automatically run checks for significant mis-configurations such as ineffective file protections.", + 'help_text' => null, + ), 'doNotAttachPDFReceipt' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', @@ -516,6 +546,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', @@ -627,7 +679,8 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'description' => null, 'help_text' => null, 'on_change' => array( - array('CRM_Case_Info', 'onToggleComponents') + array('CRM_Case_Info', 'onToggleComponents'), + array('CRM_Core_Component', 'flushEnabledComponents'), ), ), @@ -645,4 +698,20 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'description' => 'Prevent the stylesheet "civicrm.css" from being loaded.', 'help_text' => NULL, ), + 'empoweredBy' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'empoweredBy', + 'prefetch' => 1, + 'config_only'=> 0, + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => 1, + 'add' => '4.5', + 'title' => 'Display "empowered by CiviCRM"', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'When enabled, "empowered by CiviCRM" is displayed at the bottom of public forms.', + 'help_text' => null, + ), );