- Jan 20, 2008
-
-
Ken Rickard authored
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.
-
Ken Rickard authored
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.
-
Ken Rickard authored
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.
-
- Jan 12, 2008
-
-
Ken Rickard authored
Last commit was from the wrong dev tree. -- #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.
-
Ken Rickard authored
domain_grant_all() that causes nodes to be visible on all domains.
-
- Jan 05, 2008
-
-
Ken Rickard authored
-- Moves invocation of _domain_write_access_records() to domain_nodeapi(). -- Bug in domain_nodeapi() caused error during node_access_rebuild(). -- Creates rc3.
-
- Jan 04, 2008
-
-
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.
-
- Jan 03, 2008
-
-
Ken Rickard authored
-- Creates rc2. -- Fixes minor API documentation issues.
-
- Dec 30, 2007
-
-
Ken Rickard authored
-- Fixes Domain User module.
-
- Dec 29, 2007
-
-
Ken Rickard authored
-
- Dec 22, 2007
-
-
Ken Rickard authored
-
Ken Rickard authored
-- #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.
-
- Dec 16, 2007
-
-
Ken Rickard authored
-
Ken Rickard authored
-
- Dec 15, 2007
-
-
Ken Rickard authored
-
- Dec 10, 2007
-
-
Ken Rickard authored
-- 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
-
Ken Rickard authored
-- Removes a colspan left behind from testing.
-
Ken Rickard authored
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.
-
Ken Rickard authored
allows other modules to call these functions directly without using drupal_execute(). -- First stable domain_user module.
-
- Dec 06, 2007
-
-
Ken Rickard authored
-- Changes domain_perfix_perm from -prefix tables- to -administer table prefixing-. -- Adds domain_user perm -create personal domain-. -- Adds hook_domaininfo().
-
Ken Rickard authored
unstable, however, and should not be used.
-
Ken Rickard authored
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.
-
- Dec 01, 2007
-
-
Ken Rickard authored
-- 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.
-
- Nov 29, 2007
-
-
Ken Rickard authored
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.
-
- Nov 27, 2007
-
-
Ken Rickard authored
-
Ken Rickard authored
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().
-
- Nov 26, 2007
-
-
Ken Rickard authored
-
- Nov 25, 2007
-
-
Ken Rickard authored
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.
-
Ken Rickard authored
accessed by the site administrator. -- #192452 by skizzo. Allows the listst 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.
-
- Nov 23, 2007
-
-
Ken Rickard authored
-- #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.
-
- Nov 21, 2007
-
-
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.
-
- Nov 10, 2007
-
-
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.
-
- Nov 04, 2007
-
-
Ken Rickard authored
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.
-
- Oct 30, 2007
-
-
Ken Rickard authored
on the wrong domain. -- file domain_conf/domain_conf_form.inc deprecated and removed.
-
Ken Rickard authored
-
Ken Rickard authored
These variables must be loaded dynamically from settings.php. -- Adds file: settings_domain_conf.inc -- Beta5 release.
-
Ken Rickard authored
-
- Oct 28, 2007
-
-
Ken Rickard authored
-- Adds the Domain Theme module. -- Some function documentation cleanup. -- Beta4 release.
-
Ken Rickard authored
-
Ken Rickard authored
-- 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.
-