Skip to content
Snippets Groups Projects
  1. Jan 20, 2008
  2. Jan 12, 2008
  3. Jan 05, 2008
  4. Jan 04, 2008
    • Ken Rickard's avatar
      #197488 by Daryljames with special assistance from salvis. · 29e88c5b
      Ken Rickard authored
          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.
      29e88c5b
  5. Jan 03, 2008
  6. Dec 30, 2007
  7. Dec 29, 2007
  8. Dec 22, 2007
  9. Dec 16, 2007
  10. Dec 15, 2007
  11. Dec 10, 2007
  12. Dec 06, 2007
  13. Dec 01, 2007
  14. Nov 29, 2007
  15. Nov 27, 2007
  16. Nov 26, 2007
  17. Nov 25, 2007
  18. Nov 23, 2007
  19. Nov 21, 2007
    • Ken Rickard's avatar
      -- Fixes logical error in domain_content. · 9cfca69c
      Ken Rickard authored
      -- 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.
      9cfca69c
  20. Nov 10, 2007
    • Ken Rickard's avatar
      Adds the Domain Prefix module, for advanced table prefixing options. · 15d163ec
      Ken Rickard authored
          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.
      5.x-1.0-beta6
      15d163ec
  21. Nov 04, 2007
  22. Oct 30, 2007
  23. Oct 28, 2007
Loading