// $Id: CHANGELOG.txt,v 1.66.2.73 2009-11-02 22:55:17 agentken Exp $ 02-NOV-2009 -- #621480. check_url() breaks page caching. -- Fixes sitename reset D6 error. -- Creates the 5.x.13 release. 31-OCT-2009 -- #615294. Adds a setting to force Domain Access rules on users who can _administer nodes_. -- Documentation cleanup. -- #576116 by guusbosman. Clear the cache when adjusting settings like themes, site slogan, et. al. -- Removes redundant code in domain_content_domainupdate(). -- #227751 patch by blackdog. Removes unusable items from node settings. Requires running update.php. -- #427854 backport. Makes the domain list the default local task. -- Creates the 5.x.12 release. 23-OCT-2009 -- #609600 by seddonym. Must track changes to the default site_name variable. 15-OCT-2009 -- #604770 patch by seattleturtle. Correctly check isset for domain source value. 11-OCT-2009 -- #579552 by skizzo and seattleturtle. Tries to avoid PHP errors for missing globals. 04-OCT-2009 -- #595802 by LaurentB. Removes Shared Sign On from documentation. 26-SEP-2009 -- Updates the custom_url_rewrite_outbound.patch for Drupal 5.20. 22-AUG-2009 -- #551532 by jseltzer. Switches to function_exists for the domain source check. 18-AUG-2009 -- Adds minor drush documentation. 28-JUN-2009 -- #321071 patch by Br Kessels. Makes wildcard redirection configurable. 14-JUN-2009 -- Created 5.x.11 release. 13-JUN-2009 -- #487842 by jmunning. Account for empty user domains. -- #336221 by ariflukito./ Backport of Domain Content menu changes. Requires menu rebuild after upgrade. 07-JUN-2009 -- Creates 5.x.10 release. 31-MAY-2009 -- Doxygen cleanup. Upgrades patches to Drupal 5.18. -- #450344 backport to D5 branch. 07-APR-2009 -- #412078 by jolos. Fixes accidental deletion of user domains. -- #424830 by Tim Jones Toronto. Remove dead tables from Domain Prefix form. 06-APR-2009 -- #418452 patch by nonsie. Implements domainupdate in Domain Conf. 20-NOV-2008 -- #300825 by rtbox, fp, awolfey, bribiz and rohnjeynolds. db_result() error in domain_enable. 10-OCT-2008 -- #319542 by batigolix. Updates install instructions. -- Standardizes documentation use of the term domain instead of subdomain. -- Makes most include_once and require_once calls simple include statements. -- Cleans up hook_node_access_explain(). -- Creates the 5.x.1.9 release. 09-OCT-2008 -- #319029. Updates multiple_node_access patch to Drupal 5.11. 18-SEP-2008 -- #310103 by ariflukito. Add css class to hook_user. 17-SEP-2008 -- #306322 patch by ariflukito. Filtering problem for Domain Content. -- #306551 patch by zttt. Do not set action on forms that already are set to an external host. -- #309258 by nirvanajyothi. Clarifies documentation of content editing forms. 11-SEP-2008 -- #300454 patch by ariflukito. Backports Domain Source changes from D6. 09-SEP-2008 (3) -- #299511 patch by BWPanda. Fixes some documentation errors. -- Creates the 5.x.1.8 release. 09-SEP-2008 (2) -- #300702 patch by Garrett Albright. Fixes calls to wrong variable name (sitename | site_name). 09-SEP-2008 -- #301244 patch by ariflukito. Fixes menu error in Domain Content. 27-AUG-2008 -- #300311 by Garrett Albright. Fixes redirect error if module not configured. -- Creates release 5.x.1.7. 22-AUG-2008 -- Creates release 5.x.1.6 16-AUG-2008 -- Verifies that Domain works with Drupal 5.10 -- #293453 by scedwar. Pops users from invalid wildcard domains to the primary domain. -- #295543 by nirvanajyothi. Duplicate key errors on module enable. -- Fixes editor installation sequence. 05-AUG-2008 -- #290306 by nirvanajyothi. Fixes documentation error. -- Fixes typo in Domain Source. 01-AUG-2008 -- #290017. Fixes error in Domain Source validation logic. -- #290014. Fixes default checkbox errors. -- Cleans up some E_ALL issues. -- Cleans up some documentation. 25-JUL-2008 (5) -- Removes legacy xcoord, ycoord from domain_conf_system(). -- Removed the $domain argument from hook_domainconf(). -- Adds hook_node_access_explain() for Devel module. -- Creates the 5.x.1.5 release. 25-JUL-2008 (4) -- Fixes default domain source debug message. -- Fixes logic error in implementation of url rewrites for Domain Source. -- #268779 allows the setting of default domains for URL rewrites. -- Adds default domain documentation. 25-JUL-2008 (3) -- #283919 by nirvanajyothi. Domain User form handling error, plus users were allowed to create domains even if those names were reserved. 25-JUL-2008 (2) -- #280908 by nirvanajyothi. Fixes domain_disable(), which caused issues when doing an upgrade. -- #284398 by bforchhammer. Domain Nav called deprecated hook. -- #286399 by mikeshanley. Fixes HTML format error in Domain User. -- #246497 by scedwar. Adds empty domain gid for use with Domain Views. 25-JUL-2008 -- #280596 updates patches to Drupal 5.9. -- #280042 by smk-ka. Fixes custom_url_rewrite_outbound alteration of the $base_url global. 05-JUL-2008 (2) -- #278836 by nirvanajyothi. Array error in node forms when users were not assigned to any valid domains. 05-JUL-2008 -- Strips port protocols when creating access rules in Domain User. -- Backports hook_domainignore(), but does not implement it. 04-JUL-2008 (6) -- #270983 by ariflukito. Keeps the domain port intact, allowing non-standard ports. 04-JUL-2008 (5) -- #278593 by nirvanajyothi. We need to sanity check domain_goto() in domain_form_alter. 04-JUL-2008 (4) -- #271868 by ariflukito. Keeps the sequences table in sync when using Domain Prefix. 04-JUL-2008 (3) -- #278240 by nirvanajyothi. Allows Domain User to respond to changes in usernames. 04-JUL-2008 (2) -- #277202 by bforchhammer. Removes invalid HTML from Domain Nav. 04-JUL-2008 -- #278200 by gcassie. WWW prefix handling now follows the current path. 08-JUN-2008 (3) -- #249809 by scedwar. Removes note about OGUR from documentation. -- #253112 patch by nonsie, idea by scedwar. Adds node debugging block. -- Updates documentation. 08-JUN-2008 (2) -- #266166 patch by grndlvl. hook_domaincron() now provides table prefix and settings loading. For users who were performing cron actions across multiple domain or using hook_domaincron(), you will need to pay attention to potential changes in behavior. 08-JUN-2008 -- #228985 by 1.kenthomas. Adds warnings to theme forms entered from the wrong domain. 18-MAY-2008 -- #255067 by scedwar. Adds node/%n/edit to default node patterns. 20-APR-2008 (2) -- Better fix for www. stripping. -- Creates the 5.x.1.4 release. 20-APR-2008 -- #247684 fixes error in domain_default(). -- #240897 by skirr@drupal.ru. Clarifies documentation of primary domain name string. -- #244142 by a_c_m. Sets varchar(255) for subdomain and sitename columns. -- #243731 by Somebody Sysop. Fixes logic error in multiple_node_access.patch. -- #242648 fixes issue with www stripping for Domain Conf and Domain Prefix. -- Requires running update.php. -- Creates the 5.x.1.3 release. 30-MAR-2008 -- Fixes errors in Domain User. -- #23943 by ax. Cleans up API documentation according to http://drupal.org/node/1354#contrib. -- Changes hook_domainload() to properly work by reference. -- Adds the INSTALL_QUICKSTART.txt file. -- Cleans up code style. -- #239035. Error in domain_batch_validate(). -- Domain Views used DOS linebreaks. -- Creates the 5.x.1.2 release. 25-MAR-2008 (2) -- Adds batch function documentation. -- Creates the 5.x.1.1 release. 25-MAR-2008 -- Cleans up menu handling for batch actions. -- Corrects behaviors associated with hook_domainconf(). -- Updates README.txt for Domain, Domain Prefix and Domain Conf. -- Fixes error in domain_nav_render(). 16-MAR-2008 -- Fixes error in new logic for domain_conf_form_submit(). -- Adds the ability to delete Domain Conf settings per domain. -- Adds the ability to delete Domain Theme settings per domain. -- Adds hook_domainbatch(), for performing batch actions. 15-MAR-2008 (3) -- Allows hook_domainconf() settings to be applied ot the main domain. -- Removes useless code from domain_prefix and domain_conf include files; the variables array is not loaded yet, so variable_get() fails to work here. 15-MAR-2008 (2) -- Adds some clarifying text with regard to #227751. -- Cleans up some code style issues. 15-MAR-2008 -- Clarifies API for hook_domainupdate(). -- #228813. Generates access rules more often and accurately when using Domain User. -- Adds $reset flags to domain_domains(), domain_default() 11-MAR-2008 (4) -- #223912 by skizzo. Make the -Jump to- navigator element go to the currently active domain. 11-MAR-2008 (3) -- #227999 by skizzo and torgosPizza. Fixes empty -path- passed by parse_url() in PHP 5. -- Cleans up domain_get_uri(). 11-MAR-2008 (2) -- #203776 by MatBoy. Updates documentation of Domain User. -- #224079 by GearedDesign. Documents that Drupal must be installed before adding any of the Domain includes to settings.php. -- #221012. Adds Doxygen for Doamin Source to the API. 11-MAR-2008 -- #227003 by NeuZeitgeist and triskelion. Logic errors in Domain Source cause form validation errors. 09-FEB-2008 (4) -- Creates Domain Access 1.0 stable. -- Creates the Drupal-5 branch of the code. 09-FEB-2008 (3) -- Moves custom_url_rewrite_outbound() into its own include file. settings_custom_url.inc now needs to be loaded by settings.php. This approach seems easier than pasting the entire function. -- Cleans up install documentation. -- Minor description change to some admin forms. 09-FEB-2008 (2) -- Documentation update, including #218947. 09-FEB-2008 -- Enabling the module now populates the {domain_access} table correctly. When the module is disabled, this table is emptied along with the {node_access} table. If no other node access modules are present. the {node_access} table is reset to its default state. 03-FEB-2008 (3) -- Change to the custom_url_rewrite_outbound function. We now check to ensure that the Domain module has loaded. 03-FEB-2008 (2) -- Integrated Domain Source with Domain Content. -- Fixes a bad menu behavior with Domain Content. 03-FEB-2008 -- domain_domains() now sets the domain_id as the array key. -- Domain Source updates to allow proper content editing. 02-FEB-2008 (6) -- #210248. Backports custom_url_rewrite_outbound() to Drupal 5. This patch replaces the hook_url_alter() patch, bringing the Domain module in line with Drupal 6 core. See #207330. 02-FEB-2008 (5) -- #215148. Domain Prefix failed to empty the $sources array when iterating through tables, allowing the copying of tables that did not exist. 02-FEB-2008 (4) -- #213390 patch by mrichar1. Fixed Domain Views query implementation. Also added a Views dependency to domain_views.info. 02-FEB-2008 (3) -- #214065 by chaldar. Adds the $arguments array to domain_edit_form() and domain_delete_form() so that extension modules may pass their own custom redirects and messages using the USER_SUBMITTED flag. 02-FEB-2008 (2) -- #215657 by wayland76. Adds more explict instructions regarding the primary domain name setting and root domain for user domains. 02-FEB-2008 -- #216847 by ben soo. Moves $custom_theme routine into hook_menu() and removes domain_theme_init(), allowing Domain Theme to interoperate with other custom theme modules. 27-JAN-2008 (2) -- Typo in domain_admin.inc caused domain editor rules to be erased if settings resaved. -- Prevents hook_domaininstall from running during $_POST. 27-JAN-2008 -- #214762. Adds the Domain Source module to allow editors to specify links from external domains. -- Cleans up some documentation errors. -- Adds note about PHP includes in response to #214181. 20-JAN-2008 (3) -- #211374 by v1nce. Allows the Domain Theme module weight to be reset from the settings page. Necessary for integration with some modules. -- Adds hook_domainform() to allow submodules to add elements to the default Domain settings page. Use this hook sparingly. -- Creates rc4. 20-JAN-2008 (2) -- Separates an -assign domain editors- permission from the -set domain access- permission. DZone reports that these are two distinct actions, and need to be separated. -- DZone reported that the domain editor option were being shown on category pages of the user/#/edit screen. 20-JAN-2008 -- #210213 patch by nicholasThompson. Documentation warning links did not use base_url() and do not work when Drupal is installed in a subfolder. -- Corrected logic error when adding or removing domain_editor grants to the {node_access} table. -- #208160 by DZone. Restricts the content viewing options of Domain Content to only show content that a non-privileged user can edit. -- Type check === 0 in domain_lookup() caused errors. Function refactored. -- #210313. domain_url_alter() did not respect path aliases when writing new paths. 12-JAN-2008 -- #208550 patch by smk-ka. Cleans up code and logic errors in domain_grant_all() that causes nodes to be visible on all domains. -- Updates the patches to Drupal 5.6. -- Adds stubs for simpletests. 05-JAN-2008 -- {domain_access} table does not need to store grant information. -- Moves invocation of _domain_write_access_records() to domain_nodeapi(). -- Bug in domain_nodeapi() caused error during node_access_rebuild(). -- Creates rc3. 03-JAN-2008 -- #197488 by Daryljames with special assistance from salvis. Fixes Domain Access to step aside during cron runs. This allows modules such as Subscriptions to function correctly. -- Adds the {domain_access} table to prevent issues related to node_access_rebuild(). See http://groups.drupal.org/node/7956 and #205045 by chaldar. -- Updates the README. -- Cleans up domain_enable() based on the above. -- Edits Domain Content to make changes to {domain_access} as well. -- Requires update.php. -- More information in the Domain User README. -- Removed a debugging line. 02-JAN-2008 -- Adds documentation to Domain User. -- Creates rc2. -- Fixes minor API documentation issues. 30-DEC-2007 -- Removes DANGEROUS_SKIP_CHECK from Domain Prefix. Good. -- Fixes Domain User module. 29-DEC-2007 -- A leftover TRUE check inside domain_url_alter() was removed. 22-DEC-2007 -- Fixes logic error in domain_conf_warning_check(). 21-DEC-2007 -- 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. 16-DEC-2007 -- Removes a stray debug print_r. -- Updates documentation with regard to #201156. -- Creates rc1. 15-DEC-2007 -- Adds partial pgSQL functionality to Domain Prefix. See #200279. -- #188275. Adds new permission 'view domain publishing' to provide domain selection options for node creation to users with limited permissions. These options are controlled by a new Content Editing Form setting. -- Adds the ability to ignore the www. prefix when determining the validty of a domain request. -- Adds configuration for pages that should allows the domain_all grant, such as mysite/* or user/*/track. -- #197757. Fixes default values and form positioning on Domain Content batch editor form. -- Adds configuration for node links that should be made absolute by hook_url_alter, such as node/%n, comment/reply/%n and book/add/child/%n, where %n is a placeholder for the node id. Allows the module to be extended through the UI. -- Removes the domain_enable check from the configuration page. -- Automatically adds and removed domain_editor grants when that feature is enabled and disabled. -- Moves some settings options so that the default choice is always on top. -- Removes the variable check from domain_perm(). Now shows all permission options at all times. -- #200714 patch by mrichar1. Adds the Domain Views module by mrichar1. -- #199846 by gfconsult. Adds the Domain Strict module suggested by comment #2. 10-DEC-2007 (4) -- Accidentally committed the module with the default rules reversed. -- Changes default admin menu item string to --Domains-- to match the other items in admin/build. -- Fixes pgSQL install errors in Domain Prefix and Domain User. -- Adds user_access checks to hook_domainlinks implementations. -- pgSQL table copying and creating work in Domain Prefix. However, the table Sequences and Indexes are not being copied and require more work. 10-DEC-2007 (3) -- #191785 by skizzo. Allows the setting of an administrative theme in Domain Conf. -- Removes a colspan left behind from testing. 10-DEC-2007 (2) -- Disabling the Domain module will now reset the {node_access} table to default state unless other node access modules are enabled. -- Fixes the install sequence so that all nodes are added to domain_site and the default domain_id. 10-DEC-2007 -- Moves secondary domain CRUD functions from domain_admin to hook implementations. This allows other modules to call these functions directly without using drupal_execute(). -- First stable domain_user module. 06-DEC-2007 -- Allows all *_lookup functions to clear their static variables. -- Changes domain_perfix_perm from -prefix tables- to -administer table prefixing-. -- Adds domain_user perm -create personal domain-. -- Adds hook_domaininfo(). 05-DEC-2007 (2) -- Adds the personal domain construction logic for Domain User. This module is still unstable, however, and should not be used. 05-DEC-2007 -- #197692 by skizzo. Removes the ability to define separate files directories for subdomains using Domain Conf. This feature did not work as expected. Trying to fix this issue will delay release unnecessarily. -- #197600 by Rogdor. Advanced form elements may be disabled and cannot be required. -- #197757 by derjochenmeyer [comment 3]. Delete related {node_access} records when a domain record is deleted. 01-DEC-2007 -- Fixes error in multiple_node_access.patch, which was passing the uid incorrectly. -- Adds INSTALL.txt instructions. -- #195366 by Rogdor. Fixes path issue for domain_get_path(). -- #196217 by Rogdor. Uses hook_form_alter() to force complete paths on form actions when using SEO optimization mode. 27-NOV-2007 -- Sets a check for the hook_url_alter() patch and notifies the user if it is not installed. Also disables features that rely on the patch. -- Makes the AND behavior of Domain Access and other node access modules a setting. -- Cleans up the settings page and places Advanced Settings in a separate group. 26-NOV-2007 -- Prevents the Domain Access option from showing on the default batch content editing page. domain_content_node_operations() is now path resitricted. -- #195366 by nicholasThompson. Adds an option to force all node links to go to a single source. This may help prevent search engines from thinking that content published to multiple domains is spam. -- #195439 by skizzo. A rendering bug in Garland breaks the Domain Nav block. Fix adds a very small domain_nav.css file to fix the issue. -- #195489 by mrichar1. Notify site admins when they fail to install Domain Prefix or Domain Conf correctly. Introduces hook_domaininstall(). 25-NOV-2007 (3) -- #195256 by Martijnhaan. Fixes error in domain_domainload(). 25-NOV-2007 (2) -- #189797 by moshub. Allows the admin to decide if content searches should be run across all affiliates or just the currently active domain. -- Allows administrators to change domain access settings as a batch process, using the Domain Content module. -- Fixed error in domain_user_domainload() -- this hook is not passed by reference. -- Creates the beta7 release. -- Requires that update.php be run. -- Returns the domain_enabling() function, which is needed. 25-NOV-2007 -- #192452 by skizzo. Allows domains to be set to inactive. Inactive domains can only be accessed by the site administrator. -- #192452 by skizzo. Allows the lists of domains used in domain_block() and Domain Nav to be sorted according to an administrator setting. -- #189797 by moshub. Introduces the domain_all() grant, which allows for search and similar pages to grant access across all sites. 23-NOV-2007 -- #192353 by okday. Domain Prefix fix. Allows the source table for data copying to be specified through the UI. Requires that update.php be run. -- #194671 by skizzo. Allows sorting of the domain list admin page. Adds pagination, if needed. 21-NOV-2007 -- Fixes logical error in domain_content. -- Changes implementation of hook_node_access_grants() to work with OG. -- Adds patches folder. -- Includes hook_node_access_logic() patch. -- Fixes error where module hooks did not pass by reference correctly. -- #192849 by canen. pgsql in domain_prefix_install() calls wrong table. -- #191456 by derjochenmeyer. Removes filter_xss_admin() from hook_init. Breaks caching and is not needed. -- #191494 by lpirotte. Domain Prefix does not work when a global $db_prefix is used. -- $gid not set properly in domain_nodeapi(). -- #191570. Removes the domain_enabling() function, which caused issues when installing other node access modules. -- Adds a VALID boolean element to the $_domain array to allow for checking user status with the Domain User module. -- #191134 inspired by derjochenmeyer . Filters content for Domain Content so that superusers do not see all content on all domains. -- #189797. hook_url_alter() patch to the url() function to enable absolute path links when needed by the Domain Access module -- required for Search, MySite, and other aggregating functions. -- #191368. Prevent debugging output from being indexed by the search mechanism. 09-NOV-2007 -- Adds the Domain Prefix module, for advanced table prefixing options. The Domain Prefix module is unstable and needs testing. -- #190605 by Martijnhaan. UI issues related to the edit permissions and domain_editor grants. Hides the edit domain nodes permission if that feature is disabled. Fixes issue with Domain Content showing edit links when the user does not have the edit grant. -- #188826 by trailerparkopera. The site name is not changed dynamically unless Domain Conf settings have been saved. This change disables the ability to edit a site name through Domain Conf, and loads the domain-specific sitename through domain_init(). -- Creates beta6. 05-NOV-2007 -- #188160 by skizzo. Disabling the domain_conf module does not stop it from loading. You must uninstall the module. Added a check of the {system} table as a safety measure if users forget to remove the code from settings.php. -- #188268. The domain_nav_menu lookup routine is outside of the $may_cache loop. Needs to be inside. -- Fixes empty form value for DOMAIN_EDITOR_RULE. -- #188825. Error reading default node promotion settings. 29-OCT-2007 (3) -- #187593. Sets warning message when editing an admin form when you might be on the wrong domain. -- file domain_conf/domain_conf_form.inc deprecated and removed. 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. */