Closed (fixed)
Project:
Provision CiviCRM
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Apr 2012 at 00:57 UTC
Updated:
23 May 2012 at 02:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
xurizaemonupdated civicrm.settings.php.tpl, which is part of the solution (at least it documents the new UF values!)
will look at detecting and setting correct CIVICRM_UF shortly
Comment #2
xurizaemonnot complete
Comment #3
bgm commentedI applied two changes to 6.x-1.x:
* removed the forked civicrm.settings.php.tpl: we can now use the one provided by CiviCRM (version-specific). This was initially forked because prior to 3.4, the siteKey was not a smarty variable in the civicrm.settings.php and had to be filled in manually by the user.
The only limitation of going back to the civicrm.settings.php.tpl is that, if you want to edit some constants, well, you can't. It would be nice to have a "if (! defined(FOO)) { define(FOO); }" so that we could override the constants in the local.settings.php. Should be proposed upstream.
* patch the drush module (upstream + merged) to check the major drupal version. https://fisheye2.atlassian.com/changelog/CiviCRM?cs=40263
Comment #4
bgm commentedHmm, after more testing, I realized that this would break CiviCRM 3.x installs (since they expect the UF to be 'Drupal', not 'Drupal6').
Committed another patch upstream:
https://fisheye2.atlassian.com/changelog/CiviCRM?cs=40264