provision_civicrm 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| provision_civicrm-6.x-1.0-beta4.tar.gz | 28.14 KB | 73b4b9ee5a954ce5adb84504075b09b9 |
| provision_civicrm-6.x-1.0-beta4.zip | 32.05 KB | 2e20527e99d8515cfc6a046a998374dc |
Release notes
Please review carefully. This release introduces important changes:
* experimental wrappers for CSV import/export
* civicrm-api: process the cron jobs using the JobManager facility (the recommended way to use the cron is now 'drush @your-site-alias civicrm-api Job execute').
* implement hook_provision_apache_vhost_config() to restrict access to /files/civicrm (logs, templates, uploaded files) - if you have custom CSS/JS, you should place them in a Drupal module.
* support for CiviCRM 4.2: #1688346: Update bootstrap code for 4.2 (by totten)
* support for Drupal 6 in CiviCRM 4.1
* in >= 4.1, do not create the civicron user anymore since the cron does not require it (see #1689520: creation of cron drupal user account)
* better support (or tolerance) for older versions of CiviCRM (1.x and 2.x)
* #1461610: Upgrade from Civi 3x to 4x fails : refactoring to move some verify operations to Deploy, run civicrm-upgrade-db only on deploy, not verify. (with samuelsov of Koumbit)
* use module_enable() to enable civicrm, not drush_pm_enable(). seems to work better with provision 2.x (with omega8cc)
* we no longer fork the civicrm.settings.php.tpl file, using the standard one (this was forked a long time ago, when the civicrm.settings.php.tpl didn't have a variable for the "site key", but this has not been the case for some time now, so no need to fork).
provision_civicrm 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| provision_civicrm-6.x-1.0-beta3.tar.gz | 27.06 KB | f9fc64cc21fbb02c0933318746b13953 |
| provision_civicrm-6.x-1.0-beta3.zip | 31.24 KB | f24e02d8198af931a7a023e849477072 |
Release notes
Better support for CiviCRM 4.x.
provision_civicrm 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| provision_civicrm-6.x-1.0-beta2.tar.gz | 25.66 KB | 2f0339aec1a142feb0c851d593e2c41a |
| provision_civicrm-6.x-1.0-beta2.zip | 29.79 KB | 30beb70b59b6cc8a70b2b1fe8fb6e8da |
Release notes
Fixes:
* #1328464: provisionacl support for civicrm
* #1431874: migration fails with Cannot redeclare _PEAR_call_destructors()
* #1097554: Cron support for civimail - hosting_civicrm_cron
* #1226668: Remove Config.IDS.ini before migration by mrfelton
* #1328464: provisionacl support for civicrm (partial)
* Migrate preserves cron user and sitekey values, sfyn
* added a sample civicrm.make by ergonlogic
provision_civicrm 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| provision_civicrm-6.x-1.0-beta1.tar.gz | 19.49 KB | 361d5a95d10ca64ffece72fc0e8da667 |
| provision_civicrm-6.x-1.0-beta1.zip | 22.21 KB | 8d374971b1773a11667b9887e2b80deb |
Release notes
* Fixes a strange behavior after install, when the "CiviCRM resource URL" becomes invalid.
* First inclusion of code to manage the site key and to create the civicron user. See: #1097554: Cron support for civimail - hosting_civicrm_cron
provision_civicrm 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| provision_civicrm-6.x-1.x-dev.tar.gz | 31.59 KB | f8c22578c5a84aa4d91950e481587823 |
| provision_civicrm-6.x-1.x-dev.zip | 38.59 KB | 6d63288556d0d4b7dc7c4b79295c4cdd |
Release notes
First development snapshot. Somewhat experimental, for developers who wish to test and debug. More information on how to debug is available here: http://forum.civicrm.org/index.php/topic,15236.msg79386.html#msg79386