Remove reference to mysql 5.0 & 5.1
authoreileen <emcnaughton@wikimedia.org>
Fri, 14 Feb 2020 11:22:54 +0000 (00:22 +1300)
committereileen <emcnaughton@wikimedia.org>
Fri, 14 Feb 2020 11:26:20 +0000 (00:26 +1300)
Subset of https://github.com/civicrm/civicrm-core/pull/16084

CRM/Logging/Schema.php
templates/CRM/Admin/Form/Setting/Localization.tpl

index 9a8e7133a216cb1f42fa2cf31ec8c0c4fcdd991a..cd8ee48acb9a7eee6a1f292add5a4987ba006eab 100644 (file)
@@ -75,7 +75,7 @@ class CRM_Logging_Schema {
     $domain = new CRM_Core_DAO_Domain();
     $domain->find(TRUE);
     if (!(CRM_Core_DAO::checkTriggerViewPermission(FALSE)) && $value) {
-      throw new API_Exception("In order to use this functionality, the installation's database user must have privileges to create triggers (in MySQL 5.0 – and in MySQL 5.1 if binary logging is enabled – this means the SUPER privilege). This install either does not seem to have the required privilege enabled.");
+      throw new API_Exception(ts("In order to use this functionality, the installation's database user must have privileges to create triggers and views (if binary logging is enabled – this means the SUPER privilege). This install does not have the required privilege(s) enabled."));
     }
     return TRUE;
   }
index 9f244ff36701aa6b8f4e19a292817def573d14db..ce5c162e089711c5027ec354a2dfeb5d5ef015b7 100644 (file)
         {else}
           <tr class="crm-localization-form-block-description">
               <td>
-              <span class="description">{ts}In order to use this functionality, the installation's database user must have privileges to create triggers and views (in MySQL 5.0 – and in MySQL 5.1 if binary logging is enabled – this means the SUPER privilege). This install either does not seem to have the required privilege enabled.{/ts} {ts}(Multilingual support currently cannot be enabled on installations with enabled logging.){/ts}</span><br /><br />
+              <span class="description">{ts}In order to use this functionality, the installation's database user must have privileges to create triggers and views (if binary logging is enabled – this means the SUPER privilege). This install does not have the required privilege(s) enabled.{/ts} {ts}(Multilingual support currently cannot be enabled on installations with enabled logging.){/ts}</span><br /><br />
               <span class="description font-red">{$warning}</span></td>
           </tr>
         {/if}