-
trivial php syntax fix
-
Issue 1598058 : fix undefined calls to domain_valid_domain()
-
CRM-10193 : do not initialize the config object in _civicrm_init() : breaks civicrm-sql-cli, civicrm-sql-conf on empty databases, and overall just not necessary anyway. (and saves ~ 20% off init time)
-
Issue #1567616: support for the CiviCRM 4.2 upgrade mecanism. Also remove some duplicate code by calling drush_civicrm_upgrade_db_validate().
-
use drush_civicrm_cacheclear(), since we renamed the function to avoid namespace issues
-
fix typo
-
Support for Drupal6 in CiviCRM 4.1
-
No longer forking the civicrm.settings.php.tpl file, using the standard one (was forked a long time ago, before 3.4, to support having a siteKey variable in the civicrm.settings.php. Patch your civicrm.settings.php locally if you really need this and you are running civicrm 3.3.x)
-
code cleanups
-
the civicrm cache clear function was removed (now in 'drush cc')