Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This is a bugfix maintenance release in preparation for the release of Drupal 7.
Bug fixes
-- Patch #361018: Domain Tokens by Dave Reid. Fixes token handling.
-- #969022: Support new default menu per content type settings. Allow handling of new menu settings for Domain Conf.
-- Patch #928472: Displays duplicate setting links in domain list by longwave, espirates. Fixes domain conf display error.
-- Patch #951936: DB error after settings get empty by nclavaud. Fixes domain_conf_variable_save() empty check.
-- Patch #951276: Site name missing from default domain settings form by longwave. Missing $form_state for domain_conf_default() form.
-- #934636: Use a static cache for domain_source_lookup(). Apply a static cache to domain_source_lookup().
-- #921984: Fatal error: undefined function filter_xss_bad_protocol() by sitordance. Removes check_url(), which may cause errors. Force HTTP or HTTPS.
-- #927808: PHP Fatal error: module_implements() by pyrello, ejh3. Do not fire API calls until modules loaded.
-- #925368: Compatibility with latest version of Panels? by mrfelton. Allow source domain to be inactive.
-- #950056: Account for new $db_prefix handling in D7. Account for new $databases global.
-- #934200: links to pages on primary domain sometimes use another domain by jamesHF. Ensure proper source domain.
-- Fixes form use of "item" vs. "markup".
-- #931468: Use MENU_VISIBLE_IN_BREADCRUMB. Use MENU_VISIBLE_IN_BREADCRUMB where proper.
-- Proper validation check for a (.) in domain names.
-- #933694: Integrity constraint violation using D7 Feeds by arthurf. Fixes query error in domain_source_node_insert().
-- #926514: domain_alias_domainlist() causes multiple returns. Corrects bad query for domain_alias_domainlist().