Releases for Domain Access
domain 5.x-1.14
First released: November 20, 2009 - 19:58
Size: 107.47 KB
md5_file hash: 677d7e10971c9c47f56ed31a8eebb756
Last updated: November 20, 2009 - 20:00
Two minor (but annoying bugs).
Bugfixes
-- #620596: Domain source does not support non-editor creation of nodes. Fixes domain source handling for some users.
-- #623486: = not == in form_id check Accidental use of = instead of ==.
domain 5.x-1.13
First released: November 2, 2009 - 22:56
Size: 107.33 KB
md5_file hash: b0989549f7d7ebfe25f13c2282982a71
Last updated: November 2, 2009 - 23:01
-- #621480: Use of check_url() breaks caching. check_url() breaks page caching.
-- Fixes sitename reset D6 error.
domain 6.x-2.0
First released: November 1, 2009 - 19:13
Size: 151.06 KB
md5_file hash: 51b4a962a516ff2cc5cfb55c46bfe2df
Last updated: November 1, 2009 - 19:15
This is the final release in the Drupal 6 cycle. Consider the module feature complete for Drupal 6. Any additional features will need to be handled by extension modules.
The Drupal 6 version is now in bugfix only mode, so we can move to Drupal 7.
Upgrade Notes
-- Requires running update.php
-- If you are using the URL Alter module, you must upgrade it to 6.x.1.2 or higher.
-- Domain Views users: We removed a hack that applied domain filters on all views. There is a Drupal core issue for the best way to resolve duplicate items in View when node access modules are present.
You may need to edit your Views to use 'distinct'. You may also need to adjust the filters on your View.
There is nothing that Domain Access can do to fix this problem. For more information, see #284392: db_rewrite_sql causing issues with DISTINCT and assist with the patch there.
-- There are some new permissions and settings. Please see the documentation below, and in README.txt. In particular, the change in #615294: Force node access rules on admins will allow you to preview your site as user 1 and see what normal site visitors will see.
New Features
-- #576444: Publish To... select box or drop down? by jeremyr and nonsie. Makes the selection of domains configurable as checkboxes or select list.
-- #372887: Global option for batch settings patch by nonsie and blackdog. Super-awesome set values for all domains in domain batch.
domain 5.x-1.12
First released: October 31, 2009 - 19:56
Size: 106.74 KB
md5_file hash: e41094ee4b020f9004525de106cfaa93
Last updated: October 31, 2009 - 20:00
This is the last release in the 5.x cycle, except for emergency bugfixes.
This release requires running UPDATE.php.
New Features
-- #615294: Force node access rules on admins. Adds a setting to force Domain Access rules on users who can _administer nodes_.
-- #427854: Make 'domain list' the default local task? backport. Makes the domain list the default local task.
-- #321071: Ability to disable 293453: Wildcard DNS - default domain patch by Bèr Kessels. Makes wildcard redirection configurable.
Bug Fixes
-- Documentation cleanup.
-- #576116: Refresh page cache after editing Site mission by guusbosman. Clear the cache when adjusting settings like themes, site slogan, et. al.
-- Removes redundant code in domain_content_domainupdate().
-- #227751: Remove options to change node author or menu settings patch by blackdog. Removes unusable items from node settings.
-- #609600: Primary Site Name cannot be changed by seddonym. Must track changes to the default site_name variable.
-- #604770: Domain Source sets incorrect default value on node edit form patch by seattleturtle. Correctly check isset for domain source value.
-- #579552: php errors in watchdog by skizzo and seattleturtle. Tries to avoid PHP errors for missing globals.
-- #595802: How to set up a single sign on by LaurentB. Removes Shared Sign On from documentation.
-- Updates the custom_url_rewrite_outbound.patch for Drupal 5.20.
-- #551532: Remove module_exists() from settings.custom_url.inc by jseltzer. Switches to function_exists for the domain source check.
-- Adds minor drush documentation.
domain 6.x-2.0-rc9
First released: August 23, 2009 - 17:38
Size: 141.57 KB
md5_file hash: 8c21648d60f3a410ff23ab70e95ce34b
Last updated: August 23, 2009 - 17:40
RC9 is the final release candidate before the stable 6.x.2.0.
Running update.php is required after installation. There will be an error report that can be safely ignored, see #557702: Missing $ret in update 6202.
I will release 6.x.2.0 during DrupalCON Paris, after we have tested this last batch of changes.
Developer Notes
-- The handling of multiple instances of custom_url_rewrite_* has changed. We now use the URL Alter module to handle conflicts. See #529026: Integrate with URL Alter module by Dave Reid
-- Domain Access works with Drush, but requires a --uri argument, like other multisite configurations.
-- Domain CTools is a new, stand-alone project.
-- Adds domain_get_primary_table($table) escaping function.
-- [#504529]. Adds domain_get_domain() as suggested by wildkatana.
-- I am considering splitting Domain Views from the main project before release. See #557232: Split modules to subprojects to comment.
New Features
There are no new features. Domain Content can now handle large domains lists, and other domains lists added pagination.
Bug Fixes
-- #477290: Add documentation note about settings.php to README by DrupalFan. Clarifies some documentation.
-- #469856: Display site slogan in view? by BWPanda and nonsie. Corrects errors with domain_conf_variable_get().
-- #486370: Locale module not handled properly by jaxpax. Fixes error with local module handling.
domain 5.x-1.11
First released: June 14, 2009 - 20:09
Size: 103.63 KB
md5_file hash: 2a3f1b2734f20fd23af5434de5fa1f9c
Last updated: June 14, 2009 - 20:10
Bugfix release. No new features.
Bug fixes
-- #487842: Errror message when trying to create new content -- warning: Invalid argument supplied for foreach()... by jmunning. Account for empty user domains.
-- #336221: domain content & url encoding by ariflukito./ Backport of Domain Content menu changes.
NOTE: Requires menu rebuild after upgrade.
domain 6.x-2.x-dev
First released: June 14, 2009 - 20:07
Size: 119.03 KB
md5_file hash: 99149ae4d30b9242daf3b8c177367fa8
Last updated: November 17, 2009 - 00:06
Adds HEAD to the list.
domain 6.x-2.0-rc8
First released: June 14, 2009 - 20:04
Size: 137.18 KB
md5_file hash: 948647b6739acaba13f3d495e505e6ac
Last updated: June 14, 2009 - 20:05
This is a bugfix release. Thanks to the folks who tested rc7.
I think we are just some documentation away from the 2.0 final. I would also like some opinions on #450688: Separate submodule permissions.
New features
-- #490846: Allow batch assignment of users to domains. Batch management of user assignment to domains.
-- #490878: Re-order the batch options page. Make the batch action list easier to read.
Bug fixes
-- #486038: Site status can only be set on batch updating. by mrgoltra. Domain Conf throws away 0 values.
-- #303406: add theme settings configure page to domain_theme, by orangecoat-ciallella. Account for absence of Color module in Domain Theme.
-- #484864: E_ALL warning on domain_theme_update_6200() by dlivingstone. E_ALL notice in domain_theme update hook.
-- #484968: Message at the top of content on non-primary domains. by sn0rcha. Dumb typo in domain_warning_check().
-- #486370: Locale module not handled properly. Locale module needs special handling.
-- #485762: Domain table views try to load NID by BWPanda. Views error in loading NID for domains.
domain 5.x-1.10
First released: June 7, 2009 - 19:28
Size: 103.45 KB
md5_file hash: 4eae23b648b74f29ad34a3649609b087
Last updated: June 7, 2009 - 19:30
Bug fixes
-- Doxygen cleanup. Upgrades patches to Drupal 5.18.
-- #450344: domain module steals custom_url_rewrite backport to D5 branch.
-- #412078: user removed from domain_editor when updating role by jolos. Fixes accidental deletion of user domains.
-- #424830: Domain prefix (updating tables) page not updating when submitting page post. by Tim Jones Toronto. Remove dead tables from Domain Prefix form.
-- #418452: TODO: implement hook_domainupdate for domain_conf patch by nonsie. Implements domainupdate in Domain Conf.
-- #300825: Site hangs when enabling domain.module by rtbox, fp, awolfey, bribiz and rohnjeynolds. db_result() error in domain_enable.
domain 6.x-2.0-rc7
First released: June 7, 2009 - 19:22
Size: 134.87 KB
md5_file hash: ad5fb47550bb083dc09d8b19d44c0ea5
Last updated: June 7, 2009 - 19:25
UPGRADING
If you are running a version lower than 6.x.2.0, please see UPGRADE.txt.
You must rebuild your menus, since some items have changed. So flush your cache.
If you are running Domain Theme, run the Drupal upgrade script.
The configuration for 'Content editing forms' has been made a permission,
so check the permissions for your site (see README.txt 3.1).
Known Issues
There are two bugs in rc7 that require patches --> if you report these again you are wasting everyone's time:
#484864: E_ALL warning on domain_theme_update_6200()
#484968: Message at the top of content on non-primary domains.
We have to do rc's like this because otherwise no one bothers to test. When all the bugs are squashed, we will issue a stable 2.0 release.
Highlights
* New permissions for users who cannot set domain access to content:
- 'publish from default domain'
- 'publish from assigned domain'
- 'publish to any assigned domain'
* Domain-specific theme settings, including unique Garland colors per domain.
* Token support! So that filepaths for FileField and ImageField (and others) can be domain aware. This change allows domain-specific file directory support for most users.
* Views may be restricted per domain.
* Domain switching during admin tasks has been deprecated.
* Domain List is now the default admin screen.
* Domains may specify a default language with Domain Conf.
For Developers
domain 6.x-2.0-rc6
First released: February 20, 2009 - 20:37
Size: 122.4 KB
md5_file hash: 513d01546d18908e203c00f2ee41c701
Last updated: February 20, 2009 - 20:40
New Features
-- #368594 by skizzo. Adds domain batch editing forms for new menu settings.
-- #365654 by _natron. Adds unique class identifiers to Domain Nav output.
-- #316072 by JaceRider. Finish implementing domain_content_extra_fields.
-- #273415 by aaront. The default primary links block does not respect domain settings.
Creates new blocks to handle primary and secondary links.
-- Forces a menu rebuild whenever domains are updated or created.
-- Changes Domain Content to use the sitename instead of the URL in menus.
-- Cleans up the Domain List screen.
-- Changes hook_domainlinks() to return FALSE if no link is written.
-- Adds default menu per node setting to Domain Conf.
Bug Fixes
-- #378258 by svdoord. Remove {domain_editor} entries when deleting domains.
-- #356614 by blueyed and Pasquale. Cleans up E_NOTICE errors.
-- #375828 by grawat. Adds documentation warning about custom_url_rewrite_outbound().
-- #359277. Disallow prefixing of the new tables.
domain 6.x-2.0-rc5
First released: November 6, 2008 - 16:38
Size: 120.28 KB
md5_file hash: b7e865ffc515475fb7febdfe47cc87da
Last updated: November 6, 2008 - 16:40
A big thanks to all the testers and contributors. Some really nice new features here.
Shout outs to artiflukito, nonsie, and bforchammer for greate work.
rc5 includes preliminary support for Views 2 in Domain Views. The module is now much easier to install. Anonymous and new users can now be assigned to domains for editing purposes.
New features
-- #313629: anonymous users can't request a domain for their content by jsenzee. Adds default role settings and default domains for new users.
-- #273415: I merged domain_menu to domain_conf. by junphine, bforchammer. Adds primary and secondary links handling to Domain Conf.
-- #319876: Domain Access 6.x-2.0 and Views 2 patch by nonsie. Adds Views 2 handlers to Domain Views.
-- Creates the primary domain on install.
-- Fixed domain alias matching issue.
-- Fixes ? handling in domain alias block.
-- #300454 by ariflukito. Introduces hook_domainpath() to allow for URL rewrites across domains.
Bug fixes
-- #324008: $user->domain_user not set consistently by ariflukito. Adds domain user information to domain_boot().
-- Fixes logic error in domain_alias_bootstrap_lookup().
-- #300454: Inter domain linking by ariflukito. More optimization for hook_domainpath().
-- Fixes logic error for hook_domainpath() implementation in custom_url_rewrite.
-- Simplifies the domain_get_uri() function changes.
-- #320909 by peterx. Fixes documentation issue with domain assignments.
domain 6.x-2.0-rc4
First released: October 12, 2008 - 23:30
Size: 115.64 KB
md5_file hash: a306213a1d05288d2658346a9be8a807
Last updated: October 12, 2008 - 23:30
-- Note that update 6200 needs to be run for all sites upgrading from 6.x.1.
New Features
-- Adds the 'delete domain nodes' permission.
-- Tightens restrictions on operations run by Domain Content, based on the new permissions.
-- #320064: Move the default domain into the database. Places the default domain record into {domain} as record 0 for better Views integration.
-- Changes the installer to add domains 0 and 1 on install.
-- Begins to fix Domain Views for ViewsAPI 2.0. UNSTABLE.
Performance Improvements
-- Makes most include_once and require_once calls simple include statements.
-- Deprecates the domain_editor grant.
-- #320257: Move $domain->user data to own table. Moves domain user data into the new {domain_editor} table.
Bugfixes
-- Fixes new behavior of domain 0 storage with domain batch update functions.
-- Fixes Domain Strict to only affect the view operation.
-- #319542: update documentation for INSTALL.txt by batigolix. Updates install instructions.
-- Standardizes documentation use of the term domain instead of subdomain.
domain 5.x-1.9
First released: October 10, 2008 - 20:39
Size: 103.1 KB
md5_file hash: dbe85844aa97b2862ae1408d9b63edff
Last updated: October 10, 2008 - 20:40
Bug Fixes
-- #319542: update documentation for INSTALL.txt by batigolix. Updates install instructions.
-- #319029: Patch testing -- Drupal 6.5 and 5.11 Updates multiple_node_access patch to Drupal 5.11.
-- #310103: css class for hook_user() view by ariflukito. Add css class to hook_user.
-- #306322: Content for all affiliate sites filtering problem patch by ariflukito. Filtering problem for Domain Content.
-- #306551: External domains form action failure patch by zttt. Do not set action on forms that already are set to an external host.
-- #309258: Take user to their assigned domain -Detailed by nirvanajyothi. Clarifies documentation of content editing forms.
-- Backports Domain Source changes from D6.
-- Standardizes documentation use of the term domain instead of subdomain.
-- Makes most include_once and require_once calls simple include statements.
-- Cleans up hook_node_access_explain().
domain 6.x-2.0-rc3
First released: October 9, 2008 - 19:38
Size: 114.23 KB
md5_file hash: 652fd6125a6ce720ff7c5e5e00474985
Last updated: October 9, 2008 - 19:40
-- Fixes logic error in domain_alias_lookup().
-- Adds Domain Alias switcher block.
-- Verifies that the module works with Drupal 6.5.
-- Creates 6.x.2.0-rc3
-- #318133: Bad link in domain alias admin screen Fixes bad link in domain alias edit screen.
domain 6.x-2.0-rc2
First released: October 7, 2008 - 15:30
Size: 112.78 KB
md5_file hash: 2c9c33670152601f9609f96168966c8f
Last updated: October 7, 2008 - 15:35
Improved handling and documentation for Domain Alias.
Use with caution.
domain 6.x-2.0-rc1
First released: October 4, 2008 - 16:57
Size: 110.82 KB
md5_file hash: 9e523b9ee8ee7469992039b5e221f25b
Last updated: October 4, 2008 - 17:00
Test release that incorporates the Domain Bootstrap patch and Domain Alias.
Needs some additional documentation -- NOT READY FOR PRODUCTION USE.
New Features
-- #316072: Allow dragging to change weight of Domain fields by BWPanda. Implements hook_content_extra_fields() to allow CCK field sorting.
-- #276303: Domain bootstrap patch patch by bforchhammer. Commits the Domain Bootstrap patch for testing.
-- #284422: Subdomain Aliases patch by bforchhammer. Commits the Domain Alias module for testing.
Bug Fixes
-- #306322: Content for all affiliate sites filtering problem patch by ariflukito. Filtering problem for Domain Content.
-- #307663: domain_user() error. Bad logic when displaying editor domain list in hook_user().
-- #306551: External domains form action failure patch by zttt. Do not set action on forms that already are set to an external host.
-- #309258: Take user to their assigned domain -Detailed by nirvanajyothi. Clarifies documentation of content editing forms.
-- Cleans up hook_node_access_explain().
-- Cleans up domain.bootstrap.inc, making all internal functions private.
-- Updates domain.bootstrap.inc for code style.
-- Cleans up hook_domain_bootstrap_full() implementations.
-- Updates API docs.
-- Documents the Domain Bootstrap Process.
domain 5.x-1.8
First released: September 9, 2008 - 22:00
Size: 102.27 KB
md5_file hash: 4fc7dff9a45fda74ca314b764da69f65
Last updated: September 9, 2008 - 22:05
Bug Fixes
Thanks to all the testers and the patch writers!
-- #299511 patch by BWPanda. Fixes some documentation errors.
-- #300702 patch by Garrett Albright. Fixes calls to wrong variable name (sitename | site_name).
-- #301244 patch by ariflukito. Fixes menu error in Domain Content.
domain 6.x-1.2
First released: September 9, 2008 - 21:47
Size: 101.41 KB
md5_file hash: fedd3583d9fa2df28f187637b6164023
Last updated: September 9, 2008 - 21:50
Bug fixes
Thanks to all the testers, especially the patch writers!
-- #299511 patch by BWPanda. Fixes some documentation errors.
-- #300702 patch by Garrett Albright. Fixes calls to wrong variable name (sitename | site_name).
-- #301244 patch by ariflukito. Fixes D6 menu error in Domain Content.
-- #303339 patch by ariflukito. Fixes form error with batch delete for Domain Content.
-- #288803 by nonsie. Batch validation functions fail.
domain 5.x-1.7
First released: August 27, 2008 - 13:05
Size: 102.08 KB
md5_file hash: da90e90df45c0b37df640625ba27bdd2
Last updated: August 27, 2008 - 13:10
-- #300311: Fresh installation causing nasty problems by Garrett Albright. Fixes redirect error if module not configured.
