// $Id: CHANGELOG.txt,v 1.18 2007-10-30 01:26:37 agentken Exp $ 29-OCT-2007 (2) -- #187494 by skizzo. To change variables in the $conf array, we cannot wait for hook_init(). These variables must be loaded dynamically from settings.php. -- Adds file: settings_domain_conf.inc -- Beta5 release. 29-OCT-2007 -- #187509 by skizzo. Fixes error in domain_theme_lookup() that prevents themes from being saved. 28-OCT-2007 -- Updates README.txt 28-OCT-2007 (3) -- Changes file domain_form.inc to domain_conf_form.inc. -- Adds the Domain Theme module. -- Some function documentation cleanup. -- Beta4 release. 28-OCT-2007 (2) -- Checked a few of the API hooks for proper functionality. 28-OCT-2007 -- Adds hook_domainload() to allow submodules to modify the $domain array. -- Adds domain_goto($domain). This function allows developers to pop users to the correct domain. Useful when editors must be on their specific domain to edit content. 26-OCT-2007 -- #186935. The site_grant element of the domain array was not being set by domain_domains(). -- #186624. domain_form_alter() breaks CCK field management. -- Adds hook_domaincron(). 24-OCT-2007 -- #186153 by skizzo. THe Domain Conf module needs to be on the selected domain in order to load the correct setings for the form. -- Related to the above. After deleting a domain record, return to the root domain. -- #186321. Logic error in domain_init() causes the site_grant variable to be unset, causing the module not to function properly. -- #186255. Lookup the domain data before deleting the record and firing hook_domainrecord(). 19-OCT-2007 -- #184993. Fixes menu order for domain_content.module. -- Changes help text to indicate full path.example.com should be used. -- Adds hook_domaingrants() to allow submodules to alter default node grants. -- Adds hook_domainrecords() to allow submodules to alter default node access records. -- Renames hook_domainrecord() to hook_domainupdate(). -- Adds column *scheme* to the {domain} table. Warning: no database update provided. -- Now allows the configuration of different URL schemes (http, https) for each domain. 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. */