Downloads

Download tar.gz 74.71 KB
MD5: 73e69e4bc792f6470bc27da5fd5aa1a2
SHA-1: 774f5ff7ed50d18abbac5382802416ba81822f3d
SHA-256: 7bf893c1c2b02cc3842c658b0fa4b6982e14b60a5ac8b0bcd90073069effac45
Download zip 97.21 KB
MD5: c946889e1cd6707ed9d9a66e5b842a66
SHA-1: 6e55fb8141e1cbedf566c454b3a4f063d8147b30
SHA-256: e6abfcb51a9ee1f10581879b03f0648306ea3098ddc8c49c0b3bc62711f2a702

Release notes

Release Candidate 1 is an improvement over the beta releases and corrects a number of issues. It also adds some new features and configuration options.

Running update.php is not required if you are running beta7. You should read the documentation on the new configuration options, however.

Note that the names of some permissions and menu items have changed.

New Features

  • 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.
  • 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.
  • 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.
  • #200714 patch by mrichar1. Adds the Domain Views module by mrichar1.
  • #199846 by gfconsult. Adds the Domain Strict module suggested by comment #2.
  • Changes default admin menu item string to
  • Domains
  • to match the other items in admin/build.
  • 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.
  • #191785 by skizzo. Allows the setting of an administrative theme in Domain Conf.
  • 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.
  • 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.
  • 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().
  • Adds INSTALL.txt instructions.
  • 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.
  • #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.
  • #195489 by mrichar1. Notify site admins when they fail to install Domain Prefix or Domain Conf correctly. Introduces hook_domaininstall().

Bug Fixes

  • #195256 by Martijnhaan. Fixes error in domain_domainload().
  • #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.
  • Prevents the Domain Access option from showing on the default batch content editing page. domain_content_node_operations() is now path resitricted.
  • Cleans up the settings page and places Advanced Settings in a separate group.
  • #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.
  • Fixes error in multiple_node_access.patch, which was passing the uid incorrectly.
  • #197757 by derjochenmeyer [comment 3]. Delete related {node_access} records when a domain record is deleted.
  • #197600 by Rogdor. Advanced form elements may be disabled and cannot be required.
  • #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.
  • Fixes pgSQL install errors in Domain Prefix and Domain User.
  • Removes the variable check from domain_perm(). Now shows all permission options at all times.
  • Removes the domain_enable check from the configuration page.
  • #197757. Fixes default values and form positioning on Domain Content batch editor form.
Created by: agentrickard
Created on: 16 Dec 2007 at 18:40 UTC
Last updated: 1 Aug 2018 at 20:25 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases