Downloads
Release notes
Update.php is not required for this release.
Thanks to....
-- Palantir.net
-- The following bug testers and coders:
- bforchhammer
- scedwar
- smk-ka
- nonsie
- gcassie
- ariflukito
- nirvanajyothi
- grndlvl
- 1.kenthomas
- mikeshanley
Important Changes
-- Updated documentation.
-- #280596 updates patches to Drupal 5.9.
-- We made some logic improvements to how Domain Source module is handled, so you may experience different behavior, since Domain Source now trumps other URL rewrite rules.
-- You can now set a Defalut Source Domain for links rewritten for 'all affiliates' -- see README 4.3.4.
-- #266166 patch by grndlvl. hook_domaincron() now provides table prefix and settings loading. For users who were performing cron actions across multiple domain or using hook_domaincron(), you will need to pay attention to potential changes in behavior.
-- #271868 by ariflukito. Keeps the sequences table in sync when using Domain Prefix. If you have been using Domain Prefix, you should read up on the issue.
New Features
-- #270983 by ariflukito. Keeps the domain port intact, allowing non-standard ports.
-- #268779 allows the setting of default domains for URL rewrites.
-- Adds hook_node_access_explain() for Devel module.
-- #246497 by scedwar. Adds empty domain gid for use with Domain Views.
-- #278240 by nirvanajyothi. Allows Domain User to respond to changes in usernames.
-- #253112 patch by nonsie, idea by scedwar. Adds node debugging block.
-- #228985 by 1.kenthomas. Adds warnings to theme forms entered from the wrong domain.
-- #255067 by scedwar. Adds node/%n/edit to default node patterns.
Bug Fixes
-- Removes legacy xcoord, ycoord from domain_conf_system().
-- Removed the $domain argument from hook_domainconf().
-- Fixes default domain source debug message.
-- Fixes logic error in implementation of url rewrites for Domain Source.
-- Adds default domain documentation.
-- #283919 by nirvanajyothi. Domain User form handling error, plus users were allowed to create domains even if those names were reserved.
-- #280908 by nirvanajyothi. Fixes domain_disable(), which caused
issues when doing an upgrade.
-- #284398 by bforchhammer. Domain Nav called deprecated hook.
-- #286399 by mikeshanley. Fixes HTML format error in Domain User.
-- #280042 by smk-ka. Fixes custom_url_rewrite_outbound alteration of the
$base_url global.
-- #278836 by nirvanajyothi. Array error in node forms when users were not
assigned to any valid domains.
-- Strips port protocols when creating access rules in Domain User.
-- Backports hook_domainignore(), but does not implement it.
-- #278593 by nirvanajyothi. We need to sanity check domain_goto() in domain_form_alter.
-- #277202 by bforchhammer. Removes invalid HTML from Domain Nav.
-- #278200 by gcassie. WWW prefix handling now follows the current path.
-- #249809 by scedwar. Removes note about OGUR from documentation.