/[drupal]/contributions/modules/domain/domain.install
ViewVC logotype

Log of /contributions/modules/domain/domain.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.8.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 19:38:55 2009 UTC (3 weeks, 6 days ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-12, DRUPAL-5--1-13, DRUPAL-5--1-14
Changes since 1.8.2.3: +20 -1 lines
Diff to previous 1.8.2.3 , to branch point 1.8 , to next main 1.25
-- #227751 patch by blackdog. Removes unusable items from node settings.
    Requires running update.php.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 22:11:26 2009 UTC (4 weeks, 6 days ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
fixes clode style issues

Revision 1.24 - (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.23: +20 -1 lines
Diff to previous 1.23
-- #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.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 15:02:14 2009 UTC (6 weeks, 5 days ago) by agentken
Branch: MAIN
Changes since 1.22: +17 -1 lines
Diff to previous 1.22
-- #601516. Fixes permission inconsistency.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 13:36:08 2009 UTC (3 months ago) by agentken
Branch: MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21
-- #557702 by TCRobbert. Missing retrun in update 6202.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 19:23:40 2009 UTC (3 months, 1 week ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC9
Changes since 1.20: +18 -1 lines
Diff to previous 1.20
-- #227751 patch by blackdog. Removes unusable items from node settings.
    Requires running update.php.

Revision 1.8.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 31 18:26:43 2009 UTC (5 months, 4 weeks ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10, DRUPAL-5--1-11
Changes since 1.8.2.2: +3 -3 lines
Diff to previous 1.8.2.2 , to branch point 1.8
function domain_url_rewrite_outbound(&$path, &$query, &$fragment, &$absolute, &$base_url, $original_path) {

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 31 18:16:40 2009 UTC (5 months, 4 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC7, DRUPAL-6--2-0-RC8
Changes since 1.19: +4 -4 lines
Diff to previous 1.19
  -- Doxygen cleanup. Upgrades node access patch to Drupal 6.12.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 23 20:15:47 2009 UTC (7 months ago) by nonsie
Branch: MAIN
Changes since 1.18: +18 -2 lines
Diff to previous 1.18
Fixes incorrect call to domain_set_primary_domain()

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 20:11:38 2009 UTC (7 months, 2 weeks ago) by agentken
Branch: MAIN
Changes since 1.17: +2 -16 lines
Diff to previous 1.17
-- #427258 patch by michaelfavia. Clean up cruft in domain administration.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 15:14:33 2009 UTC (9 months ago) by agentken
Branch: MAIN
Changes since 1.16: +15 -1 lines
Diff to previous 1.16
Finishes #378258

Revision 1.16 - (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
CVS Tags: DRUPAL-6--2-0-RC5, DRUPAL-6--2-0-RC6
Changes since 1.15: +13 -8 lines
Diff to previous 1.15
-- Creates the primary domain on install.
-- Fixed domain alias matching issue.
-- Fixes ? handling in domain alias block.

Revision 1.15 - (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.14: +13 -1 lines
Diff to previous 1.14
-- 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.14 - (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.13: +32 -2 lines
Diff to previous 1.13
-- #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.13 - (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.12: +27 -1 lines
Diff to previous 1.12
-- #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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 15:28:31 2008 UTC (13 months, 3 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC2, DRUPAL-6--2-0-RC3
Changes since 1.11: +1 -10 lines
Diff to previous 1.11
-- Polishes the form and form processing for Domain Alias.
-- Creates README instructions for Domain Alias.
-- Creates 6.x.2.0-rc2.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 4 16:27:41 2008 UTC (13 months, 3 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.10: +10 -1 lines
Diff to previous 1.10
-- Cleans up domain.bootstrap.inc, making all internal functions private.
-- Documents the Domain Bootstrap Process.

Revision 1.10 - (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, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-RC, DRUPAL-6--1-0-RC2, DRUPAL-6--1-0-RC3, DRUPAL-6--1-0-RC4, DRUPAL-6--1-0-RC5, DRUPAL-6--1-1, DRUPAL-6--1-2
Changes since 1.9: +16 -4 lines
Diff to previous 1.9
-- #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.8.2.2 - (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, DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.8.2.1: +26 -5 lines
Diff to previous 1.8.2.1 , to branch point 1.8
-- #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.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 20:42:12 2008 UTC (19 months, 4 weeks ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.8: +17 -17 lines
Diff to previous 1.8
-- Fixes errors in Domain User.
-- #785216 by ax. Cleans up API documentation according to http://drupal.org/node/1354#contrib.
-- Changes hook_domainload() to properly work by reference.
-- Adds the INSTALL_QUICKSTART.txt file.
-- Cleans up code style.
-- #239035.  Error in domain_batch_validate().
-- Domain Views used DOS linebreaks.
-- Creates the 5.x.1.2 release.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 26 02:47:31 2008 UTC (20 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.8: +37 -99 lines
Diff to previous 1.8
-- Begins the Drupal 6 port.  HEAD is now considered unstable.

Revision 1.8 - (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-0, DRUPAL-5--1-0rc3, DRUPAL-5--1-0rc4, DRUPAL-5--1-1, DRUPAL-5--1-1beta
Branch point for: DRUPAL-5
Changes since 1.7: +2 -18 lines
Diff to previous 1.7
{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.7 - (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.6: +74 -4 lines
Diff to previous 1.6
#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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 25 17:51:23 2007 UTC (2 years ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--1-0beta7, DRUPAL-5--1-0rc1, DRUPAL-5--1-0rc2
Changes since 1.5: +26 -3 lines
Diff to previous 1.5
-- #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.5 - (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.4: +5 -3 lines
Diff to previous 1.4
-- 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.4 - (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
CVS Tags: DRUPAL-5--1-0beta3, DRUPAL-5--1-0beta4, DRUPAL-5--1-0beta5, DRUPAL-5--1-0beta6
Changes since 1.3: +3 -1 lines
Diff to previous 1.3
#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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 19:16:16 2007 UTC (2 years, 1 month ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-5--1-0beta2
Changes since 1.2: +6 -1 lines
Diff to previous 1.2
Cleans up API documentation file.

Revision 1.2 - (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
CVS Tags: DRUPAL-5--1-0beta
Changes since 1.1: +21 -7 lines
Diff to previous 1.1
-- #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.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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2