Downloads
Download tar.gz
22.72 KB
MD5: a20dc7dfff62af01eea0456cb5e4fd70
SHA-1: 95375c04d8f9eaa43d51e5581f4937ad0a5ac69a
SHA-256: f83889dfa9916c813425b7968fd12b324b4cb5c1fd20e026788fa15358976b47
Download zip
27.03 KB
MD5: 0912df9eee9629611576836225a1570e
SHA-1: f576ee8d6844ee1e2446bf656b70ecd4ff25b771
SHA-256: 751394ffb692407422b6f3483c83a6f0e0aa627e3eb94d7c4d49c3d58f1376cc
Release notes
There is currently an incompatibility between this release and Pathauto 6.x-1.2. You must upgrade to Pathauto 6.x-1.x-dev version. Also, make sure to test before using on a production site. This module still is in beta after all.
Changes since DRUPAL-6--1-0-BETA5:
- by Dave Reid: Fixed PHP notice in path_redirect_form_alter().
- by Dave Reid: Make the redirect fieldset on the node form collapsible.
- by Dave Reid: Renamed path_redirect.vertical_tabs.node_form.js to path_redirect.js.
- #365242 by Dave Reid: Added a filter on the redirect listing page.
- #365070 by Dave Reid: Improved the usability of the add/edit redirect form by combining the three separate fields into one 'To' field.
- by Dave Reid: Fixed coding standard errors and minor backported changes.
- by Dave Reid: Backported minor fixes.
- #368377 by Dave Reid: Renamed {path_redirect}.path to {path_redirect}.source and backported changes from D7 branch.
- by Dave Reid: Replaced path_redirect_var() with variable_get().
- by Dave Reid: Fixed query string matching with path_redirect_compare_array() and added path_redirect_build_url() for simplification of listing pages.
- by Dave Reid: Changed theme_path_redirect_admin_list_by_path() to theme_path_redirect_list_redirects() for re-use.
- by Dave Reid: Simplified CRUD functions.
- by Dave Reid: Added path_redirect_local_actions().
- by Dave Reid: Fixed local actions on admin screen.
- by Dave Reid: Backported improvements to the admin listing.
- #396198 by Dave Reid: Added integration with elements.module to provide tableselect element on the redirect listing page.
- by Dave Reid: Fixed broken tablesorting and cleaned up the query handling code.
- by Dave Reid: Changed theme_path_redirect_list_redirects() to a non-theme function.
- by Dave Reid: Fixed local action markup display on admin listing.
- #396198 by Dave Reid: Finished bulk operations code and generalized the confirmation handling.
- by Dave Reid: Updated README.txt.
- by Dave Reid: Fixed rows not being weighted correctly.
- by Dave Reid: Removed weights from table row data as it seems to be working better than Drupal 7.
- by Dave Reid: Simplified path_redirect_generate.module and added drush integration.
- by Dave Reid: Re-add weights to tablesort data rows.