Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
29.48 KB
MD5: c819b99b79add9d59a3370923af54e50
SHA-1: d084296de63d992c506973ba6782b53a36cef1b4
SHA-256: d7213db6dbd4020ed05b5300ec7ce661af9d47893f09f78cb5c2769d2fb7bebc
Download zip
36.86 KB
MD5: dd78396233021d09eed8aba89b0d3e38
SHA-1: 8e32547710794a936ec64d9a4217873c42790330
SHA-256: 40c3b829b40992a155b16d6beb2d65afaccf51383470562c93bd4754dee4a20d
Release notes
Changes since 7.x-1.0-beta1:
- #1114088 by DerekAhmedzai, Dave Reid: Fixed redirect listing query did not properly extend PagerDefault or TableSort.
- #1094928 by Rob Loach, Dave Reid: Fixed and improved grammar for link to create redirects on 404 pages.
- Pass through the query string on redirects by default.
- Stripping CVS keywords
- by Dave Reid: Temporarily disable creating redirects in response to path deletions.
- by Dave Reid: Added work-around for #1025904.
- #1014790 by Dave Reid: Fixed redirect_entity_info_alter() does not check if an entity actually exists before altering in default path information.
- by Dave Reid: Removed CVS ID tags from file headers.
- by Dave Reid: Added a redirect operations views handler.
- by Dave Reid: Renamed {redirect}.last_used to {redirect}.access. by Dave Reid: Added support for creating redirects when node, taxonomy term, or system URL aliases are changed.
- by Dave Reid: Converted redirects to a full-class entity with proper load, prepare, validate, etc. hooks. Redirects are now objects by default rather than arrays.