| /[drupal]/contributions/modules/path_redirect/path_redirect.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
by Dave Reid: Fixed path_redirect_update_6102() to have a little cleaner code.
by Dave Reid: Reordered code around for grouping.
#617354 by jcarnett, Dave Reid: Do not replace <front> with front page path in case the variable changes later.
#550618 by hass, Dave Reid: Fixed undefined constant in path_redirect_update_6100().
#405250 by Dave Reid: Fixed PHP4 incompatibility with foreach and references. Plus many misc fixes.
by Dave Reid: Update HEAD to Drupal 7.
by Dave Reid: Added path_redirect_var(), an internal implementation of variable_get() with automatic defaults and error checking.
#382166 by Dave Reid: Added multilingual support for redirects!
#367477 by Dave Reid: Fixed use of $_SERVER['REQUEST_TIME'] to time().
by Dave Reid: Added automatic redirect creation when path aliases are changed manually.
- 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!
#365555 by Dave Reid: Fixed schema typo.
#241514 by Dave Reid: Backport 6.x database schema for upgraders.
#241514 by Dave Reid: Backport 6.x database sceham for easy upgrades.
by Dave Reid: Unnecessary description key when using db_change_field/etc.
by Dave Reid: Fixed a lot of coder.module findings.
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.
by Dave Reid: Remove t() from schema descriptions, fix and add documentation, remove unncessary code.
#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!
Updated installed schema to match 6.x, flipping rid and path keys
#245926 by Junyor, horsepunchkid: Provide schema update for changed primary key
#245926 by Junyor, horsepunchkid: Provide schema update for changed primary key
#231294 by self: Allow longer query strings
#231294 by self: Allow longer query strings * Fix warning during redirect loop check if redirect is not found
Minor cleanup thanks to coder.module; make use of request_uri()
Various fixes thanks to coder.module; use request_uri().
#203728 by self: URL fixes and other minor housekeeping
#203728 by self: Better URLs: avoid underscore and separate out "delete"
#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
#201505 by greggles, self: UI says 307 redirect, code does 306
#201505 by greggles, self: UI says 307 redirect, code does 306
#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
#194337 by self: Improper comparison when checking for redirect to self * Better comment for "+" issue (#119249) * Whitespace tweaks thanks to coder.module
#193885 by self: Long URLs get truncated; thanks to aylwin for the tip.
#180161 by self: Fixes Postgres support and also gives the path_redirect primary key the proper sequence name
#183320 by self: Fix type of path_redirect 'type' column
#183430 by HorsePunchKid: Updated for D6, tested against MySQL and Postgres and is working fairly well
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
fixes for #128443 bug where 302 redirect is always sent. adds update_2 which changes db schema slightly.
#113610 - uninstall function from moonray
minor db schema updates
cleanup
Port do Drupal 5 along with a few new features and bug fixes
syncing with HEAD
#80811 allow prefixing of db name during install
Committing jjeff's path_redirect module.
file path_redirect.install was added on branch DRUPAL-4-7 on 2006-08-24 05:55:08 +0000
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |