/[drupal]/contributions/modules/domain/settings_custom_url.inc
ViewVC logotype

Log of /contributions/modules/domain/settings_custom_url.inc

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.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.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 22:30:36 2009 UTC (3 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC9
Changes since 1.22: +13 -4 lines
Diff to previous 1.22
-- #529026 by Dave Reid. Integrates with URL Alter module for custom_url_rewrite_*.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 21:35:05 2009 UTC (3 months ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-12, DRUPAL-5--1-13, DRUPAL-5--1-14
Changes since 1.1.2.6: +2 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1 , to next main 1.25
22-AUG-2009

-- #551532 by jseltzer. Switches to function_exists for the domain source check.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 21:32:55 2009 UTC (3 months ago) by agentken
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
-- #551532 by jseltzer. Switches to function_exists for the domain source check.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 31 18:36:26 2009 UTC (5 months, 3 weeks ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10, DRUPAL-5--1-11
Changes since 1.1.2.5: +11 -3 lines
Diff to previous 1.1.2.5 , to branch point 1.1
-- Doxygen cleanup. Upgrades patches to Drupal 5.18.
-- #450344 backport to D5 branch.

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

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

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 13 14:25:22 2009 UTC (6 months, 1 week ago) by agentken
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
-- #461114 by chawl. Patch #450344 forgot to pass $options by reference.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 19:25:18 2009 UTC (6 months, 3 weeks ago) by agentken
Branch: MAIN
Changes since 1.18: +10 -2 lines
Diff to previous 1.18
-- #450344 patch by Dave Cohen. Prevent collisions when using custom_url_rewrite_outound().

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 6 22:05:56 2009 UTC (8 months, 2 weeks ago) by agentken
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
-- Reomves {node_access} queries from custom_url_rewrite_outbound().

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 15:45:36 2009 UTC (9 months ago) by agentken
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
cleans up minor code issues from Coder module reports

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 15:13:28 2009 UTC (10 months, 2 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC6
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
#354422 by ariflukito. Fixes incorrect slashes in node link patterns.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 13:23:19 2008 UTC (13 months ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC5
Changes since 1.14: +6 -3 lines
Diff to previous 1.14
-- #324008 by ariflukito. hook_user() does not fire before hook_form_alter().

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 21 13:39:37 2008 UTC (13 months ago) by agentken
Branch: MAIN
Changes since 1.13: +9 -9 lines
Diff to previous 1.13
#300454 patch by ariflukito. Optimizes and corrects hook_domainpath().

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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 19:33:08 2008 UTC (13 months, 1 week ago) by agentken
Branch: MAIN
Changes since 1.11: +10 -2 lines
Diff to previous 1.11
-- #300454 by ariflukito. Introduces hook_domainpath() to allow for URL rewrites
    across domains.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 15:24:46 2008 UTC (13 months, 2 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC2, DRUPAL-6--2-0-RC3, DRUPAL-6--2-0-RC4
Changes since 1.10: +91 -4 lines
Diff to previous 1.10
-- Cleans up the bootstrap process.
-- Restores the settings_custom_url.inc file with a conditional load check.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 4 16:51:09 2008 UTC (13 months, 3 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
adds UPGRADE.txt for 6.x.2

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.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 11 13:35:22 2008 UTC (14 months, 2 weeks ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.1.2.3: +2 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
-- #300454 patch by ariflukito. Backports Domain Source changes from D6.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 25 17:50:45 2008 UTC (16 months ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8
Changes since 1.1.2.2: +20 -15 lines
Diff to previous 1.1.2.2 , to branch point 1.1
-- Fixes default domain source debug message.
-- Fixes logic error in implementation of url rewrites for Domain Source.
-- #268779 allows the setting of default domains for URL rewrites.
-- Adds default domain documentation.

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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 8 16:24:14 2008 UTC (17 months, 2 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.5: +4 -7 lines
Diff to previous 1.5
-- #265221 by hardfocus.  Catches a change in custom_url_rewrite() when paths are aliased.
-- Adds node/%n/outline to default node paths.
-- Creates rc3.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 19 20:41:41 2008 UTC (18 months, 1 week ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC2
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
#206293 by augsburgde.  Fixes $base_url change in custom_url_rewrite_outbound().

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 18 14:46:12 2008 UTC (18 months, 1 week ago) by agentken
Branch: DRUPAL-5
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#255067 by scedwar.  Adds node/%n/edit to default node patterns.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 18 14:42:54 2008 UTC (18 months, 1 week ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
#255067 by scedwar.  Adds node/%n/edit to default node patterns.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 20:44:59 2008 UTC (19 months, 3 weeks ago) by agentken
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
-- domain_default() not using domainload correctly.
-- Recreate domain_user_rules() on domain update.
-- Domain Views used DOS linebreaks.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 20:42:12 2008 UTC (19 months, 3 weeks ago) by agentken
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-3, DRUPAL-5--1-4
Changes since 1.1: +19 -17 lines
Diff to previous 1.1
-- 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.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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2