Log of /contributions/modules/domain/INSTALL.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 31 18:28:32 2009 UTC
(3 weeks, 3 days ago)
by
agentken
Branch:
MAIN
Changes since
1.24: +5 -2 lines
Diff to
previous 1.24
-- #615294. Adds a setting to force Domain Access rules on users who can _administer nodes_.
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 4 16:23:29 2009 UTC
(10 months, 2 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-RC6
Changes since
1.17: +5 -1 lines
Diff to
previous 1.17
-- #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.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 12 23:23:43 2008 UTC
(13 months, 1 week ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-RC4
Changes since
1.15: +3 -22 lines
Diff to
previous 1.15
-- 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.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 11 23:17:58 2008 UTC
(13 months, 1 week ago)
by
agentken
Branch:
MAIN
Changes since
1.14: +91 -40 lines
Diff to
previous 1.14
-- #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.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 10 20:19:27 2008 UTC
(13 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.13: +6 -2 lines
Diff to
previous 1.13
-- #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.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 23 15:12:30 2008 UTC
(14 months ago)
by
agentken
Branch:
MAIN
Changes since
1.10: +10 -22 lines
Diff to
previous 1.10
-- #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.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 30 17:51:46 2008 UTC
(19 months, 3 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-BETA1,
DRUPAL-6--1-0-BETA2
Changes since
1.7: +32 -63 lines
Diff to
previous 1.7
-- 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.6.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 12 01:30:12 2008 UTC
(20 months, 2 weeks ago)
by
agentken
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-1,
DRUPAL-5--1-1beta
Changes since
1.6: +6 -1 lines
Diff to
previous 1.6
#203776 by MatBoy. Updates documentation of Domain User.
-- #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.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 12 01:23:17 2008 UTC
(20 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.6: +6 -1 lines
Diff to
previous 1.6
#203776 by MatBoy. Updates documentation of Domain User.
-- #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.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 9 15:18:02 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.5: +110 -103 lines
Diff to
previous 1.5
Moves custom_url_rewrite_outbound() into its own include file.
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.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Feb 4 03:23:58 2008 UTC
(21 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.4: +77 -74 lines
Diff to
previous 1.4
Change to the custom_url_rewrite_outbound function. We
now check to ensure that the Domain module has loaded.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 2 21:54:52 2008 UTC
(21 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.3: +124 -8 lines
Diff to
previous 1.3
#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.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 10 19:42:16 2007 UTC
(23 months, 2 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.1: +10 -4 lines
Diff to
previous 1.1
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.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 1 21:37:54 2007 UTC
(23 months, 3 weeks ago)
by
agentken
Branch:
MAIN
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.
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.