Log of /contributions/modules/domain/domain.install
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.