Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
131.55 KB
MD5: e4f9f9a6e2351a01b130d691d70fa050
SHA-1: 709b14c5fcf5bde1eab0816a97147583a79a74b0
SHA-256: 85052b9429591109814fae87e3dead4f8f0521957db486247577ffee636f6a20
Download zip
159.18 KB
MD5: ecba48f9721364c5cce5f8df90ab24f8
SHA-1: afff2d60fe1e10728da75085b5110374724abb7e
SHA-256: 45a608472b9230df0c2c24e57339459aa3d8736697591491a4f8859098eb380c
Release notes
This is a maintenance release. No critical bugs are addressed.
New features
- Feature #1333544: Document server debugging info block. Adds a server info block.
Bugs fixed
- Bug #1324952: Domain Content: "Affiliated content" page broken for non-admins patched by dmitrit. Bad layout for domain content overview form.
- Bug #1317138: domain name allowed characters patched by joachim. Note that you can have dots in domain names.
- Bug #1322652: domain_node_presave() error with Devel reported and tested by Yuri. Devel settings can be empty and we need to account for that.
- Bug #848856: Empty HTTP_HOST throws errors report and testing by othermachines. Fixes parse_url() when bad http-host values are passed.
- Bug #771108: Invalid domain checking inconsistent tested by karnal69. Bad index in domain_invalid_domain.
- Bug #1303312: $root['path'] does not always exist in domain_nav_menu() reported by morningtime. Domain Nav menu rebuild throws a PHP notice.