/[drupal]/contributions/modules/path_redirect/path_redirect.module
ViewVC logotype

Log of /contributions/modules/path_redirect/path_redirect.module

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.3.2.7.2.63 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 9 20:38:16 2009 UTC (2 weeks, 1 day ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.62: +26 -7 lines
Diff to previous 1.3.2.7.2.62 , to branch point 1.3.2.7 , to next main 1.3.2.37
by Dave Reid: Added support for deleted taxonomy terms and user paths.

Revision 1.3.2.7.2.62 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 05:36:49 2009 UTC (2 weeks, 3 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.61: +4 -1 lines
Diff to previous 1.3.2.7.2.61 , to branch point 1.3.2.7
by Dave Reid: Fixed another backwards-compatible call to path_redirect_delete().

Revision 1.3.2.7.2.61 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 17:09:02 2009 UTC (2 weeks, 6 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.60: +14 -5 lines
Diff to previous 1.3.2.7.2.60 , to branch point 1.3.2.7
by Dave Reid: Allow redirection on <front>.

Revision 1.3.2.7.2.60 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 06:39:26 2009 UTC (2 weeks, 6 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.59: +41 -1 lines
Diff to previous 1.3.2.7.2.59 , to branch point 1.3.2.7
Moved path_redirect_validate_redirect() to path_redirect.module.

Revision 1.3.2.7.2.59 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 06:29:09 2009 UTC (2 weeks, 6 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.58: +4 -8 lines
Diff to previous 1.3.2.7.2.58 , to branch point 1.3.2.7
by Dave Reid: Removed stupid constant REQUEST_TIME.

Revision 1.3.2.7.2.58 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 06:00:11 2009 UTC (2 weeks, 6 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.57: +13 -13 lines
Diff to previous 1.3.2.7.2.57 , to branch point 1.3.2.7
#617354 by jcarnett, Dave Reid: Do not replace <front> with front page path in case the variable changes later.

Revision 1.3.2.7.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 05:49:46 2009 UTC (2 weeks, 6 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.56: +15 -3 lines
Diff to previous 1.3.2.7.2.56 , to branch point 1.3.2.7
by Dave Reid: Make redirect form validation re-usable.

Revision 1.3.2.7.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 05:10:21 2009 UTC (2 weeks, 6 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.55: +42 -87 lines
Diff to previous 1.3.2.7.2.55 , to branch point 1.3.2.7
by Dave Reid: Merged _path_redirect_check() back into path_redirect_init() and split the current page loading into _path_redirect_load_current_page_redirect().

Revision 1.3.2.7.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 00:14:26 2009 UTC (3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.54: +4 -4 lines
Diff to previous 1.3.2.7.2.54 , to branch point 1.3.2.7
#620064 by brad bulger, Dave Reid: Fixed fatal error when parse_url() returns FALSE instead of an array.

Revision 1.3.2.7.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 00:13:15 2009 UTC (3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.53: +13 -12 lines
Diff to previous 1.3.2.7.2.53 , to branch point 1.3.2.7
by Dave Reid: Fixed ambiguous $r in _path_redirect_check().

Revision 1.3.2.7.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 23:56:23 2009 UTC (3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.52: +2 -2 lines
Diff to previous 1.3.2.7.2.52 , to branch point 1.3.2.7
#621888 by andypost: Fixed SQL typo in path_redirect_load_by_path().

Revision 1.3.2.7.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 08:16:33 2009 UTC (3 weeks, 4 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.51: +2 -2 lines
Diff to previous 1.3.2.7.2.51 , to branch point 1.3.2.7
#618596 by Dave Reid: Fixed default purge option. Let's not delete data by default.

Revision 1.3.2.7.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 08:13:57 2009 UTC (3 weeks, 4 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.50: +6 -2 lines
Diff to previous 1.3.2.7.2.50 , to branch point 1.3.2.7
#618706 by simonb, Dave Reid: Fixed path_redirect_delete_by_path().

Revision 1.3.2.7.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 03:46:11 2009 UTC (4 weeks, 1 day ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.49: +47 -43 lines
Diff to previous 1.3.2.7.2.49 , to branch point 1.3.2.7
by Dave Reid: Cleaned up APIs. Still more cleanups to do.

Revision 1.3.2.7.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 27 21:57:20 2009 UTC (4 months, 4 weeks ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA4
Changes since 1.3.2.7.2.48: +4 -4 lines
Diff to previous 1.3.2.7.2.48 , to branch point 1.3.2.7
by Dave Reid: Changed the autocomplete path to a js.module-compatible path.

Revision 1.3.2.7.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 04:31:17 2009 UTC (6 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.47: +2 -2 lines
Diff to previous 1.3.2.7.2.47 , to branch point 1.3.2.7
#450294 by Dave Reid: Fixed undefined function parse_ul(). Oops.

Revision 1.3.2.7.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 15:37:03 2009 UTC (6 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.46: +4 -3 lines
Diff to previous 1.3.2.7.2.46 , to branch point 1.3.2.7
#448334 by Dave Reid: Fixed PHP4 incompatibility with parse_url().

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 02:44:34 2009 UTC (8 months, 1 week ago) by davereid
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +37 -12 lines
Diff to previous 1.5
by Dave Reid: Synced with 6.x.

Revision 1.3.2.7.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 20:51:27 2009 UTC (8 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.45: +13 -10 lines
Diff to previous 1.3.2.7.2.45 , to branch point 1.3.2.7
#405250 by Dave Reid: Fixed PHP4 incompatibility with foreach and references. Plus many misc fixes.

Revision 1.3.2.7.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 07:25:25 2009 UTC (8 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.44: +37 -7 lines
Diff to previous 1.3.2.7.2.44 , to branch point 1.3.2.7
#158547 by Dave Reid: Added basic export functionality and reverted recent minor string changes.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 03:49:25 2009 UTC (8 months, 2 weeks ago) by davereid
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4
by Dave Reid: Fixed coder warnings.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 03:17:41 2009 UTC (8 months, 2 weeks ago) by davereid
Branch: MAIN
Changes since 1.3: +275 -285 lines
Diff to previous 1.3
by Dave Reid: Update HEAD to Drupal 7.

Revision 1.3.2.7.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 03:04:32 2009 UTC (8 months, 2 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.43: +2 -4 lines
Diff to previous 1.3.2.7.2.43 , to branch point 1.3.2.7
by Dave Reid: Fixed coder review warnings.

Revision 1.3.2.7.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 02:57:15 2009 UTC (8 months, 2 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.42: +25 -15 lines
Diff to previous 1.3.2.7.2.42 , to branch point 1.3.2.7
by Dave Reid: Changed default settings and updated Drupal 7 preparations. Fixed inconsistent string case usage with core.

Revision 1.3.2.7.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 19:09:26 2009 UTC (8 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.41: +2 -2 lines
Diff to previous 1.3.2.7.2.41 , to branch point 1.3.2.7
Fixed context insensitive string and wrong use of format_plural().

Revision 1.3.2.7.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 18:56:51 2009 UTC (8 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.40: +2 -2 lines
Diff to previous 1.3.2.7.2.40 , to branch point 1.3.2.7
Corrected case of edit/delete links.

Revision 1.3.2.7.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 18:51:55 2009 UTC (8 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.39: +7 -7 lines
Diff to previous 1.3.2.7.2.39 , to branch point 1.3.2.7
Added missing periods to description sentences

Revision 1.3.2.7.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 07:42:20 2009 UTC (8 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.38: +2 -1 lines
Diff to previous 1.3.2.7.2.38 , to branch point 1.3.2.7
by Dave Reid: Fixed bug in path_redirect_delete()'s legacy parameter support.

Revision 1.3.2.7.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 07:34:51 2009 UTC (8 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.37: +48 -62 lines
Diff to previous 1.3.2.7.2.37 , to branch point 1.3.2.7
by Dave Reid: Changed logic in path_redirect_load() and path_redirect_delete() for flexibility (removes need for custom _path_redirect_load_init() function).

Revision 1.3.2.7.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 06:42:31 2009 UTC (8 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.36: +7 -8 lines
Diff to previous 1.3.2.7.2.36 , to branch point 1.3.2.7
by Dave Reid: Remove $join parameter from path_redirect_load() and path_redirect_delete().

Revision 1.3.2.7.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 04:16:19 2009 UTC (8 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.35: +60 -4 lines
Diff to previous 1.3.2.7.2.35 , to branch point 1.3.2.7
by Dave Reid: Adding new private function to load redirect based from separate path and query source fields.

Revision 1.3.2.7.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 00:16:08 2009 UTC (8 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3
Changes since 1.3.2.7.2.34: +41 -6 lines
Diff to previous 1.3.2.7.2.34 , to branch point 1.3.2.7
by Dave Reid: Added path_redirect_var(), an internal implementation of variable_get() with automatic defaults and error checking.

Revision 1.3.2.7.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 28 00:02:32 2009 UTC (8 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.33: +54 -34 lines
Diff to previous 1.3.2.7.2.33 , to branch point 1.3.2.7
#382166 by Dave Reid: Added multilingual support for redirects!

Revision 1.3.2.7.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 06:01:06 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.32: +3 -3 lines
Diff to previous 1.3.2.7.2.32 , to branch point 1.3.2.7
by Dave Reid: Fixed the update on last_used to use rid instead of path.

Revision 1.3.2.7.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 20:33:16 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.31: +5 -5 lines
Diff to previous 1.3.2.7.2.31 , to branch point 1.3.2.7
#367477 by Dave Reid: Fixed use of $_SERVER['REQUEST_TIME'] to time().

Revision 1.3.2.7.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 03:54:05 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.30: +5 -1 lines
Diff to previous 1.3.2.7.2.30 , to branch point 1.3.2.7
#366430 by Dave Reid: Remove beginning and ending slashes from path field.

Revision 1.3.2.7.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 03:36:16 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.29: +31 -5 lines
Diff to previous 1.3.2.7.2.29 , to branch point 1.3.2.7
by Dave Reid: Added automatic redirect creation when path aliases are changed manually.

Revision 1.3.2.7.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 07:06:16 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.28: +2 -2 lines
Diff to previous 1.3.2.7.2.28 , to branch point 1.3.2.7
by Dave Reid: Replaced substr() and strlen() with drupal_substr() and drupal_strlen().
by Dave Reid: Changed 'from' field to a required field and simplified validation.
by Dave Reid: Fixed coder SQL warning in path_redirect_autocomplete().
by Dave Reid: Added tests for auto completion.

Revision 1.3.2.7.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 06:19:42 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.27: +7 -1 lines
Diff to previous 1.3.2.7.2.27 , to branch point 1.3.2.7
by Dave Reid: Add legacy path_redirect_delete() API support for pathauto.

Revision 1.3.2.7.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 04:57:29 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.26: +32 -42 lines
Diff to previous 1.3.2.7.2.26 , to branch point 1.3.2.7
by Dave Reid: Changed path_redirect_load() and path_redirect_delete() for more flexibility.

Revision 1.3.2.7.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 04:25:10 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.25: +9 -2 lines
Diff to previous 1.3.2.7.2.25 , to branch point 1.3.2.7
by Dave Reid: Added autocompletion for the 'from' field on admin/build/path-redirect/add using a list of current 404s encountered on the site.

Revision 1.3.2.7.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 03:47:09 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.24: +2 -2 lines
Diff to previous 1.3.2.7.2.24 , to branch point 1.3.2.7
by Dave Reid: Allow UTF8 URLs to be used as 'from' paths (consistency with path module).

Revision 1.3.2.7.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 20:44:00 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.23: +71 -99 lines
Diff to previous 1.3.2.7.2.23 , to branch point 1.3.2.7
- Cleaned up form elements.
- Added a last used timestamp column so that inactive redirects can be purged.
- Rearranged code in path_redirect.module so that hooks are all together at the top.
- Simplifid path_redirect_save() with drupal_write_record().
- Started writing the test suite!

Revision 1.3.2.7.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 16:49:33 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.22: +5 -4 lines
Diff to previous 1.3.2.7.2.22 , to branch point 1.3.2.7
#365589 by Dave Reid: Followup to fix hook_help paths.

Revision 1.3.2.7.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 16:47:27 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.21: +4 -3 lines
Diff to previous 1.3.2.7.2.21 , to branch point 1.3.2.7
#365589 by Todd Nienkerk, Dave Reid: Moved settings page into admin/build/path-redirect/settings for improved UI and consistency.

Revision 1.3.2.7.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 21:52:20 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.20: +15 -15 lines
Diff to previous 1.3.2.7.2.20 , to branch point 1.3.2.7
by Dave Reid: Split code from hook_init() into path_redirect_check().

Revision 1.3.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 20:35:25 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-5
Changes since 1.3.2.36: +15 -18 lines
Diff to previous 1.3.2.36 , to branch point 1.3 , to next main 1.6
by Dave Reid: Simplified code in path_redirect_admin and shortend table width.

Revision 1.3.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 19:54:45 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-5
Changes since 1.3.2.35: +29 -26 lines
Diff to previous 1.3.2.35 , to branch point 1.3
#200080 by moshe weitzman: Fixed errors with redirection and caching. Also synced up a couple changes from 6.x-1.x.

Revision 1.3.2.7.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 19:17:00 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.3.2.7.2.19: +25 -20 lines
Diff to previous 1.3.2.7.2.19 , to branch point 1.3.2.7
by Dave Reid: Reworked the login in path_redirect_init() and also added a meta-refresh when path_redirect_redirect_warning is enabled.

Revision 1.3.2.7.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 18:45:23 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.18: +4 -2 lines
Diff to previous 1.3.2.7.2.18 , to branch point 1.3.2.7
#255034 by Dave Reid: Followup to remove trailing slash on URLs with a query string.

Revision 1.3.2.7.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 18:38:49 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.17: +6 -2 lines
Diff to previous 1.3.2.7.2.17 , to branch point 1.3.2.7
#255034 by Dave Reid: Fixed redirects on paths with a trailing slash.

Revision 1.3.2.7.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 17:35:22 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.16: +10 -6 lines
Diff to previous 1.3.2.7.2.16 , to branch point 1.3.2.7
#287484 by Pasqualle: Synchronize path_redirect_goto with the current drupal_goto().

Revision 1.3.2.7.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 17:18:19 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.15: +11 -11 lines
Diff to previous 1.3.2.7.2.15 , to branch point 1.3.2.7
by Dave Reid: Fixed a lot of coder.module findings.

Revision 1.3.2.7.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 17:04:58 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.14: +2 -2 lines
Diff to previous 1.3.2.7.2.14 , to branch point 1.3.2.7
#254017 by Freso: Fix unnecessary t() in hook_menu().

Revision 1.3.2.7.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 17:03:38 2009 UTC (9 months, 3 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.13: +7 -13 lines
Diff to previous 1.3.2.7.2.13 , to branch point 1.3.2.7
by Dave Reid: Add new option (path_redirect_default_status) to replace the constant (do things the Drupal way). Change toggle radio options to checkboxes for usability.

Revision 1.3.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 00:55:33 2008 UTC (18 months, 1 week ago) by horsepunchkid
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.3.2.34: +4 -4 lines
Diff to previous 1.3.2.34 , to branch point 1.3
#249444 by sinasalek: List of redirects url is not html safe

Revision 1.3.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 01:34:25 2008 UTC (19 months ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.33: +3 -3 lines
Diff to previous 1.3.2.33 , to branch point 1.3
Bad operator precedence fixed; minor coder nitpicking; README updated.

Revision 1.3.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 23:03:20 2008 UTC (19 months, 1 week ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.32: +2 -2 lines
Diff to previous 1.3.2.32 , to branch point 1.3
Bug in last commit related to allowing spaces; editing caused broken paths

Revision 1.3.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 02:49:36 2008 UTC (19 months, 1 week ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.31: +22 -14 lines
Diff to previous 1.3.2.31 , to branch point 1.3
#246494 by SubOracle: Better job of allowing spaces in paths
* Include variable deletions in path_redirect_uninstall
* Updated translation PO template
* Hopefully the last commit before 5.x-1.2!

Revision 1.3.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 15 01:56:25 2008 UTC (19 months, 1 week ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.30: +120 -1 lines
Diff to previous 1.3.2.30 , to branch point 1.3
#168877 by dww, horsepunchkid: Path-redirect as an option on the node add/edit form

Revision 1.3.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 02:09:53 2008 UTC (20 months, 2 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.29: +3 -3 lines
Diff to previous 1.3.2.29 , to branch point 1.3
#231294 by self: Allow longer query strings
* Fix warning during redirect loop check if redirect is not found

Revision 1.3.2.7.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 01:10:17 2008 UTC (20 months, 2 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.12: +7 -4 lines
Diff to previous 1.3.2.7.2.12 , to branch point 1.3.2.7
#218277 by greggles: Prevent (some) redirection loops

Revision 1.3.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 00:42:08 2008 UTC (20 months, 2 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.28: +7 -4 lines
Diff to previous 1.3.2.28 , to branch point 1.3
#218277 by greggles: Avoid redirect loops when redirect points to itself

Revision 1.3.2.7.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 5 03:31:54 2008 UTC (20 months, 3 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.11: +1 -1 lines
Diff to previous 1.3.2.7.2.11 , to branch point 1.3.2.7
#219916 by self: Call to undefined function base_path()
* Fixed bad CVS $Id$ token in .info file

Revision 1.3.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 5 03:27:06 2008 UTC (20 months, 3 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.27: +2 -2 lines
Diff to previous 1.3.2.27 , to branch point 1.3
#219916 by self: Call to undefined function base_path()
* Fixed bad CVS $Id$ token in .info file

Revision 1.3.2.7.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 02:35:58 2008 UTC (21 months, 3 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.10: +8 -7 lines
Diff to previous 1.3.2.7.2.10 , to branch point 1.3.2.7
#216652: Redirect fails when "allow bypassing" is enabled; random whitespace cleanup

Revision 1.3.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 02:26:54 2008 UTC (21 months, 3 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.26: +4 -3 lines
Diff to previous 1.3.2.26 , to branch point 1.3
#216652: Redirect fails when "allow bypassing" is enabled

Revision 1.3.2.7.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 03:48:24 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.9: +8 -7 lines
Diff to previous 1.3.2.7.2.9 , to branch point 1.3.2.7
Minor cleanup thanks to coder.module; make use of request_uri()

Revision 1.3.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 03:43:16 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.25: +9 -8 lines
Diff to previous 1.3.2.25 , to branch point 1.3
Various fixes thanks to coder.module; use request_uri().

Revision 1.3.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 01:17:10 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.24: +37 -2 lines
Diff to previous 1.3.2.24 , to branch point 1.3
#167265 by David Lesieur, self: URL argument to cancel redirection
#154925 by apsivam, self: Warning message when redirection takes place

Revision 1.3.2.7.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 01:16:58 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.8: +17 -2 lines
Diff to previous 1.3.2.7.2.8 , to branch point 1.3.2.7
#167265 by David Lesieur, self: URL argument to cancel redirection
#154925 by apsivam, self: Warning message when redirection takes place

Revision 1.3.2.7.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 00:28:08 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.7: +13 -0 lines
Diff to previous 1.3.2.7.2.7 , to branch point 1.3.2.7
#181575 by self: API call to add redirects

Revision 1.3.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 00:27:57 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.23: +21 -11 lines
Diff to previous 1.3.2.23 , to branch point 1.3
#181575 by self: API call to add redirects

Revision 1.3.2.7.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 23:36:06 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.6: +71 -24 lines
Diff to previous 1.3.2.7.2.6 , to branch point 1.3.2.7
Lots of updates to catch back up with 5.x head.

Revision 1.3.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 23:34:47 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.22: +12 -8 lines
Diff to previous 1.3.2.22 , to branch point 1.3
A few more minor backend changes to sync with the D6 version.

Revision 1.3.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 22:13:22 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.21: +24 -17 lines
Diff to previous 1.3.2.21 , to branch point 1.3
Miscellaneous minor improvements:
* Restored breadcrumb on "add" page
* Backported some i18n tweaks by hass
* Various whitespace cleanup
* Consistent order for menu item parameters
* Better comments and help text now that query strings are allowed

Revision 1.3.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 20:19:11 2008 UTC (21 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.20: +9 -9 lines
Diff to previous 1.3.2.20 , to branch point 1.3
#174961 by rwbgb, self: Allow query strings in "from" paths

Revision 1.3.2.7.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 23:27:19 2008 UTC (22 months ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.5: +9 -9 lines
Diff to previous 1.3.2.7.2.5 , to branch point 1.3.2.7
#203728 by self: URL fixes and other minor housekeeping

Revision 1.3.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 22:42:44 2008 UTC (22 months ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.19: +63 -70 lines
Diff to previous 1.3.2.19 , to branch point 1.3
#203728 by self: Better URLs: avoid underscore and separate out "delete"

Revision 1.3.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 19:51:06 2008 UTC (22 months ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.18: +5 -1 lines
Diff to previous 1.3.2.18 , to branch point 1.3
#198122 by fago, self: Provide workflow-ng integration; seems to be working, more or less!

Revision 1.3.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 27 05:51:12 2007 UTC (22 months, 4 weeks ago) by horsepunchkid
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.3.2.17: +13 -3 lines
Diff to previous 1.3.2.17 , to branch point 1.3
#204045 by LUTi, self: Admin table too wide; give it a class
#200080 by kmillecam, jjeff, self: Workaround when drupal_goto() and url() are not available

Revision 1.3.2.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 25 10:18:56 2007 UTC (23 months ago) by hass
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.4: +3 -3 lines
Diff to previous 1.3.2.7.2.4 , to branch point 1.3.2.7
* Fixed some code style issues regarding t().
* Moved as much HTML as possible outside translatable strings.
* Reusing core strings like 'Edit', etc.

Revision 1.3.2.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 24 18:50:37 2007 UTC (23 months ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.3: +9 -4 lines
Diff to previous 1.3.2.7.2.3 , to branch point 1.3.2.7
#203505 by self: Validation does not check if "from" path is already redirected
* More useful path_redirect_load() can now load by "from" path
* Better inline help messages and validation error messages
* Standardized form construction between 5.x and 6.x branches
* Cleaned up various code comments
* Display admin table even if no redirects exist

Revision 1.3.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 24 18:48:49 2007 UTC (23 months ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.16: +51 -30 lines
Diff to previous 1.3.2.16 , to branch point 1.3
#203505 by self: Validation does not check if "from" path is already redirected
* Provide path_redirect_load() and use where appropriate
* Better inline help messages and validation error messages
* Standardized form construction between 5.x and 6.x branches
* More informative delete confirmation page
* Cleaned up various code comments
* Extraneous whitespace in path_redirect.install

Revision 1.3.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 21 02:46:19 2007 UTC (23 months ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.15: +11 -19 lines
Diff to previous 1.3.2.15 , to branch point 1.3
#158261 by self: Show actual paths in admin interface; save what user actually enters; should also address #119249, #97399
* Minor improvement to admin UI: show table even with no redirects (a la path.module)

Revision 1.3.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 17 14:30:16 2007 UTC (23 months, 1 week ago) by jjeff
Branch: DRUPAL-5
Changes since 1.3.2.14: +62 -32 lines
Diff to previous 1.3.2.14 , to branch point 1.3
#200080 - fixing undefined drupal_goto() function for anonymous users when page caching is turned on

Revision 1.3.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 16 19:52:46 2007 UTC (23 months, 1 week ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.13: +2 -2 lines
Diff to previous 1.3.2.13 , to branch point 1.3
#201505 by greggles, self: UI says 307 redirect, code does 306

Revision 1.3.2.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 16 18:55:29 2007 UTC (23 months, 1 week ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.2: +35 -6 lines
Diff to previous 1.3.2.7.2.2 , to branch point 1.3.2.7
#194974 by greggles, self: proper way to delete redirects from external code
* Better preg_replace for grabbing the "from" path (see #158261)
* Minor code format cleanup

Revision 1.3.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 16 17:26:33 2007 UTC (23 months, 1 week ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.12: +38 -7 lines
Diff to previous 1.3.2.12 , to branch point 1.3
#194974 by greggles, self: proper way to delete redirects from external code

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 2 00:15:12 2007 UTC (23 months, 3 weeks ago) by horsepunchkid
Branch: DRUPAL-4-7
Changes since 1.1.2.5: +2 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1 , to next main 1.6
#196206 by self: Test link should not include query and fragment

Revision 1.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 2 00:13:47 2007 UTC (23 months, 3 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.11: +2 -2 lines
Diff to previous 1.3.2.11 , to branch point 1.3
#196206 by self: Test link should not include query and fragment

Revision 1.3.2.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 03:07:41 2007 UTC (23 months, 3 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7.2.1: +3 -3 lines
Diff to previous 1.3.2.7.2.1 , to branch point 1.3.2.7
#194556 by self: Does not return to main admin page after edit or delete
#194337 by self: Improper comparison when checking for redirect to self
* Bits of extraneous whitespace, partially thanks to coder.module

Revision 1.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 25 00:22:47 2007 UTC (2 years ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.10: +15 -16 lines
Diff to previous 1.3.2.10 , to branch point 1.3
#194337 by self: Improper comparison when checking for redirect to self
* Better comment for "+" issue (#119249)
* Whitespace tweaks thanks to coder.module

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 22 03:34:04 2007 UTC (2 years ago) by horsepunchkid
Branch: DRUPAL-4-7
Changes since 1.1.2.4: +5 -9 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#97387 by hass: drupal_set_header should be used for header()
#194337 by self: Improper comparison when checking for redirect to self

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 22 02:06:26 2007 UTC (2 years ago) by horsepunchkid
Branch: DRUPAL-4-7
Changes since 1.1.2.3: +9 -5 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#193885 by self: Long URLs get truncated; thanks to aylwin for the tip.

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 22 01:50:03 2007 UTC (2 years ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.9: +15 -4 lines
Diff to previous 1.3.2.9 , to branch point 1.3
#193885 by self: Missing maxlengths on various fields
#191107 by self: Sortable admin table for path redirects

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 10 20:39:33 2007 UTC (2 years ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.8: +2 -2 lines
Diff to previous 1.3.2.8 , to branch point 1.3
#180161 by self: Fixes Postgres support and also gives the path_redirect primary key the proper sequence name

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 5 01:32:32 2007 UTC (2 years ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.3.2.7: +3 -3 lines
Diff to previous 1.3.2.7 , to branch point 1.3
/tmp/cvskjhJOr

Revision 1.3.2.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 17:16:16 2007 UTC (2 years, 1 month ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.3.2.7: +58 -287 lines
Diff to previous 1.3.2.7
#183430 by HorsePunchKid: Updated for D6, tested against MySQL and Postgres and is working fairly well

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 19:04:00 2007 UTC (2 years, 1 month ago) by jjeff
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1-beta1
Branch point for: DRUPAL-6--1
Changes since 1.3.2.6: +27 -12 lines
Diff to previous 1.3.2.6 , to branch point 1.3
Several new features/fixes
#180161 Postgres support
#165481 Allow longer URLs in form field
#178432 Better UTF8 URL compatibility
#155963 Allow <front> as a redirect path

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 01:33:42 2007 UTC (2 years, 6 months ago) by jjeff
Branch: DRUPAL-5
Changes since 1.3.2.5: +5 -1 lines
Diff to previous 1.3.2.5 , to branch point 1.3
Adding link to w3.org information about redirect codes.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 17:40:46 2007 UTC (2 years, 8 months ago) by jjeff
Branch: DRUPAL-5
Changes since 1.3.2.4: +10 -11 lines
Diff to previous 1.3.2.4 , to branch point 1.3
fixes for #128443 bug where 302 redirect is always sent. adds update_2 which changes db schema slightly.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 16:41:23 2007 UTC (2 years, 8 months ago) by jjeff
Branch: DRUPAL-5
Changes since 1.3.2.3: +2 -2 lines
Diff to previous 1.3.2.3 , to branch point 1.3
#113610 - fixing breadcrumb capitolization per moonray

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 16:37:39 2007 UTC (2 years, 8 months ago) by jjeff
Branch: DRUPAL-5
Changes since 1.3.2.2: +7 -5 lines
Diff to previous 1.3.2.2 , to branch point 1.3
#128164 re-arranging admin table layout

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 15 16:24:42 2007 UTC (2 years, 8 months ago) by jjeff
Branch: DRUPAL-5
Changes since 1.3.2.1: +1 -2 lines
Diff to previous 1.3.2.1 , to branch point 1.3
cleanup

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 15 16:18:01 2007 UTC (2 years, 8 months ago) by jjeff
Branch: DRUPAL-5
Changes since 1.3: +74 -73 lines
Diff to previous 1.3
Port do Drupal 5 along with a few new features and bug fixes

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 15 00:19:32 2006 UTC (3 years, 1 month ago) by jjeff
Branch: DRUPAL-4-7
Changes since 1.1.2.2: +49 -3 lines
Diff to previous 1.1.2.2 , to branch point 1.1
syncing with HEAD

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 15 00:15:26 2006 UTC (3 years, 1 month ago) by jjeff
Branch: MAIN
CVS Tags: DRUPAL-5--0-1
Branch point for: DRUPAL-5
Changes since 1.2: +48 -2 lines
Diff to previous 1.2
#87730 and #81148 - added missing delete function

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 14 22:49:15 2006 UTC (3 years, 1 month ago) by jjeff
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
#88918 fix for hook_perm

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 24 05:55:08 2006 UTC (3 years, 3 months ago) by webchick
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +273 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Committing jjeff's path_redirect module.

Revision 1.1.2.1
Thu Aug 24 05:53:44 2006 UTC (3 years, 3 months ago) by webchick
Branch: DRUPAL-4-7
Changes since 1.1: +0 -273 lines
FILE REMOVED
file path_redirect.module was added on branch DRUPAL-4-7 on 2006-08-24 05:55:08 +0000

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 24 05:53:44 2006 UTC (3 years, 3 months ago) by webchick
Branch: MAIN
Branch point for: DRUPAL-4-7
Committing jjeff's path_redirect module.

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