Downloads
Release notes
Maintenance release for the Drupal 6 version.
New Features
-- Allows the use of Domain Path to have path aliases per domain without table prefixing.
-- Patch #1101854: Domain configuration form prevents external cache mode by kasperg and Ypshi. Support external cache settings used by Pressflow.
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.
-- Patch #1093360: Domain prefix multilanguage alias bug by peximo, plach. Fixes language lookups in domain_prefix.path.inc.
-- Patch #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.
-- Patch #1170608: Reduce SQL queries produces by domain_domains() by gdud, croryx. Optimize domain_domains().
-- 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 #1179160: can't get affiliate domain get back from maintenance mode by andros. Remove bad checks for empty values in Domain Conf.
-- Patch #1083916: PHP warning on admin/user/user by TidalWave. Fixes empty array in user form.
-- Adds number_format to Domain Count counts.