Posted by Dave Reid on February 28, 2009 at 12:38am
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.0-beta2.tar.gz | 23.33 KB | 065c9073e5b344871bf00ad57278b2bd |
| path_redirect-6.x-1.0-beta2.zip | 32.09 KB | ad8e309f4f6f260238822500f700dcde |
Last updated: December 24, 2010 - 23:35
Changes since DRUPAL-6--1-0-BETA1:
- by Dave Reid: Split code from hook_init() into path_redirect_check().
- #241514 by Dave Reid: Backport 6.x database schema for upgraders.
- #365555 by Dave Reid: Fixed schema typo.
- #365589 by Todd Nienkerk, Dave Reid: Moved settings page into admin/build/path-redirect/settings for improved UI and consistency.
- #365589 by Dave Reid: Followup to fix hook_help paths.
- by Dave Reid: Cleaned up form elements.
- by Dave Reid: Added a last used timestamp column so that inactive redirects can be purged.
- by Dave Reid: Rearranged code in path_redirect.module so that hooks are all together at the top.
- by Dave Reid: Simplified path_redirect_save() with drupal_write_record().
- by Dave Reid: Started writing the test suite!
- by Dave Reid: Allow UTF8 URLs to be used as 'from' paths (consistency with path module).
- by Dave Reid: Added auto-completion for the 'from' field on admin/build/path-redirect/add using a list of current 404s encountered on the site.
- by Dave Reid: Changed path_redirect_load() and path_redirect_delete() for more flexibility.
- by Dave Reid: Add legacy path_redirect_delete() API support for pathauto.
- 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.
- by Dave Reid: Simplified path_redirect_autocomplete() and improved tests.
- by Dave Reid: Added automatic redirect creation when path aliases are changed manually.
- #366430 by Dave Reid: Remove beginning and ending slashes from path field.
- #367477 by Dave Reid: Fixed use of $_SERVER['REQUEST_TIME'] to time().
- by Dave Reid: Fixed the update on last_used to use rid instead of path.
- #382166 by Dave Reid: Added multilingual support for redirects!
- by Dave Reid: Added path_redirect_var(), an internal implementation of variable_get() with automatic defaults and error checking.
- #375353 by Narno: Added French translation.
- by Dave Reid: Updated translation file.