User: agentken Branch: HEAD Date: Sat, 22 Dec 2007 02:01:49 +0000 Modified files: /modules/domain API.php CHANGELOG.txt domain.module /modules/domain/domain_conf domain_conf.module settings_domain_conf.inc /modules/domain/domain_content domain_content.info domain_content.module /modules/domain/domain_prefix settings_domain_prefix.inc /modules/domain/domain_strict domain_strict.module /modules/domain/domain_views README.txt Log message: Adds hook_domainconf() to Domain Conf; inspired by #202917 and #202671. -- #202286 by mrichar1. Improves the documentation for Domain Views. -- #202714 by derjochenmeyer. The Domain Content form accidentally acted on nid == 0 and created errors in the {node_access} table. -- #202392 by derjochenmeyer. str_ireplace() is PHP 5 only. We also need to strtolower() the incoming url host. Fix applies to Domain Conf and Domain Prefix as well. -- Adds hook_domainwarnings() to Domain Conf to print form messages only for select forms. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/domain/API.php&old... http://cvs.drupal.org/diff.php?path=contributions/modules/domain/CHANGELOG.t... http://cvs.drupal.org/diff.php?path=contributions/modules/domain/domain.modu... http://cvs.drupal.org/diff.php?path=contributions/modules/domain/domain_conf... http://cvs.drupal.org/diff.php?path=contributions/modules/domain/domain_conf... http://cvs.drupal.org/diff.php?path=contributions/modules/domain/domain_cont... http://cvs.drupal.org/diff.php?path=contributions/modules/domain/domain_cont... http://cvs.drupal.org/diff.php?path=contributions/modules/domain/domain_pref... http://cvs.drupal.org/diff.php?path=contributions/modules/domain/domain_stri... http://cvs.drupal.org/diff.php?path=contributions/modules/domain/domain_view...