Download Size md5 hash
domain-6.x-2.0-rc5.tar.gz 120.28 KB b7e865ffc515475fb7febdfe47cc87da
domain-6.x-2.0-rc5.zip 156.13 KB 5dd8431da9ed240d906e683c7a39721c
Official release from tag: 6.x-2.0-rc5
Last updated: December 24, 2010 - 22:48

A big thanks to all the testers and contributors. Some really nice new features here.

Shout outs to artiflukito, nonsie, and bforchammer for greate work.

rc5 includes preliminary support for Views 2 in Domain Views. The module is now much easier to install. Anonymous and new users can now be assigned to domains for editing purposes.

New features

-- #313629: anonymous users can't request a domain for their content by jsenzee. Adds default role settings and default domains for new users.
-- #273415: I merged domain_menu to domain_conf. by junphine, bforchammer. Adds primary and secondary links handling to Domain Conf.
-- #319876: Domain Access 6.x-2.0 and Views 2 patch by nonsie. Adds Views 2 handlers to Domain Views.
-- Creates the primary domain on install.
-- Fixed domain alias matching issue.
-- Fixes ? handling in domain alias block.
-- #300454 by ariflukito. Introduces hook_domainpath() to allow for URL rewrites across domains.

Bug fixes

-- #324008: $user->domain_user not set consistently by ariflukito. Adds domain user information to domain_boot().
-- Fixes logic error in domain_alias_bootstrap_lookup().
-- #300454: Inter domain linking by ariflukito. More optimization for hook_domainpath().
-- Fixes logic error for hook_domainpath() implementation in custom_url_rewrite.
-- Simplifies the domain_get_uri() function changes.
-- #320909 by peterx. Fixes documentation issue with domain assignments.