From: Tim Otten Date: Sat, 7 Jun 2014 02:40:58 +0000 (-0700) Subject: CRM-14811 - "Adminster => System => Misc" - Add option to enable InnoDB FTS X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=de18a4f898de24836aaa379e288630ac66bff6cf;p=civicrm-core.git CRM-14811 - "Adminster => System => Misc" - Add option to enable InnoDB FTS --- diff --git a/CRM/Admin/Form/Setting/Miscellaneous.php b/CRM/Admin/Form/Setting/Miscellaneous.php index 1c357d9caf..11b6f222c9 100644 --- a/CRM/Admin/Form/Setting/Miscellaneous.php +++ b/CRM/Admin/Form/Setting/Miscellaneous.php @@ -48,6 +48,7 @@ class CRM_Admin_Form_Setting_Miscellaneous extends CRM_Admin_Form_Setting { 'maxFileSize' => CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'doNotAttachPDFReceipt' => CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'secondDegRelPermissions' => CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, + 'enable_innodb_fts' => CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, ); /** diff --git a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl index 342952ab12..a06f3be5be 100644 --- a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl +++ b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl @@ -103,6 +103,13 @@

{ts}If enabled, contacts with the permission to edit a related contact will inherit that contact's permission to edit other related contacts.{/ts}

+ + + {$form.enable_innodb_fts.label} + {$form.enable_innodb_fts.html}
+

{$enable_innodb_fts_description}

+ +

{ts}reCAPTCHA Keys{/ts}