Log of /contributions/modules/domain/settings_custom_url.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 1 16:30:55 2009 UTC
(3 weeks, 2 days ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0,
HEAD
Branch point for:
DRUPAL-6--2
Changes since
1.24: +62 -36 lines
Diff to
previous 1.24
-- #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.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 24 16:18:52 2009 UTC
(4 weeks, 3 days ago)
by
agentken
Branch:
MAIN
Changes since
1.23: +8 -9 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.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 19 15:45:45 2008 UTC
(13 months ago)
by
agentken
Branch:
MAIN
Changes since
1.12: +2 -2 lines
Diff to
previous 1.12
-- Fixes logic error for hook_domainpath() implementation in custom_url_rewrite.
-- Simplifies the domain_get_uri() function.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 4 16:30:08 2008 UTC
(13 months, 3 weeks ago)
by
agentken
Branch:
MAIN
Changes since
1.8: +4 -2 lines
Diff to
previous 1.8
Deprecates the old loader functions for domain_conf and domain_prefix. These files remain for upgrades.
Revision
1.8 -
(
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.7: +1 -97 lines
Diff to
previous 1.7
-- #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.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 6 21:16:39 2008 UTC
(16 months, 2 weeks ago)
by
agentken
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0,
DRUPAL-6--1-0-RC4,
DRUPAL-6--1-0-RC5,
DRUPAL-6--1-1,
DRUPAL-6--1-2
Changes since
1.6: +20 -12 lines
Diff to
previous 1.6
-- 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.2 -
(
view)
(
download)
(
as text)
(
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
Changes since
1.1: +23 -22 lines
Diff to
previous 1.1
-- 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.1 -
(
view)
(
download)
(
as text)
(
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,
DRUPAL-5--1-1,
DRUPAL-5--1-1beta
Branch point for:
DRUPAL-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.
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.