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

Log of /contributions/modules/path_redirect/path_redirect.install

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.2.2.6.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 27 06:03:48 2009 UTC (15 hours, 9 minutes ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA5
Changes since 1.2.2.6.2.22: +3 -2 lines
Diff to previous 1.2.2.6.2.22 , to branch point 1.2.2.6 , to next main 1.2.2.18
by Dave Reid: Fixed path_redirect_update_6102() to have a little cleaner code.

Revision 1.2.2.6.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 27 05:44:14 2009 UTC (15 hours, 28 minutes ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.21: +25 -24 lines
Diff to previous 1.2.2.6.2.21 , to branch point 1.2.2.6
by Dave Reid: Reordered code around for grouping.

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

Revision 1.2.2.6.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 17:56:08 2009 UTC (4 weeks, 4 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.19: +2 -2 lines
Diff to previous 1.2.2.6.2.19 , to branch point 1.2.2.6
#550618 by hass, Dave Reid: Fixed undefined constant in path_redirect_update_6100().

Revision 1.2.2.6.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 20:51:28 2009 UTC (8 months, 1 week ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA4
Changes since 1.2.2.6.2.18: +2 -2 lines
Diff to previous 1.2.2.6.2.18 , to branch point 1.2.2.6
#405250 by Dave Reid: Fixed PHP4 incompatibility with foreach and references. Plus many misc fixes.

Revision 1.3 - (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
CVS Tags: HEAD
Changes since 1.2: +114 -16 lines
Diff to previous 1.2
by Dave Reid: Update HEAD to Drupal 7.

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

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

Revision 1.2.2.6.2.16 - (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.2.2.6.2.15: +2 -2 lines
Diff to previous 1.2.2.6.2.15 , to branch point 1.2.2.6
#367477 by Dave Reid: Fixed use of $_SERVER['REQUEST_TIME'] to time().

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

Revision 1.2.2.6.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 20:44:00 2009 UTC (9 months, 4 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.13: +21 -1 lines
Diff to previous 1.2.2.6.2.13 , to branch point 1.2.2.6
- 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.2.2.6.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 15:34:36 2009 UTC (9 months, 4 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.12: +2 -2 lines
Diff to previous 1.2.2.6.2.12 , to branch point 1.2.2.6
#365555 by Dave Reid: Fixed schema typo.

Revision 1.2.2.6.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 23:49:00 2009 UTC (9 months, 4 weeks ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.11: +23 -32 lines
Diff to previous 1.2.2.6.2.11 , to branch point 1.2.2.6
#241514 by Dave Reid: Backport 6.x database schema for upgraders.

Revision 1.2.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 23:47:58 2009 UTC (9 months, 4 weeks ago) by davereid
Branch: DRUPAL-5
Changes since 1.2.2.17: +79 -31 lines
Diff to previous 1.2.2.17 , to branch point 1.2 , to next main 1.3
#241514 by Dave Reid: Backport 6.x database sceham for easy upgrades.

Revision 1.2.2.6.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 19:14:12 2009 UTC (9 months, 4 weeks ago) by davereid
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.2.2.6.2.10: +1 -6 lines
Diff to previous 1.2.2.6.2.10 , to branch point 1.2.2.6
by Dave Reid: Unnecessary description key when using db_change_field/etc.

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

Revision 1.2.2.6.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 17:03:38 2009 UTC (10 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.8: +2 -1 lines
Diff to previous 1.2.2.6.2.8 , to branch point 1.2.2.6
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.2.2.6.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 16:49:47 2009 UTC (10 months ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.7: +38 -17 lines
Diff to previous 1.2.2.6.2.7 , to branch point 1.2.2.6
by Dave Reid: Remove t() from schema descriptions, fix and add documentation, remove unncessary code.

Revision 1.2.2.17 - (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
CVS Tags: DRUPAL-5--1-2
Changes since 1.2.2.16: +4 -1 lines
Diff to previous 1.2.2.16 , to branch point 1.2
#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.2.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 03:36:52 2008 UTC (19 months, 2 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.2.2.15: +5 -5 lines
Diff to previous 1.2.2.15 , to branch point 1.2
Updated installed schema to match 6.x, flipping rid and path keys

Revision 1.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 03:29:42 2008 UTC (19 months, 2 weeks ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.2.2.14: +10 -1 lines
Diff to previous 1.2.2.14 , to branch point 1.2
#245926 by Junyor, horsepunchkid: Provide schema update for changed primary key

Revision 1.2.2.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 03:29:32 2008 UTC (19 months, 2 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.6: +7 -2 lines
Diff to previous 1.2.2.6.2.6 , to branch point 1.2.2.6
#245926 by Junyor, horsepunchkid: Provide schema update for changed primary key

Revision 1.2.2.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 02:10:02 2008 UTC (20 months, 3 weeks ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.5: +12 -3 lines
Diff to previous 1.2.2.6.2.5 , to branch point 1.2.2.6
#231294 by self: Allow longer query strings

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

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

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 03:43:16 2008 UTC (22 months ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.2.2.12: +1 -1 lines
Diff to previous 1.2.2.12 , to branch point 1.2
Various fixes thanks to coder.module; use request_uri().

Revision 1.2.2.6.2.4 - (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.2.2.6.2.3: +10 -1 lines
Diff to previous 1.2.2.6.2.3 , to branch point 1.2.2.6
#203728 by self: URL fixes and other minor housekeeping

Revision 1.2.2.12 - (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.2.2.11: +10 -1 lines
Diff to previous 1.2.2.11 , to branch point 1.2
#203728 by self: Better URLs: avoid underscore and separate out "delete"

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 24 18:48:49 2007 UTC (23 months ago) by horsepunchkid
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.2.2.10: +2 -2 lines
Diff to previous 1.2.2.10 , to branch point 1.2
#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.2.2.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 16 19:58:32 2007 UTC (23 months, 1 week ago) by horsepunchkid
Branch: DRUPAL-6--1
Changes since 1.2.2.6.2.2: +8 -1 lines
Diff to previous 1.2.2.6.2.2 , to branch point 1.2.2.6
#201505 by greggles, self: UI says 307 redirect, code does 306

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

Revision 1.2.2.6.2.2 - (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.2.2.6.2.1: +1 -1 lines
Diff to previous 1.2.2.6.2.1 , to branch point 1.2.2.6
#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.2.2.9 - (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.2.2.8: +2 -2 lines
Diff to previous 1.2.2.8 , to branch point 1.2
#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.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: +20 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.3
#193885 by self: Long URLs get truncated; thanks to aylwin for the tip.

Revision 1.2.2.8 - (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.2.2.7: +11 -1 lines
Diff to previous 1.2.2.7 , to branch point 1.2
#180161 by self: Fixes Postgres support and also gives the path_redirect primary key the proper sequence name

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 10 19:26:11 2007 UTC (2 years ago) by horsepunchkid
Branch: DRUPAL-5
Changes since 1.2.2.6: +18 -4 lines
Diff to previous 1.2.2.6 , to branch point 1.2
#183320 by self: Fix type of path_redirect 'type' column

Revision 1.2.2.6.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.2.2.6: +97 -58 lines
Diff to previous 1.2.2.6
#183430 by HorsePunchKid: Updated for D6, tested against MySQL and Postgres and is working fairly well

Revision 1.2.2.6 - (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.2.2.5: +11 -1 lines
Diff to previous 1.2.2.5 , to branch point 1.2
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.2.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.2.2.4: +24 -4 lines
Diff to previous 1.2.2.4 , to branch point 1.2
fixes for #128443 bug where 302 redirect is always sent. adds update_2 which changes db schema slightly.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 16:39:20 2007 UTC (2 years, 8 months ago) by jjeff
Branch: DRUPAL-5
Changes since 1.2.2.3: +6 -1 lines
Diff to previous 1.2.2.3 , to branch point 1.2
#113610 - uninstall function from moonray

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 15 16:43:08 2007 UTC (2 years, 8 months ago) by jjeff
Branch: DRUPAL-5
Changes since 1.2.2.2: +16 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
minor db schema updates

Revision 1.2.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.2.2.1: +1 -0 lines
Diff to previous 1.2.2.1 , to branch point 1.2
cleanup

Revision 1.2.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.2: +4 -3 lines
Diff to previous 1.2
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: +1 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
syncing with HEAD

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 15 00:17:50 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.1: +1 -1 lines
Diff to previous 1.1
#80811 allow prefixing of db name during install

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: +19 -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 -19 lines
FILE REMOVED
file path_redirect.install 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