Posted by agentrickard on May 30, 2012 at 9:56pm
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.4.tar.gz | 160.68 KB | fed1d6eb4ba588c9d066eeace12dc96b |
| domain-7.x-3.4.zip | 193.96 KB | 2ed29b7aa9635f66e941618c540cbf34 |
Last updated: May 30, 2012 - 22:00
Release notes
New features
- Feature #1483150: Make features rebuild() non-destructive by Deciphered, bforchhammer. Make features rebuild smarter.
- Feature #1550762: Separate domain name and site name by bforchhammer. Make sitename configurable. Helps with i18n support.
- Feature #1529316: Validate / prevent 'www' prefix on domains when handling prefix patched by Rory. Validate www prefix on domain creation.
- Feature #1363354: Task: Document disabling the URI check by Alan D. Allows developers to add a variable to skip domain uri checking.
Bug fixes
- Bug #1602214: Currently using Domain Access The domain string is invalid for www.mysite.com by sphet. Allow valid use of localhost:80 as a domain.
- Bug #1419090: Domain theme, admin theme broken broken for certain paths in Features module by fearlsgroove, RonanL, alexverb. Correct usage of hook_custom_theme().
- Bug #1501994: Feature module doesn't replace placeholders * and ? with SQL placeholders % and _ patched by sergii. Domain Alias features do not transform SQL strings properly.
- Bug #1509108: Not setting #weight in hook_domain_batch causes issues with hook_menu patched by mstrelan. Set weight of batch menu items properly.
- Patch #1419560: {domain_export} has more than one primary key; can't install on SQLite by Garrett Albright. Changes {domain_export} to use a unique key to avoid errors on SQLite.
- Bug #1403270: DA collides with pathauto by EuroDomenii, Dave Reid, Road Runner, leex. domain_get_user_domains() can break module_implements().
- Bug #1459742: Domain theme settings not removed on hook_domain_delete (refer to patch) patched by Rory. Domain Theme does not implement hook_domain_delete. Also cleans up some D7 api syntax.
- Patch #1349578: Improve error message "The domain string is invalid for ..." when enabling module with drush by pfrenssen. Better failure messages and instructions for drush installs.
- Bug #1410018: PDO Exception reported and teseted by Alan D. Must check tables before updating zero records.
- Minor format cleanup in the api.php file.