| 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 |
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
- Feature #1875088: Add support for unpublished nodes Adds grant support for unpublished nodes.
- Feature #1874442: Allow limited access to invalid domains Allow custom responses to invalid domain requests.
Bug fixes
- Bug #1849850: Alias validation too strict by Alan D. Regex matching in domain alias validation is too strict.
- Bug #1864922: "Use Active Domain" for Source Domain Seems to Be Broken by cossuno. Domain Source lookups are inconsistent and need to be simplified.
- Bug #1140898: hook_domain_load does not register correctly for domain_alias and other 3rd party modules reported by B-Prod, ejustice, omercioglu. hook_domain_load() can cache too early.
- Patch #1863436: Domain Configuration submodule locks editing of Content Types reported by axxint. Include a warning on the node type form.