Downloads
Release notes
RC9 is the final release candidate before the stable 6.x.2.0.
Running update.php is required after installation. There will be an error report that can be safely ignored, see #557702: Missing $ret in update 6202.
I will release 6.x.2.0 during DrupalCON Paris, after we have tested this last batch of changes.
Developer Notes
-- The handling of multiple instances of custom_url_rewrite_* has changed. We now use the URL Alter module to handle conflicts. See #529026: Integrate with URL Alter module by Dave Reid
-- Domain Access works with Drush, but requires a --uri argument, like other multisite configurations.
-- Domain CTools is a new, stand-alone project.
-- Adds domain_get_primary_table($table) escaping function.
-- [#504529]. Adds domain_get_domain() as suggested by wildkatana.
-- I am considering splitting Domain Views from the main project before release. See #557232: Split modules to subprojects to comment.
New Features
There are no new features. Domain Content can now handle large domains lists, and other domains lists added pagination.
Bug Fixes
-- #477290: Add documentation note about settings.php to README by DrupalFan. Clarifies some documentation.
-- #469856: Display site slogan in view? by BWPanda and nonsie. Corrects errors with domain_conf_variable_get().
-- #486370: Locale module not handled properly by jaxpax. Fixes error with local module handling.
-- #501116: Errors when Domain Conf is enabled but core Menu is not by nonsie. Fixes errors when menu module is disabled.
-- #445386: Copying "users" table fails by mindgame. Domain Prefix fails on {users} and other tables that autoincrement and have a zero row.
-- #509170: Warning when using Domain Views Access Plugin by anrikun. Bad variable handling breaks domain views access settings.
-- #509356: Reset link on Search. Cleans up some error handling and Domain Strict usage. Adds test png.
-- #496936: Domain Access: Available on current domain by Skirr. Patch by nonsie. Fixed current domain Views filter.
-- #527426: Cannot change domain theme settings (directory /domain-%id doesn't exist) patch by Alkkaaran, skizzo. Fixes file paths for domain theme.
-- [#547309] by yt2s. Fixes default value for domain_conf.inc values.
-- #234340: Generating prefixed tables for existing domains patch by gsbc, mr2400, Terence Westaphal, et. al. Fixes table prefixing for newly added tables.
-- #227751: Remove options to change node author or menu settings patch by blackdog. Removes unusable items from node settings.
-- #548140: how to let a node visible to all subdomains admins, but published only if a sub-domain editor choose to publish in his own site? by carvelhar. Fixes bug in Domain Content node saves.
-- #551532: Remove module_exists() from settings.custom_url.inc by jseltzer. Switches to function_exists for the domain source check.
-- #367752: Domain Content: too many menu items by gildedgod, blackdog, nonsie. Fixes menu issues with lots of domains.
-- #539422: Listhandler/Mailhandler issues fixes potential logic error in domain_node_records().
-- #397116: Views relationships and DA by CorpX and nonsie. Fixes relationships for Views.
-- #369928: Filter in Views for users from a domain by drupalok, ayalon. Filter for users of a domain.