Downloads
Release notes
This is the last release in the 5.x cycle, except for emergency bugfixes.
This release requires running UPDATE.php.
New Features
-- #615294: Force node access rules on admins. Adds a setting to force Domain Access rules on users who can _administer nodes_.
-- #427854: Make 'domain list' the default local task? backport. Makes the domain list the default local task.
-- #321071: Ability to disable 293453: Wildcard DNS - default domain patch by Bèr Kessels. Makes wildcard redirection configurable.
Bug Fixes
-- Documentation cleanup.
-- #576116: Refresh page cache after editing Site mission by guusbosman. Clear the cache when adjusting settings like themes, site slogan, et. al.
-- Removes redundant code in domain_content_domainupdate().
-- #227751: Remove options to change node author or menu settings patch by blackdog. Removes unusable items from node settings.
-- #609600: Primary Site Name cannot be changed by seddonym. Must track changes to the default site_name variable.
-- #604770: Domain Source sets incorrect default value on node edit form patch by seattleturtle. Correctly check isset for domain source value.
-- #579552: php errors in watchdog by skizzo and seattleturtle. Tries to avoid PHP errors for missing globals.
-- #595802: How to set up a single sign on by LaurentB. Removes Shared Sign On from documentation.
-- Updates the custom_url_rewrite_outbound.patch for Drupal 5.20.
-- #551532: Remove module_exists() from settings.custom_url.inc by jseltzer. Switches to function_exists for the domain source check.
-- Adds minor drush documentation.