// $Id: CHANGELOG.txt,v 1.10 2007-10-16 01:45:17 agentken Exp $ 15-OCT-2007 -- Finishes the Domain Content module for batch editing. -- API updates for Domain Content. -- Cleans up some additional redundancy. 10-OCT-2007 -- Shortens module names in info files. -- Cleans up some redundant functions. 09-OCT-2007 -- Adds the Domain Nav module, which generates a block of navigation links. -- Adds the Domain Content module, for batch editing domain-specific content. -- Adds several new helper functions. -- Corrects use of variable_del() to reset variables during the domain_disable() function. -- Changes domain_list() to domain_view(). -- Cleans up documentation style and defgroups. 07-OCT-2007 -- Cleans up API documentation file. 06-OCT-2007 -- Removes deprecated file settings.inc from domain_conf. -- Creates API documentation at http://therickards.com/api/Domain. 05-OCT-2007 -- Cleans up README errors. -- Introduces internal hooks for settings links -- hook_domainlinks(), to be used by submodules to add links to admin/build/domain/list. -- Moves the domain access element of the user form into a fieldset. 04-OCT-2007 -- Adds pgsql install to domain_conf module. -- Puts node edit form elements into a collapsible group. -- Finishes initial README. -- Adds DOMAIN_INSTALL_RULE and DOMAIN_EDITOR_RULE to enable custom behavior when the module is initially enabled. See the README. 03-OCT-2007 -- #180514. Changes the module to recognize fully-qualified domain names instead of subdomains. Doing so increases the flexibility of the module. However, single-sign on across mutliple domains is not yet supported. -- Changes the default menu item for the settings page. -- Changes the module name to Domain Access. 02-OCT-2007 -- Moves the domain_conf routine out of settings.php and into hook_init(). This idea, taken from the Multidomain module, makes it easier to use the Domain Manager module. 01-OCT-2007 -- Initial commit of the Domain Manager module. This module provides a lightwieght set of tools for creating and managing a network of affiliates sites. The sites run on subdomains of a master domain. A single Drupal installation and database are required. The module uses hook_node_access() to determine how content should be presented. Originally developed for www.skirt.com, the module was introduced at DrupalCON Barcelona. /** * @file * Changelog file. */