domain 7.x-2.18
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-2.18.tar.gz | 134.91 KB | 634dd22eab5224ddf6b8c14f05983a9d |
| domain-7.x-2.18.zip | 162.62 KB | 7c4f646db07a6866f0d4ac7ee672c8e0 |
Release notes
This is a routine maintenance release that fixes a major bug.
Bugs fixed
- Bug #1396800: Special Page Requests not working reported and tested by JoelAddison. Bad logic breaks special page requests.
domain 7.x-3.3
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.3.tar.gz | 158.49 KB | 945d36199fef8be186510aa342be1512 |
| domain-7.x-3.3.zip | 191.72 KB | ae92dcb7ceebee8e3eea67fe3885e888 |
Release notes
This is a routine maintenance release that fixes a major bug.
Bugs fixed
- Bug #1396800: Special Page Requests not working reported and tested by JoelAddison. Bad logic breaks special page requests.
domain 7.x-3.2
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.2.tar.gz | 158.48 KB | 4afd3085dd42047222016b4abe8003df |
| domain-7.x-3.2.zip | 191.71 KB | 01ea3b56976efedae5fb8cbc046fa652 |
Release notes
This is a routine maintenance release.
Bug fixes
- Bug #1379182: invalid index in domain_theme.features.inc reported by planctus. Improper array nesting for domain_theme features exports.
If you have exported Domain Theme settings to a feature, you will need to re-create the feature to properly fix the error. - Bug #1370244: Object of class stdClass could not be converted to string in domain_node_access_create() (line 2113 patched by joelpittet. Check string value of $node passed to access checks.
domain 7.x-3.1
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.1.tar.gz | 158.46 KB | b607ae2d5ce027e282a4de460a37dd11 |
| domain-7.x-3.1.zip | 191.67 KB | 9c9caee72915088223fc13a5cbc0c60e |
Release notes
Bug fixes
- Bug #1271810: Default language gets changed reported by vflirt, xvendo. Default langauge setting can be changed acidentally.
- Bug #1342740: Bootstrapping Drupal to run scripts from command line breaks when domain module is in use reported by blasto333. External scripts fail with DA enabled.
- Bug #1366212: Fatal Error in Domain Content When trying to administer affiliated content reported by blasto333 and tested by podarok. The 7.x.3.0 release accidentally broke Domain Content.
domain 7.x-2.17
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-2.17.tar.gz | 134.89 KB | 11727f5aaaa7449de371ff3ab6d2e66e |
| domain-7.x-2.17.zip | 162.6 KB | 821468c96a1e030a084cb0ed621f2129 |
Release notes
Bug fixes
- Bug #1271810: Default language gets changed reported by vflirt, xvendo. Default langauge setting can be changed acidentally.
- Bug #1342740: Bootstrapping Drupal to run scripts from command line breaks when domain module is in use reported by blasto333. External scripts fail with DA enabled.
- Bug #1366212: Fatal Error in Domain Content When trying to administer affiliated content reported by blasto333 and tested by podarok. Domain Content broken by 7.x.3.0.
- Bug #1359570: Restrict node views for admins fails on taxonomy pages. Properly restrict node access to site admins.
- Bug #1355212: Domain Content form doesn't respect the view unpublished content permission. Fix handling of unpublished content for Domain Content.
- Bug #1362906: domain_menu() can cause recursion reported by davereid. Fixes recursion possibility in domain_menu().
domain 7.x-3.0
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.0.tar.gz | 157.3 KB | 2a6aa4ed1a2ab7dbc4d24a03a48484a8 |
| domain-7.x-3.0.zip | 190.44 KB | 2290dd3c3472b737afd16735213a4302 |
Release notes
The first stable release of 7.x.3 branch. Please see the upgrade guide before you upgrade.
Hat tip to all the major contributors and testers.
New features
Feature #1355196: Document: node edit permission on a per domain basis. Advanced permissions for content editing by domain.
Bug fixes
Restores CHANGELOG file.
Updates README with link to drupal.org
Bug #1313610: Display proper messages for domain-specific settings. Display proper messages for form warnings.
Bug #1336698: Domain tokens do not work when a node is first saved patched by Dave Reid. Fixes regression bug in token handling.
Bug #1359570: Restrict node views for admins fails on taxonomy pages. Properly restrict node access to site admins.
Bug #1362906: domain_menu() can cause recursion reported by davereid. The domain_menu() hook can cause recursion.
Bug #1353120: Clean up object / array handling on overview form by joelpittet. Clean up array handling for the domain overview form.
Bug #1355212: Domain Content form doesn't respect the view unpublished content permission. Better handling of unpublished content on the domain content page.
Bug #1352492: Drush devel generate errors and results in nodes generated without data reported by RaviJ. Fixes drush generate error.
Bug #1346302: Domain Source: default value ignores domain module settings. Domain Source: default value ignores domain module settings
Followup to #1346256: Domain Content: User can view list but not overview page.. Better permission handling for Domain Content.
Bug #1346256: Domain Content: User can view list but not overview page.. Fixes permissions for Domain Content module.
Bug #1346250: Domain Content "All affiliates" page is broken. Fixes domain content filter for all affiliates.
To do
Update documentation. Volunteers needed.
domain 6.x-2.13
| Download | Size | md5 hash |
|---|---|---|
| domain-6.x-2.13.tar.gz | 170.74 KB | 28f8c069566cc9cd08c8c0f0bf4b14b5 |
| domain-6.x-2.13.zip | 211.36 KB | c9c7a896fa2080da340a9d42412418b2 |
Release notes
New features
- Feature #1333544: Document server debugging info block. Provides a server information block for debugging.
Bugs fixed
- Bug #1317138: domain name allowed characters patched by joachim. Note that you can have dots in domain names.
- Bug #1325460: Notices in domain_views_handler_field_domain_sitename.inc patched by mikeytown2. PHP notice in views sitename handler.
- Patch #771454: Notices when creating content by mikeytown2. Fixes php notice in domain_form_alter().
- Patch #1316506: Notice: Undefined index: * in domain_source_form_alter() by mikeytown2. Bad empty check in domain_source_form_alter().
- 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.
domain 7.x-2.16
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-2.16.tar.gz | 131.55 KB | e4f9f9a6e2351a01b130d691d70fa050 |
| domain-7.x-2.16.zip | 159.18 KB | ecba48f9721364c5cce5f8df90ab24f8 |
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.
domain 7.x-3.0-rc5
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.0-rc5.tar.gz | 153.34 KB | 03283100f3f99efa7b8ba7a6ae323267 |
| domain-7.x-3.0-rc5.zip | 186.24 KB | 94a1ba96549d9ca8d9d130ef2701b65e |
Release notes
New features
- Feature #1331850: should Domain access be appearing in node display options? patched by joachim. Clarify domain element use in display modes.
- Feature #1181664: "Send to all affiliates" should allow any domain to be an option for domain source. patched by grndlvl. Allow domain source to be any if content sent to all affiliates.
- 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 cna 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 #1311884: Undefined index in domain_get_user_domains() for unauthenticated users reported by Vyoma. Missing index in anonymous user check.
domain 7.x-3.0-rc4
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.0-rc4.tar.gz | 152.19 KB | a5f7b08f483c1ef3fd8714ccbb489e5c |
| domain-7.x-3.0-rc4.zip | 184.89 KB | c30cc707bc0eca9971477d2861f59eff |
Release notes
New features
Feature #782838: Document: "Add default roles dynamically" to dynamically add new subdomains written by David Stosik. Make the user role settings act on new domains.
Feature #1038362: Document exporting domain settings. Export settings to features.
Bug fixes
Cannot static cache entity load functions. Part 1.
Rollback of #1292244: Create domain-sensitive input filters. Removes functional duplication of the Token Filter module.
Bug #1303312: $root['path'] does not always exist in domain_nav_menu() reported by morningtime. Domain Nav menu rebuild throws a PHP notice.
domain 7.x-3.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.0-rc3.tar.gz | 152.07 KB | aba508920328a3eab00519328524fd13 |
| domain-7.x-3.0-rc3.zip | 184.9 KB | 3517c6c8fc435b54246cc6e02081c860 |
Release notes
New features
* Feature #1300596: Additional tokens. Provide additional domain tokens.
* Feature #1299136: Document Making primary domain redirects optional. Make domain_check_primary() optional on editing domains.
* Feature #1188682: Update domain_id in form_state when creating new domain patched by ejustice. Update domain_id in $form_state for other submit handlers.
* Better handling of aliases for development sites.
Bug fixes
* Bug #1300232: Notice: Undefined index: path in domain_tokens() reported by n8tron. Ensure path property is loaded for tokens.
* Bug #1286248: Wrong schema settings patched by mallezie. {domain_export} schema missing a not-null.
* Bug #1294776: Notices and Warnings domain_theme_color_submit() and domain_theme_color_submit() reported by n8tron. Color module handling bug.
* Bug #1295644: Notice : undefined index "filename" in domaine_theme.features.inc patched by David Stosik. Bad index name in domain_theme.features.inc.
ToDo
Many of these items could use documentation. Please pitch in at http://drupal.org/documentation/modules/domain
domain 6.x-2.12
| Download | Size | md5 hash |
|---|---|---|
| domain-6.x-2.12.tar.gz | 169.41 KB | fd85f0239843d6d531e165fe48781fea |
| domain-6.x-2.12.zip | 210.02 KB | 24455e84d629684d875d08fccb844dc8 |
Release notes
This is a minor maintenance release.
Bugs fixed
* Bug #1294776: Notices and Warnings domain_theme_color_submit() and domain_theme_color_submit() reported by n8tron. Color module handling bug.
* Bug #1252972: Typo: missing closing parenthesis in Views filter description. Missing ) in output text.
* Issue #1096566: hook_domain_bootstrap_lookup() fail if multiple responses. Arbitrate between multiple alias matches.
* Patch #1210398: Views access options are not exported with Views 3.x by Dalin. Fixes access plugin exports for Views.
New features
* Feature #1215778: Add ability to filter domains belonging to current user only.. Join {domain_editor} to {domain} for use in Views.
domain 7.x-2.15
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-2.15.tar.gz | 130.07 KB | 65192ad42d5ac03f81b09a8eb6e2cdb4 |
| domain-7.x-2.15.zip | 157.46 KB | 9cb5cfbd94a221500364089e280b0518 |
Release notes
This is a minor maintenance release that fixes the following issues.
* Bug #1294776: Notices and Warnings domain_theme_color_submit() and domain_theme_color_submit() reported by n8tron. Color module handling bug.
* Fixes docblock for Domain Strict.
* Bug #1288770: Can't make Domain Strict acces work reported and tested by Shimegi. Domain Strict not D7 compatible.
* Bug #1289118: Secondary Menu Block not displaying reported by castle9mm. Secondary links per domain do not render.
* Bug #1193338: 'path' not set in domain_url_rewrite_outbound(). Path attribute not set in some cases.
domain 7.x-3.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.0-rc2.tar.gz | 151.53 KB | 32d9c33db1172ccc502f3dbf9338580e |
| domain-7.x-3.0-rc2.zip | 184.36 KB | 1cb21c8476179edad73e84c99dcbea9d |
Release notes
New features
Feature #1292244: Create domain-sensitive input filters. Adds filters for domain-specific functionality.
Follow-up #1292244: Create domain-sensitive input filters. Tests for the filters.
Feature #827326: Domain Access: Adding unique body tag id, for CSS Injector. Create a custom css class per domain.
Feature #1285056: Allow modules to modify the batch list in domain_conf module. Allow modules to alter domain_batch implementations.
Bug fixes
Bug #1283834: Ensure proper installation via drush reported by David Stosik. Ensure that instsallation via drush works properly.
Fixes a typo in a test function name.
Adds tests for Domain Strict.
Bug #1288770: Can't make Domain Strict acces work reported and tested by Shimegi. Domain Sttrict not D7 compatible.
Bug #1289118: Secondary Menu Block not displaying reported by castle9mm. Secondary links per domain do not render.
Bug #1193338: 'path' not set in domain_url_rewrite_outbound(). Path attribute not set in some cases.
Bug #1283764: Segmentation fault. Removes double reference.
domain 7.x-3.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-3.0-rc1.tar.gz | 147.2 KB | 5c54cd0af88e4b7603aeba66329b992a |
| domain-7.x-3.0-rc1.zip | 179.55 KB | 9355208a7520320224ff1355f7dd6204 |
Release notes
Massive new release candidate.
Upgrade instructions
This is a major version upgrade. See the upgrade instructions before upgrading or filing any issues.
Developer notes
If you maintain a module with a dependency on Domain Access, you need to check the new API function documentation (domain.api.php in the download). See a summary here: https://drupal.org/node/1120384 and here: https://drupal.org/node/763442
Documentation
Documentation and new features are online at https://drupal.org/documentation/modules/domain
domain 7.x-2.14
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-2.14.tar.gz | 128.94 KB | 025f1c780108e772420c9526fb0a01c9 |
| domain-7.x-2.14.zip | 156.31 KB | 2615a1d0ef098d8d6b3978ebeaf658e0 |
Release notes
Bug fixes
-- Issue #1189916: Login rejected on cached pages. Login failures when not setting $cookie_domain manually.
-- Patch #1186580: domain_content_node_operations() incorrectly specified as configurable by heyrocker. hook_node_operations() does not allow configurable flag.
-- Patch #1240518: Notice : Undefined variable: extra dans domain_field_extra_fields() by David Stoski. Fixes small php notice.
-- Patch #1240262: Use hook_field_extra_fields to manage Domain display on user profile by Simon Georges. Use field_extra_fields() on users.
-- Issue #1240472: Domain Access doesn't bootstrap when Memcache API installed by ben soo. Removes cache check.
-- Patch #1247452: Undefined index in domain_conf_default() by Simon Georges. Fixes bad form call.
-- Fixes &$form_state pass by reference failures.
API updates
-- Adds domain_default_id() helper function.
domain 7.x-2.13
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-2.13.tar.gz | 145.93 KB | c7ae7d183557599ded23335b4f04deba |
| domain-7.x-2.13.zip | 173.61 KB | 66cda9047d93a6d8aff00a3725451d19 |
Release notes
Bug fixes
-- Issue #1172054: Domain Access saves for "All domains" when selecting primary (default) domain from Domain-specific settings by wuffers. Change ambiguous text in Domain Settings.
-- Issue #1156120: Domain Node Types setting missing the important 'help text' by petednz. Restore help text to node settings form.
-- Issue #1134240: Rewrite expensive COUNT(*) queries. by dalin. Optimize COUNT queries to SELECT 1.
-- Patch #867868: node/add/* goes to primary domain if user's domains includes domain_id:0 by mikeytown2, sukr_s. Prevent redirecting when not needed on node/add.
-- Issue #1179160: can't get affiliate domain get back from maintenance mode by andros. Remove bad checks for empty values in Domain Conf.
-- Issue #1100732: domain_url_rewrite_outbound_alter() might not fire hook_domainpath() by gease. Ensure we fire the internal url alter hook.
-- Issue #1142762: domain_get_uri runs url() . Do not run path aliases through url().
-- Issue #1139572: Undefined index: domain_site in domain_source_lookup() (line 298 of....modules\domain\domain_source\domain_source.module). by MrPhilbert and cgross. Check domain values in domain_source_lookup().
-- Issue #1139706: domain_form_alter breaks authorize.php form action by omercioglu. Do not fire hook_form_alter() for authorize.php.
-- Issue #1139288: domain_theme_batch() doesn't use DBTNG. Fixes batch domain_theme processing.
-- Issue #1093864: main menu not responding to configuration change. Fixes bad menu variable call.
-- Issue #1125520: Error when attempting to batch edit Domain Themes by wrburgess. Fixes bad API call with batch theme editing.
-- Patch #1109486: domain_get_node_domains sets wrong domains for multiple nodes from multiple domains by bancek. Fix errors in domain_get_node_domains().
domain 6.x-2.11
| Download | Size | md5 hash |
|---|---|---|
| domain-6.x-2.11.tar.gz | 168.13 KB | c0789ecb80866f0b87e88e73d9aae470 |
| domain-6.x-2.11.zip | 208.62 KB | 3de06515becf62e4493605f8b29ab9f5 |
Release notes
Maintenance release for the Drupal 6 version.
New Features
-- Allows the use of Domain Path to have path aliases per domain without table prefixing.
-- Patch #1101854: Domain configuration form prevents external cache mode by kasperg and Ypshi. Support external cache settings used by Pressflow.
Bug fixes
-- Issue #1172054: Domain Access saves for "All domains" when selecting primary (default) domain from Domain-specific settings by wuffers. Change ambiguous text in Domain Settings.
-- Patch #1093360: Domain prefix multilanguage alias bug by peximo, plach. Fixes language lookups in domain_prefix.path.inc.
-- Patch #1134240: Rewrite expensive COUNT(*) queries. by dalin. Optimize COUNT queries to SELECT 1.
-- Patch #867868: node/add/* goes to primary domain if user's domains includes domain_id:0 by mikeytown2, sukr_s. Prevent redirecting when not needed on node/add.
-- Patch #1170608: Reduce SQL queries produces by domain_domains() by gdud, croryx. Optimize domain_domains().
-- Issue #1100732: domain_url_rewrite_outbound_alter() might not fire hook_domainpath() by gease. Ensure we fire the internal url alter hook.
-- Issue #1142762: domain_get_uri runs url() . Do not run path aliases through url().
-- Issue #1179160: can't get affiliate domain get back from maintenance mode by andros. Remove bad checks for empty values in Domain Conf.
-- Patch #1083916: PHP warning on admin/user/user by TidalWave. Fixes empty array in user form.
-- Adds number_format to Domain Count counts.
domain 7.x-2.12
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-2.12.tar.gz | 145.17 KB | 2955d72c70b686da44a3d7ecc3a3d95a |
| domain-7.x-2.12.zip | 172.89 KB | 949771bdf714368853b7770d3cba665e |
Release notes
The 7.x-2.12 is a bugfix release. My apologies for introducing bugs into the stable. A list of fixes is below.
Bugs fixed
-- Issue [#1086048] by ununpentium, cgross. Bad hook call in domain_save().
-- Issue #1086886: Error Message after Update to 7.x-2.11 - Undefined variable in domain_conf.module by GalainHH. Bad variable check in domain_conf_block_view().
-- Issue #1080840: Undefined index: 'n' in domain_get_node_domains() by ununpentium. Fixes index notice in domain_get_node_domains().
-- Issue #1080840: Undefined index: 'n' in domain_get_node_domains() by gineta. Fixes bad index in domain_node_load().
-- Issue #1078266: Undefined index: in domain_conf_domainbatch() by ununpentium. Bad logic in menu message. See also #983746: Menu settings - Source for the Main links when empty results in undefined index + broken #description.
-- Issue #1075926: domain_content_list doesn't filter based on user's assigned domain by yyro. Proper filtering of domain lists in Domain Content.
domain 7.x-2.11
| Download | Size | md5 hash |
|---|---|---|
| domain-7.x-2.11.tar.gz | 144.93 KB | a1f223297421de67c949895633628daa |
| domain-7.x-2.11.zip | 172.65 KB | 0664b30d35df005293380f25bcfd583d |
Release notes
Note: This release requires running the Drupal update process.
Bug fixes
-- Issue #1074168: Undefined index notice in 'affiliated content' list by yrro. Fixes bad index call in Domain Content.
-- Issue #1065470: Domain Access: Warning: Invalid argument supplied for foreach() in domain_node_load() line 1466 of domain.module by LTW Dhaniel. Fixes potentially empty array in node_load.
-- Issue #1072772: if domain module is in modules directory, D7 update.php fails by clashar. Fixes Drupal 6 => 7 upgrade path.
-- Patch #1056152: Domains loses configurations from settings.php by R.Muilwijk. Fixes conf loading.
-- Issue #1053334: Undefined variable: lookup in domain_get_node_domains() by alarfaj. Fix E_ALL notice.
-- Removes old Domain Conf INSTALL.txt.
-- Issue #1074144: incorrectly named permissions by yrro. Fixes bad permission name change.
-- Issue #1059108: Navigation Block HTML validation by skizzo. Fixes HTML validation in Domain Nav.
-- Issue #1052522: Domain Batch Update information not displayed. by Ayesh. Improve usability of batch update screens.
-- Fixed a stray debug command in Domain Content.
Documentation
-- Adds documentation for core upgrade. (See http://drupal.org/node/1074092).
-- Documentation by Doug Vann. Fix admin path.
-- Documentation #1039918: Add proper way to handle invalid subdomains on wildcards to main docs by Michelle. Adds alias / wildcard information.
-- Improves README.txt.
-- Cleans files after the Git migration.