Skip to content
Snippets Groups Projects
  1. Dec 16, 2007
  2. Dec 15, 2007
  3. Dec 10, 2007
  4. Dec 06, 2007
  5. Dec 01, 2007
  6. Nov 29, 2007
  7. Nov 27, 2007
  8. Nov 26, 2007
  9. Nov 25, 2007
  10. Nov 23, 2007
  11. 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
  12. 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
  13. Nov 04, 2007
  14. Oct 30, 2007
  15. Oct 28, 2007
  16. Oct 27, 2007
  17. Oct 25, 2007
  18. Oct 24, 2007
    • Ken Rickard's avatar
      #184993. Fixes menu order for domain_content.module. · 8c665528
      Ken Rickard authored
      -- 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.
      8c665528
  19. Oct 16, 2007
  20. Oct 10, 2007
  21. Oct 07, 2007
  22. Oct 05, 2007
    • Ken Rickard's avatar
      Cleans up README errors. · 406c68c2
      Ken Rickard authored
      -- 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.
      406c68c2
  23. Oct 04, 2007
Loading