Download Size md5 hash
domain-7.x-3.7.tar.gz 168.7 KB ba1e8909ce73d96c92ce92a85e075923
domain-7.x-3.7.zip 204.04 KB bdc6ef334d616da8803103e1d967d8b9
Last updated: January 1, 2013 - 20:31
Official release from tag: 7.x-3.7

Release notes

This release adds one major new feature -- unpublished nodes are now tracked in the {node_access} table using the new 'domain_unpublished' grant.

Roles with the 'View unpublished nodes on assigned domains" permission can now view unpublished nodes when lists are returned by modules such as Views.

Canonical domain handling for the Domain Source module has also been radically simplified, and enhanced with proper tests.

Update your site

This release requires running update.php, and will rebuild the {node_access} table. That process may take a long time, so plan ahead.

We also allow users to access the login form (/user/login) on inactive domains. Developers can extend this behavior for other special paths using the new hook_domain_invalid_request().

7.x.2 branch

As of this release, the 7.x.2 branch is no longer supported.

New features

Bug fixes