Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
169.4 KB
MD5: 8b8b79773d16d680a96507e273259670
SHA-1: 177bfe4cb14bca0eb34248e2e781d92e10a38c61
SHA-256: 6214ae5347dd35e9dcd5af593cb145b7880afa1b4c89f77376821e37000deb0e
Download zip
204.33 KB
MD5: 008e2cd19b67ecee9d215fa6ba4b892e
SHA-1: cff6e88c218015f87156d89ecfca32705bc97ff5
SHA-256: 90cee6e76d365b3cd0a4b230dfc529e4f1db9debd1695036b86db7ad94b2495d
Release notes
Minor bugfix release.
- Bug #2170815: 6.x-2.x unsupported? by davidsonjames. Ensure we have a domain_id in hook_node_grants.
- Bug #2165277: Fatal error due to undefined domain_lookup during update.php while upgrading from d6 to d7 by LWVMD, DrCollosus. Fix update 7309.
- Patch #2204721: domain_conf_variable_set does not clear static caches by Rolf van de Krol. Clear static domain_conf caches.
- Bug #2135773: Domain Content: Simple table displayed instead of Select Table by codeamatic. Domain Content node table checks wrong permission.
- Issue #2112423: Ensure user domains are loaded in domain_node_access() hook implementation.. Fixes bad logic in domain_user_set().
- Patch #2023259: Call to undefined function _domain_bootstrap_modules() by fgm. Better error handling on installation.
- Bug #2047655: Existing aliases not displayed by s_leu, Berdir. domain_boot() causes hook cache in some instances.
- Follow-up patch to #2064075: can't export to feature with drush by Paul B. Fix for features api info hook.
- Issue #2064075: can't export to feature with drush by Paul B. Features API documentation is wrong.
- Patch #2060603: Batch domain updates in Affiliated content page of a domain are not working correctly by joelwallis. Fixes bad loop in domain_content_update_nodes().
- Fixes small isssue with parameters for hook_domain_bootstrap_lookup() tests.
- Bug #2042461: Upgrading from 7.x-2 to 7.x-3.10 by lindsaywilson23. Cannot use constant in update hook if module not enabled.
- Task #2031505: Remove "domain.overlay.js" by siwinski. Removes dead domain.overlay.js file.