Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Bug fixes
-- Issue #1172054: Domain Access saves for "All domains" when selecting primary (default) domain from Domain-specific settings by wuffers. Change ambiguous text in Domain Settings.
-- Issue #1156120: Domain Node Types setting missing the important 'help text' by petednz. Restore help text to node settings form.
-- Issue #1134240: Rewrite expensive COUNT(*) queries. by dalin. Optimize COUNT queries to SELECT 1.
-- Patch #867868: node/add/* goes to primary domain if user's domains includes domain_id:0 by mikeytown2, sukr_s. Prevent redirecting when not needed on node/add.
-- Issue #1179160: can't get affiliate domain get back from maintenance mode by andros. Remove bad checks for empty values in Domain Conf.
-- Issue #1100732: domain_url_rewrite_outbound_alter() might not fire hook_domainpath() by gease. Ensure we fire the internal url alter hook.
-- Issue #1142762: domain_get_uri runs url() . Do not run path aliases through url().
-- Issue #1139572: Undefined index: domain_site in domain_source_lookup() (line 273 of....modules\domain\domain_source\domain_source.module). by MrPhilbert and cgross. Check domain values in domain_source_lookup().
-- Issue #1139706: domain_form_alter breaks authorize.php form action by omercioglu. Do not fire hook_form_alter() for authorize.php.
-- Issue #1139288: domain_theme_batch() doesn't use DBTNG. Fixes batch domain_theme processing.
-- Issue #1093864: main menu not responding to configuration change. Fixes bad menu variable call.
-- Issue #1125520: Error when attempting to batch edit Domain Themes by wrburgess. Fixes bad API call with batch theme editing.
-- Patch #1109486: domain_get_node_domains sets wrong domains for multiple nodes from multiple domains by bancek. Fix errors in domain_get_node_domains().