Download Size md5 hash
domain-6.x-2.2.tar.gz 157.01 KB 2c1a505a8102aab12ef2416b219f635c
domain-6.x-2.2.zip 198.24 KB b650da2ae5259bddcd28f0945c0097dc
Official release from tag: 6.x-2.2
Last updated: December 24, 2010 - 22:48

A new release for Drupal 6, after I said we were feature frozen, but some cool new stuff popped up. We also worked to quash some nasty bugs and become more drush-friendly.

This release requires that you run update.php or a menu rebuild.

New Features

-- Domain Settings module. Exposes most configuration forms to domain-sensitive settings. Requires Domain Conf, and should make adding domain-specific settings for contributed modules much easier.

-- Adds basic Drush support. (Try 'drush domain-list').
-- Patch #632220: Patch to add support for devel generate module by bleen18 and nonsie. Support Devel Generate.
-- #726460: How can I use domain access control for menu items where Path in menu refers to a site/domain ? by TimAlsop. Adds hook_domain_nav_options_alter().
-- #721148: Reconcile form warnings. Adds hook_domain_warnings_alter().

Bug Fixes

-- #723858: "Cannot use a scalar value as an array" by fizk. Ensure $_domain is always an array, even on fail.
-- #721352: Checkbox errors by fizk. Check correct node values for form_alter.
-- #723262: Abort bootstrap if HTTP_HOST not set. Handle missing $_SERVER[HTTP_HOST] gracefully.
-- Patch #698566: Issue with Domain Content permissions with domain list size settings by nonsie. Fixes some bad code logic in Domain Content.
-- #686146: PostgreSQL problem with bytea by AlexisWilke and davidwhthomas. Fixes unserialize on pgSQL.
-- #706490: Form action in domain_content_view form by ibis. Fixes accidental redirects when using domain_set_domain().
-- #652000: Settings will not show depending on theme and monitor size by vividgates. Let domain list table display cleanly.
-- #692772: Stonger warnings on forms? by croryx and nonsie. Stronger warnings on forms.
-- Patch #710978: Domain causes major testing errors by Dave Reid. Fixes SimpleTest conflict.
-- Cleans up some PHP strict index warnings.
-- #685872: Argument is not a string in domain.bootstrap.inc by biged. Prevent race condition in bootstrap.
-- #698568: Domain content permission definitions patch by nonsie. Updated Domain Content docs.
-- #633726: Include instructions for altering $base_url patch by BWPanda. How to dynamically set $base_url.
-- Add system_performance_settings to domain_conf_domainwarnings().

Developer Notes

-- We had to alter how hook_domainwarnings functions. If you use this hook, please update your functions. They won't break, but there is new functionality.

All of these items have been rolled into the Drupal 7 version, which should start seeing -dev releases shortly.