Log of /contributions/modules/domain/domain.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.133 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 1 16:30:55 2009 UTC
(3 weeks, 5 days ago)
by
agentken
Branch:
MAIN
Changes since
1.132: +57 -20 lines
Diff to
previous 1.132
-- #615258. Cleans up the API for domain source handling. Introduces the new hooks:
-- hook_domain_source_alter(&$source, $nid)
-- hook_domain_source_path_alter(&$source, $path)
And also the new lookup functions for finding the best links:
-- domain_get_node_match($nid)
-- domain_get_path_match($path)
Revision
1.124 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 24 16:18:52 2009 UTC
(4 weeks, 6 days ago)
by
agentken
Branch:
MAIN
Changes since
1.123: +115 -25 lines
Diff to
previous 1.123
-- #540684 by Bartezz. Allows Domain Source to set the active domain as source.
-- #561282 by kotu, nonsie, nirbhasa, Bartezz. Removes the auto-filtering of domains
by id when using Views.
-- #564070 by BWPanda. Limits Domain Source to only active domains.
-- #564070 by BWPanda. Better redirects from invalid domains.
-- Introduces domain_get_node_domains() and domain_source_lookup().
-- Now logs requests to invalid domains.
-- Introduces the _access inactive domains_ permission.
-- Introduces the _access domain navigation_ permission.
-- Requires running update.php to add new permissions.
Revision
1.119 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 11 14:10:01 2009 UTC
(6 weeks, 5 days ago)
by
agentken
Branch:
MAIN
Changes since
1.118: +41 -8 lines
Diff to
previous 1.118
-- #576444 by jeremyr and nonsie. Makes the selection of domains configrable as checkboxes or select list.
Revision
1.106 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 24 17:37:42 2009 UTC
(7 months ago)
by
agentken
Branch:
MAIN
Changes since
1.105: +2 -2 lines
Diff to
previous 1.105
-- #443346 by kenorb. Must initialize the $_domain array on first use.
-- #443836 patch by blackdog. Fixes error in user registration handling.
Revision
1.97 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 6 20:27:28 2009 UTC
(8 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.96: +35 -4 lines
Diff to
previous 1.96
-- #393448. Moves Content editing forms settings to hook_perm().
See UPGRADE.txt for details on the changes.
Revision
1.94 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 21 23:11:12 2009 UTC
(9 months ago)
by
agentken
Branch:
MAIN
Changes since
1.93: +4 -4 lines
Diff to
previous 1.93
-- #26607. Allows each domain to specify a default language.
-- Cleans up some more E_ALL notices.
-- Fixes a logic error in domain_get_uri() that discarded language prefixes.
-- Adds a small API change to hook_domainbatch().
Revision
1.88 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 4 16:41:23 2009 UTC
(10 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.87: +3 -2 lines
Diff to
previous 1.87
-- #336221 by ariflukito. Fixes url encoding issue with Domain Content.
-- Forces a menu rebuild whenever domains are updated or created.
-- Changes Domain Content to use the sitename instead of the URL in menus.
Revision
1.87 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 4 16:23:29 2009 UTC
(10 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.86: +2 -2 lines
Diff to
previous 1.86
-- #353006 by waverate. Check that path,inc is loaded inside domain_grant_all().
-- #273415 by aaront. The default primary links block does not respect domain settings.
Creates new blocks to handle primary and secondary links.
-- #350350 by aufumy. Clarifies installation instructions for settings.php.
Revision
1.81 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 19 15:45:45 2008 UTC
(13 months, 1 week ago)
by
agentken
Branch:
MAIN
Changes since
1.80: +2 -6 lines
Diff to
previous 1.80
-- Fixes logic error for hook_domainpath() implementation in custom_url_rewrite.
-- Simplifies the domain_get_uri() function.
Revision
1.79 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 18 16:49:18 2008 UTC
(13 months, 1 week ago)
by
agentken
Branch:
MAIN
Changes since
1.78: +6 -6 lines
Diff to
previous 1.78
-- Creates the primary domain on install.
-- Fixed domain alias matching issue.
-- Fixes ? handling in domain alias block.
Revision
1.77 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 12 23:23:43 2008 UTC
(13 months, 2 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-RC4
Changes since
1.76: +45 -86 lines
Diff to
previous 1.76
-- Deprecates the domain_editor grant.
-- Adds the _delete domain nodes_ permission.
-- Tightens restrictions on operations run by Domain Content, based on the
new permissions.
-- Fixes Domain Strict to only affect the view operation.
-- Updates README.txt.
Revision
1.76 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 12 16:15:16 2008 UTC
(13 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.75: +39 -4 lines
Diff to
previous 1.75
-- #320257. Moves domain user data into the new {domain_editor} table.
-- Fixes new behavior of domain 0 storage with domain batch update functions.
-- Note that update 6200 needs to be run for all sites upgrading from 6.x.1.
Revision
1.75 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 11 23:17:58 2008 UTC
(13 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.74: +5 -3 lines
Diff to
previous 1.74
-- #320064. Places the default domain record into {domain} as record 0.
-- Changes the installer to add domains 0 and 1 on install.
-- Use of 6.x.2.0 now requires running update.php for users of lower versions.
-- Begins to fix Domain Views for ViewsAPI 2.0. UNSTABLE.
-- Fixes Domain Prefix README.
Revision
1.74 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 10 20:19:27 2008 UTC
(13 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.73: +7 -7 lines
Diff to
previous 1.73
-- #319542 by batigolix. Updates install instructions.
-- Standardizes documentation use of the term domain instead of subdomain.
-- Makes most include_once and require_once calls simple include statements.
Revision
1.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 6 15:24:46 2008 UTC
(13 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.71: +20 -5 lines
Diff to
previous 1.71
-- Cleans up the bootstrap process.
-- Restores the settings_custom_url.inc file with a conditional load check.
Revision
1.70 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 4 15:16:45 2008 UTC
(13 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.69: +22 -1 lines
Diff to
previous 1.69
-- #316072 by BWPanda. Implements hook_content_extra_fields() to allow CCK field sorting.
-- Cleans up hook_node_access_explain().
Revision
1.69 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 3 15:47:55 2008 UTC
(13 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.68: +1 -6 lines
Diff to
previous 1.68
-- Updates domain.bootstrap.inc for code style.
-- Cleans up hook_domain_bootstrap_full() implementations.
-- Updates API docs.
Revision
1.68 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 23 15:12:30 2008 UTC
(14 months ago)
by
agentken
Branch:
MAIN
Changes since
1.67: +26 -30 lines
Diff to
previous 1.67
-- #276303 patch by bforchhammer. Commits the Domain Bootstrap patch for testing.
-- #284422 patch by bforchhammer. Commits the Domain Alias module for testing.
-- Updates INSTALL instruvtions but not the README.
-- WARNING -- HEAD is now unstable.
Revision
1.67 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 17 17:35:26 2008 UTC
(14 months, 1 week ago)
by
agentken
Branch:
MAIN
Changes since
1.66: +9 -3 lines
Diff to
previous 1.66
-- #306322 patch by ariflukito. Filtering problem for Domain Content.
-- #307663. Bad logic when displaying editor domain list in hook_user().
-- #306551 patch by zttt. Do not set action on forms that already are set to an external host.
-- #309258 by nirvanajyothi. Clarifies documentation of content editing forms.
Revision
1.40.2.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 16 17:11:42 2008 UTC
(15 months, 1 week ago)
by
agentken
Branch:
DRUPAL-5
Changes since
1.40.2.18: +27 -17 lines
Diff to
previous 1.40.2.18
, to
branch point 1.40
-- Verifies that Domain works with Drupal 5.10
-- #293453 by scedwar. Pops users from invalid wildcard domains to the primary domain.
-- #295543 by nirvanajyothi. Duplicate key errors on module enable.
Revision
1.63 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 16 16:28:26 2008 UTC
(15 months, 1 week ago)
by
agentken
Branch:
MAIN
Changes since
1.62: +8 -11 lines
Diff to
previous 1.62
-- Verifies that Domain works with Drupal 6.4
-- #293453 by scedwar. Pops users from invalid wildcard domains to the primary domain.
-- #295543 by nirvanajyothi. Duplicate key errors on module enable.
-- #295398 patch by nonsie. Wrong parameter order in Domain Prefix usage of drupal_execute.
Revision
1.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 1 15:18:35 2008 UTC
(15 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.61: +5 -5 lines
Diff to
previous 1.61
-- #290017. Fixes error in Domain Source validation logic.
-- #290014. Fixes default checkbox errors.
-- Cleans up some E_ALL issues.
-- Cleans up some documentation.
Revision
1.40.2.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 25 15:46:16 2008 UTC
(16 months ago)
by
agentken
Branch:
DRUPAL-5
Changes since
1.40.2.15: +1 -6 lines
Diff to
previous 1.40.2.15
, to
branch point 1.40
-- #280908 by nirvanajyothi. Fixes domain_disable(), which caused
issues when doing an upgrade.
-- #284398 by bforchhammer. Domain Nav called deprecated hook.
-- #286399 by mikeshanley. Fixes HTML format error in Domain User.
-- #246497 by scedwar. Adds empty domain gid for use with Domain Views.
Revision
1.60 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 25 13:53:51 2008 UTC
(16 months ago)
by
agentken
Branch:
MAIN
Changes since
1.59: +2 -2 lines
Diff to
previous 1.59
-- #283376 by jaxpax and Garrett Albright. Cannot pass variable by reference
and set a default value in PHP 4.
Revision
1.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 6 21:16:39 2008 UTC
(16 months, 3 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-RC4
Changes since
1.58: +78 -31 lines
Diff to
previous 1.58
-- Coder style cleanup.
-- E_ALL Strict compliance.
-- Fixes logic error in implementation of url rewrites for Domain Source.
-- Removed the $domain argument from hook_domainconf().
-- Batch operations changes for E_ALL.
-- Removes legacy xcoord, ycoord from domain_conf_system().
-- Removes serialize|unserialize from variable_set|get.
-- Adds hook_node_access_explain() for Devel module.
-- Removes domain_user_boot() -- not needed.
-- #271340 typo on user page.
-- Fixes domain_user view changes for D6.
-- FormsAPI fixes for batch processing in D6.
-- #268779 allows the setting of default domains for URL rewrites.
-- #246497 by scedwar. Adds empty domain gid for use with Domain Views.
-- Created 6.x.1.0rc4
Revision
1.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 5 16:24:54 2008 UTC
(16 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.57: +6 -1 lines
Diff to
previous 1.57
-- #278836 by nirvanajyothi. Array error in node forms when users were not
assigned to any valid domains.
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 5 15:56:47 2008 UTC
(16 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.56: +21 -6 lines
Diff to
previous 1.56
-- Moving domain_init() to domain_boot() broke hook_domainload(). So
we have to keep domaion_init(). We also have to implement hook_boot()
in modules that use hook_domainload(). See the API for details.
-- Fixes issue with Domain User. We do strip the ports off of restricted usernames.
-- #277046 by hardfocus. Implements a new hook_domainignore() to tell the
module not to apply hook_form_alter() in some cases. Notably update.php.
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 8 15:32:48 2008 UTC
(17 months, 2 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-RC3
Changes since
1.51: +9 -1 lines
Diff to
previous 1.51
-- #266166 patch by grndlvl. hook_domaincron() now provides table prefix and settings loading.
For users who were performing cron actions across multiple domain or using hook_domaincron(),
you will need to pay attention to potential changes in behavior.
Revision
1.40.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 8 15:24:58 2008 UTC
(17 months, 2 weeks ago)
by
agentken
Branch:
DRUPAL-5
Changes since
1.40.2.8: +9 -1 lines
Diff to
previous 1.40.2.8
, to
branch point 1.40
-- #266166 patch by grndlvl. hook_domaincron() now provides table prefix and settings loading.
For users who were performing cron actions across multiple domain or using hook_domaincron(),
you will need to pay attention to potential changes in behavior.
Revision
1.50 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 1 14:19:54 2008 UTC
(17 months, 3 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-RC2
Changes since
1.49: +56 -34 lines
Diff to
previous 1.49
-- Updates multiple_node_access.patch to Drupal 6.2.
-- #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
Revision
1.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 20 22:44:31 2008 UTC
(19 months, 1 week ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-BETA2
Changes since
1.47: +20 -3 lines
Diff to
previous 1.47
-- #243418 (assisted by georgw). Updates menu system to Drupal 6.2.
-- #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.
Revision
1.40.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 20 21:44:38 2008 UTC
(19 months, 1 week ago)
by
agentken
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-3
Changes since
1.40.2.5: +11 -3 lines
Diff to
previous 1.40.2.5
, to
branch point 1.40
-- #247684 fixes error in domain_default().
-- #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.
-- #242648 fixes issue with www stripping for Domain Conf and Domain Prefix.
-- Requires running update.php.
-- Creates the 5.x.1.3 release.
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 30 20:44:59 2008 UTC
(19 months, 4 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.46: +2 -3 lines
Diff to
previous 1.46
-- domain_default() not using domainload correctly.
-- Recreate domain_user_rules() on domain update.
-- Domain Views used DOS linebreaks.
Revision
1.46 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 30 17:51:46 2008 UTC
(19 months, 4 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-BETA1
Changes since
1.45: +276 -337 lines
Diff to
previous 1.45
-- First full port to Drupal 6.
-- #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.
Revision
1.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 26 01:53:46 2008 UTC
(20 months ago)
by
agentken
Branch:
MAIN
Changes since
1.43: +50 -6 lines
Diff to
previous 1.43
Cleans up menu handling for batch actions.
-- Corrects behaviors associated with hook_domainconf().
-- Updates README.txt for Domain, Domain Prefix and Domain Conf.
-- Fixes error in domain_nav_render().
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 17 01:35:28 2008 UTC
(20 months, 1 week ago)
by
agentken
Branch:
MAIN
Changes since
1.42: +85 -2 lines
Diff to
previous 1.42
Fixes error in new logic for domain_conf_form_submit().
-- 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.
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 15 18:59:29 2008 UTC
(20 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.41: +12 -7 lines
Diff to
previous 1.41
Clarifies API for hook_domainupdate().
-- #228813. Generates access rules more often and accurately when
using Domain User.
-- Adds $reset flags to domain_domains(), domain_default()
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 12 01:41:40 2008 UTC
(20 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.40: +5 -4 lines
Diff to
previous 1.40
#227999 by skizzo and torgosPizza. Fixes empty -path- passed by
parse_url() in PHP 5.
-- Cleans up domain_get_uri().
Revision
1.40.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 12 01:40:25 2008 UTC
(20 months, 2 weeks ago)
by
agentken
Branch:
DRUPAL-5
Changes since
1.40: +6 -5 lines
Diff to
previous 1.40
#227999 by skizzo and torgosPizza. Fixes empty path passed by
parse_url() in PHP 5.
-- Cleans up domain_get_uri().
Revision
1.40 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 9 14:42:04 2008 UTC
(21 months, 2 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0
Branch point for:
DRUPAL-5
Changes since
1.39: +17 -1 lines
Diff to
previous 1.39
Enabling the module now populates the {domain_access} table correctly.
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.
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 3 17:38:39 2008 UTC
(21 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.38: +5 -2 lines
Diff to
previous 1.38
domain_domains() now sets the domain_id as the array key.
-- Domain Source updates to allow proper content editing.
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 2 21:54:52 2008 UTC
(21 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.37: +7 -84 lines
Diff to
previous 1.37
#210248. Backports custom_url_rewrite_outbound() to Drupal 5.
This patch replaces the hook_url_alter() patch, bringing the Domain
module in line with Drupal 6 core. See #207330.
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 20 18:54:38 2008 UTC
(22 months, 1 week ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0rc4
Changes since
1.36: +41 -39 lines
Diff to
previous 1.36
Separates an -assign domain editors- permission from the -set domain access-
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.
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 20 17:02:24 2008 UTC
(22 months, 1 week ago)
by
agentken
Branch:
MAIN
Changes since
1.35: +21 -17 lines
Diff to
previous 1.35
#210213 patch by nicholasThompson. Documentation warning links did
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.
Revision
1.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 12 17:14:17 2008 UTC
(22 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.34: +12 -2 lines
Diff to
previous 1.34
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.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 12 17:06:25 2008 UTC
(22 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.33: +21 -17 lines
Diff to
previous 1.33
#208550 patch by smk-ka. Cleans up code and logic errors in
domain_grant_all() that causes nodes to be visible on all domains.
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 5 16:57:29 2008 UTC
(22 months, 3 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0rc3
Changes since
1.32: +17 -17 lines
Diff to
previous 1.32
{domain_access} table does not need to store grant information.
-- Moves invocation of _domain_write_access_records() to domain_nodeapi().
-- Bug in domain_nodeapi() caused error during node_access_rebuild().
-- Creates rc3.
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 4 03:36:44 2008 UTC
(22 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.31: +66 -32 lines
Diff to
previous 1.31
#197488 by Daryljames with special assistance from salvis.
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.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 22 02:01:49 2007 UTC
(23 months, 1 week ago)
by
agentken
Branch:
MAIN
Changes since
1.29: +3 -3 lines
Diff to
previous 1.29
Adds hook_domainconf() to Domain Conf; inspired by #202917 and #202671.
-- #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.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 10 22:33:25 2007 UTC
(23 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.26: +4 -4 lines
Diff to
previous 1.26
Accidentally committed the module with the default rules reversed.
-- 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
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 10 19:42:16 2007 UTC
(23 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.25: +24 -6 lines
Diff to
previous 1.25
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.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 10 18:19:38 2007 UTC
(23 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.24: +18 -2 lines
Diff to
previous 1.24
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.
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 6 02:13:33 2007 UTC
(23 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.23: +5 -3 lines
Diff to
previous 1.23
Adds the personal domain construction logic for Domain User. This module is still
unstable, however, and should not be used.
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 6 01:19:58 2007 UTC
(23 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.22: +3 -3 lines
Diff to
previous 1.22
#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.
-- #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.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 1 21:37:54 2007 UTC
(23 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.21: +20 -5 lines
Diff to
previous 1.21
Fixes error in multiple_node_access.patch, which was passing the uid incorrectly.
-- 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.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 29 02:13:42 2007 UTC
(2 years ago)
by
agentken
Branch:
MAIN
Changes since
1.20: +22 -7 lines
Diff to
previous 1.20
ets 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.
-- Cleans up the settings page and places Advanced Settings in a separate group.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 27 00:37:19 2007 UTC
(2 years ago)
by
agentken
Branch:
MAIN
Changes since
1.19: +14 -4 lines
Diff to
previous 1.19
Prevents the Domain Access option from showing on the default batch content editing page.
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().
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 25 22:37:28 2007 UTC
(2 years ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0beta7
Changes since
1.17: +49 -31 lines
Diff to
previous 1.17
#189797 by moshub. Allows the admin to decide if content searches should be run
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.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 25 17:51:23 2007 UTC
(2 years ago)
by
agentken
Branch:
MAIN
Changes since
1.16: +139 -25 lines
Diff to
previous 1.16
-- #192452 by skizzo. Allows domains to be set to inactive. Inactive domains can only be
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.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 21 19:35:03 2007 UTC
(2 years ago)
by
agentken
Branch:
MAIN
Changes since
1.15: +181 -107 lines
Diff to
previous 1.15
-- Fixes logical error in domain_content.
-- 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.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 10 01:56:51 2007 UTC
(2 years ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0beta6
Changes since
1.14: +11 -3 lines
Diff to
previous 1.14
Adds the Domain Prefix module, for advanced table prefixing options.
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.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 4 16:49:51 2007 UTC
(2 years ago)
by
agentken
Branch:
MAIN
Changes since
1.13: +2 -2 lines
Diff to
previous 1.13
#188160 by skizzo. Disabling the domain_conf module does not stop it from loading. You must
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.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 28 17:03:40 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
Changes since
1.10: +38 -12 lines
Diff to
previous 1.10
Adds hook_domainload() to allow submodules to modify the $domain array.
-- 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.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 27 00:23:04 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
Changes since
1.9: +37 -2 lines
Diff to
previous 1.9
#186935. The site_grant element of the domain array was not being set by domain_domains().
-- #186624. domain_form_alter() breaks CCK field management.
-- Adds hook_domaincron().
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 25 00:33:49 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0beta3
Changes since
1.8: +4 -7 lines
Diff to
previous 1.8
#186153 by skizzo. THe Domain Conf module needs to be on the selected domain in order
to load the correct setings for the form.
-- Related to the above. After deleting a domain record, return to the root domain.
-- #186321. Logic error in domain_init() causes the site_grant variable to be unset, causing the
module not to function properly.
-- #186255. Lookup the domain data before deleting the record and firing hook_domainrecord().
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 24 01:08:13 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
Changes since
1.7: +24 -17 lines
Diff to
previous 1.7
#184993. Fixes menu order for domain_content.module.
-- 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.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 10 00:39:34 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
Changes since
1.5: +85 -15 lines
Diff to
previous 1.5
Adds the Domain Nav module, which generates a block of navigation links.
-- Adds the Domain Content module, for batch editing domain-specific content.
-- Adds several new helper functions.
-- Corrects use of variable_del() to reset variables during the domain_disable() function.
-- Changes domain_list() to domain_view().
-- Cleans up documentation style and defgroups.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 5 22:56:01 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
Changes since
1.4: +10 -2 lines
Diff to
previous 1.4
Cleans up README errors.
-- 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.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 4 22:24:47 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0beta
Changes since
1.3: +45 -9 lines
Diff to
previous 1.3
-- Adds pgsql install to domain_conf module.
-- Puts node edit form elements into a collapsible group.
-- Finishes initial README.
-- Adds DOMAIN_INSTALL_RULE and DOMAIN_EDITOR_RULE to enable custom behavior when the
module is initially enabled. See the README.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 4 01:35:28 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
Changes since
1.2: +28 -40 lines
Diff to
previous 1.2
-- #180514. Changes the module to recognize fully-qualified domain names instead of subdomains.
Doing so increases the flexibility of the module. However, single-sign on across mutliple domains
is not yet supported.
-- Changes the default menu item for the settings page.
-- Changes the module name to Domain Access
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 2 22:43:10 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
Changes since
1.1: +26 -19 lines
Diff to
previous 1.1
Moves the domain_conf routine out of settings.php and into hook_init(). This idea, taken from
the Multidomain module, makes it easier to use the Domain Manager module.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 1 23:11:16 2007 UTC
(2 years, 1 month ago)
by
agentken
Branch:
MAIN
Initial commit of the Domain Manager module. This module provides a lightwieght set of tools for
creating and managing a network of affiliates sites. The sites run on subdomains of a master domain.
A single Drupal installation and database are required. The module uses hook_node_access() to determine
how content should be presented. Originally developed for www.skirt.com, the module was introduces
at DrupalCON Barcelona.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.