- Jun 01, 2008
-
-
Ken Rickard authored
-- #265213 by hardfocus. Cleans up two documentation issues. -- #249809 by scedwar. Removes note about OGUR from documentation. -- #253112 patch by nonsie, idea by scedwar. Adds node debugging block. -- Updates documentation. -- #263334 patch by nonsie. Updates Domain Views to Drupal 6 and Views 2. -- Creates 6.x.1.0-rc2
-
- May 19, 2008
-
-
Ken Rickard authored
-
- May 18, 2008
-
-
Ken Rickard authored
-- Creates 6.x.1-0rc.
-
Ken Rickard authored
-
Ken Rickard authored
-
- Apr 20, 2008
-
-
Ken Rickard authored
-- #242648 fixes issue with www stripping for Domain Conf and Domain Prefix. -- #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. -- Requires running update.php. -- Creates the 6.x.1-beta2 release.
-
- Mar 30, 2008
-
-
Ken Rickard authored
-- Recreate domain_user_rules() on domain update. -- Domain Views used DOS linebreaks.
-
Ken Rickard authored
-- #785216 by ax. Cleans up API documentation according to http://drupal.org/node/1354#contrib. -- Changes hook_domainload() to properly work by reference. -- Replaces _ with . in file include names, in accord with Drupal 6 standards. -- Splits admin functions to .admin.inc files, in accord with Drupal 6 standards. -- Renames _domain_write_records() to avoid confusion with drupal_write_record. -- Renames domain_theme_form.inc to domain_theme.admin.inc. -- Adds the INSTALL_QUICKSTART.txt file.
-
- Mar 26, 2008
-
-
Ken Rickard authored
-
Ken Rickard authored
-- Creates the 5.x.1.1 release.
-
Ken Rickard authored
-- Corrects behaviors associated with hook_domainconf(). -- Updates README.txt for Domain, Domain Prefix and Domain Conf. -- Fixes error in domain_nav_render().
-
- Mar 17, 2008
-
-
Ken Rickard authored
-- 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.
-
- Mar 15, 2008
-
-
Ken Rickard authored
This update incorporated into the last for the 5 branch.
-
Ken Rickard authored
-- 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.
-
Ken Rickard authored
-- Cleans up some code style issues.
-
Ken Rickard authored
-- #228813. Generates access rules more often and accurately when using Domain User. -- Adds $reset flags to domain_domains(), domain_default()
-
- Mar 12, 2008
-
-
Ken Rickard authored
the currently active domain.
-
Ken Rickard authored
parse_url() in PHP 5. -- Cleans up domain_get_uri().
-
Ken Rickard authored
-
Ken Rickard authored
-- #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.
-
Ken Rickard authored
cause form validation errors
-
- Feb 13, 2008
-
-
ax authored
Doxygen comments: don't use @mainpage (this is reserved for an index page for *all* contrib modules), but @defgroup/@ingroup grouping.
-
- Feb 09, 2008
-
-
Ken Rickard authored
-- Creates the Drupal-5 branch of the code.
-
Ken Rickard authored
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.
-
Ken Rickard authored
-
Ken Rickard authored
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.
-
- Feb 04, 2008
-
-
Ken Rickard authored
now check to ensure that the Domain module has loaded.
-
- Feb 03, 2008
-
-
Ken Rickard authored
-- Fixes a bad menu behavior with Domain Content.
-
Ken Rickard authored
-- Domain Source updates to allow proper content editing.
-
- Feb 02, 2008
-
-
Ken Rickard authored
This patch replaces the hook_url_alter() patch, bringing the Domain module in line with Drupal 6 core. See #207330.
-
Ken Rickard authored
iterating through tables, allowing the copying of tables that did not exist.
-
Ken Rickard authored
Also added a Views dependency to domain_views.info.
-
Ken Rickard authored
and domain_delete_form() so that extension modules may pass their own custom redirects and messages using the USER_SUBMITTED flag.
-
Ken Rickard authored
the primary domain name setting and root domain for user domains.
-
Ken Rickard authored
and removes domain_theme_init(), allowing Domain Theme to interoperate with other custom theme modules.
-
- Jan 27, 2008
-
-
Ken Rickard authored
to be erased if settings resaved. -- Prevents hook_domaininstall from running during $_POST.
-
Ken Rickard authored
specify links from external domains. -- Cleans up some documentation errors. -- Adds note about PHP includes in response to #214181.
-
- 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.
-