]> git.openstreetmap.org Git - chef.git/commitdiff
smarty 4 is now the default
authormichael spreng <code@m.spreng.ch>
Wed, 10 Jul 2024 06:43:25 +0000 (08:43 +0200)
committerGrant <github@firefishy.com>
Wed, 10 Jul 2024 15:56:04 +0000 (16:56 +0100)
cookbooks/civicrm/recipes/default.rb

index 4a0a5bcc1fdfa00bd50564f1bad1c2dabbbfe351..399d06c524ed0f0f0c53748a21a6fbc70bb8246e 100644 (file)
@@ -218,8 +218,6 @@ settings = edit_file "#{civicrm_directory}/civicrm/templates/CRM/common/civicrm.
   line.gsub!(%r{// *define\('CIVICRM_CMSDIR', '/path/to/install/root/'\);}, "define('CIVICRM_CMSDIR', '/srv/supporting.openstreetmap.org');")
   # Don't recompile smarty templates on every call https://docs.civicrm.org/sysadmin/en/latest/setup/optimizations/#disable-compile-check
   line.gsub!(%r{//  define\('CIVICRM_TEMPLATE_COMPILE_CHECK', FALSE\);}, "define('CIVICRM_TEMPLATE_COMPILE_CHECK', FALSE);")
-  # Upgrade smarty 2 to smarty 4
-  line.gsub!(/if \(strpos\(CIVICRM_UF_BASEURL, 'localhost'\) !== FALSE \|\| strpos\(CIVICRM_UF_BASEURL, 'demo\.civicrm\.org'\) !== FALSE\) \{/, "if (true) {")
 
   line
 end