User: agentken Branch: HEAD Date: Sat, 05 Jul 2008 15:56:47 +0000 Modified files: /modules/domain API.php CHANGELOG.txt domain.module /modules/domain/domain_user domain_user.module Log message: -- Moving domain_init() to domain_boot() broke hook_domainload(). So we have to keep domaion_init(). We also have to implement hook_boot() in modules that use hook_domainload(). See the API for details. -- Fixes issue with Domain User. We do strip the ports off of restricted usernames. -- #277046 by hardfocus. Implements a new hook_domainignore() to tell the module not to apply hook_form_alter() in some cases. Notably update.php. 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_user...