path_redirect 6.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.0-rc2.tar.gz | 22.22 KB | 5eaa28c42c0a3cbdd8b102d48af06447 |
| path_redirect-6.x-1.0-rc2.zip | 26.72 KB | 71195cae2b8d049f894c07f60e6a6975 |
Release notes
Changes since DRUPAL-6--1-0-RC1:
- #973182 by duozersk: Fixed cannot add a language specific redirect if a language-neutral redirect has already been defined for the same path.
- by Dave Reid: Updated tests for latest SimpleTest backport.
- #933664 by Dave Reid | Sansui: Fixed incorrect selection of source redirect when multiple redirects with different source query strings exist.
- by Dave Reid: Prevent redirection to the same page with different case.
path_redirect 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.0-rc1.tar.gz | 21.53 KB | 54af6044aa023e202198c333dff7fff8 |
| path_redirect-6.x-1.0-rc1.zip | 26.06 KB | 761a33c8ef354e3cf9c4f85281ccd2d8 |
Release notes
Changes since DRUPAL-6--1-0-BETA7:
- #787966 by quicksketch, Dave Reid: Fixed path_redirect_load() not compatible with path_redirect_save().
- #893198 by Dave Reid: Added implementation of hook_content_extra_fields to make the 'URL redirect' fieldset orderable.
- #849222 by adaddinsane, ezra-g, Dave Reid | greggles: Fixed schema bug when redirects are saved during a profile-based installation.
path_redirect 6.x-1.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.0-beta7.tar.gz | 21.46 KB | 6b4540e7f3607f20a0b818e8e8cfbe33 |
| path_redirect-6.x-1.0-beta7.zip | 25.97 KB | 8602e6b6483c80038f66ab58e06a7893 |
Release notes
Changes since DRUPAL-6--1-0-BETA6:
Read morepath_redirect 6.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.0-beta6.tar.gz | 22.72 KB | a20dc7dfff62af01eea0456cb5e4fd70 |
| path_redirect-6.x-1.0-beta6.zip | 27.03 KB | 0912df9eee9629611576836225a1570e |
Release notes
Changes since DRUPAL-6--1-0-BETA5:
Read morepath_redirect 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.0-beta5.tar.gz | 29.92 KB | 94f88a568bb995695722e7545bd3f810 |
| path_redirect-6.x-1.0-beta5.zip | 42.6 KB | cc42fe81cfa6f99e351e42e780ea5c86 |
Release notes
Changes since DRUPAL-6--1-0-BETA4:
Read morepath_redirect 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.0-beta4.tar.gz | 28.97 KB | d5f2683b2f0f65a84689913c5426a940 |
| path_redirect-6.x-1.0-beta4.zip | 41.6 KB | 946e12ee5191ca68a734a401a8353ac6 |
Release notes
Changes since DRUPAL-6--1-0-BETA3:
Read morepath_redirect 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.0-beta3.tar.gz | 25.17 KB | 95af5b995034fa4de176add1e544a531 |
| path_redirect-6.x-1.0-beta3.zip | 37.96 KB | 17c5319dc2f328dbb4a26046404986a4 |
Release notes
Changes since DRUPAL-6--1-0-BETA2:
- by Dave Reid: Added Italian and partial Spanish translations.
- by Dave Reid: Fixed undefined locale_language_list() when locale module is disabled.
path_redirect 6.x-1.0-beta2
| 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 |
Release notes
Changes since DRUPAL-6--1-0-BETA1:
Read morepath_redirect 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.0-beta1.tar.gz | 17.16 KB | 4fe2c3973eb4e986b4a68319ddab3b5d |
| path_redirect-6.x-1.0-beta1.zip | 23.84 KB | 094e99d8a6b5259cc5ff5fe1da83255f |
Release notes
First semi-official 6.x release! yay!
You can view the most recent changes at http://drupal.org/project/cvs/80382 but the following is a summary:
- by Dave Reid: Cleaned up documentation, coder.module warnings, etc.
- 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.
- #287484: upgrade path_redirect_goto to D6 by Pasqualle: Synchronize path_redirect_goto with the current drupal_goto().
- by Dave Reid: Simply the redirect table generation and shorten the table width
- #255034 by Dave Reid: Fixed redirects on paths with a trailing slash
- by Dave Reid: Reworked the login in path_redirect_init() and also added a meta-refresh when path_redirect_redirect_warning is enabled.
- by Dave Reid: Updated pot file for translations.
path_redirect 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-5.x-1.2.tar.gz | 17.05 KB | 5662f1e0db8595cb9427e15fec6990f0 |
| path_redirect-5.x-1.2.zip | 21.29 KB | f796e444c6c22346f33418186edc2012 |
Release notes
This release contains numerous bugfixes, mostly minor, and several new features, most of which you can find under admin/settings/path-redirect. Please note that the admin paths for this module have changed from path_redirect to path-redirect. If you're upgrading from a previous dev version, please be sure that you run update #4, even if you already have.
A somewhat complete list of issues addressed:
#231294: Max Query Length
#218277: prevent endless forwarding when the redirect points to a node that represents itself
#167265: URL argument to cancel redirection
#154925: patch for warning message when redirection takes place
#174961: Allow query strings in "from" paths
#203728: Better URLs: avoid underscore and separate out "delete"
#198122: provide a workflow-ng action
#168877: Path-redirect as an option on the node form (add or edit)
#249444: List of redirects url is not html safe
More features and bugfixes are already in the works for 5.x-1.3, and an official release for Drupal 6 should be out soon!
path_redirect 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-5.x-1.1.tar.gz | 13.86 KB | c65addbb04c347b4dc857d0639ce6165 |
| path_redirect-5.x-1.1.zip | 17.75 KB | 7ed381439a008294f1d73611905cb94b |
Release notes
This release incorporates numerous minor bug fixes and a few minor feature additions. The best summary of all that has happened is to check out the fixed and closed issues or the CVS log. A few highlights:
- Postgres support, for real this time!
- Admin table is sortable and paginated.
- Better form validation.
- Should behave properly when pages are cached.
- Eliminated ambiguity about the nature of "from" and "to" URLs.
A quick note on that last point. Path Redirect used to store the internal Drupal path (for example, node/314) that your "from" URL represented, rather than the alias you might have typed in (say, about/history). This could be very confusing when aliases are changed and was causing several other problems. Now we simply save the value that you enter. You may notice that the values you see in the admin page look different, but they do accurately reflect what Path Redirect had actually saved for you.
Stay tuned... more goodies are on the way, including Workflow NG integration and Drupal 6 support!
path_redirect 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-6.x-1.x-dev.tar.gz | 22.15 KB | 4eacfd427477f7eb3022d2d551f50916 |
| path_redirect-6.x-1.x-dev.zip | 26.24 KB | b5297a46c358ef284511ae41b7e6cbba |
Release notes
Drupal 6 development branch. Latest features and fixes.
path_redirect 5.x-1.1-beta1
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-5.x-1.1-beta1.tar.gz | 12.6 KB | 320963fbda3903e2eb24ca575a20db7b |
| path_redirect-5.x-1.1-beta1.zip | 16.42 KB | 78eabdf10cfd0f0f154e0bd9cebff94e |
Release notes
Several feature tweaks and bug fixes including:
- better UTF8 URL support
- Postgres support
<front>as redirect path- better path_redirect_save() function to support use as an api (*cough* by pathauto *cough*)
- longer acceptable URL length in form
path_redirect 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-5.x-1.x-dev.tar.gz | 13.62 KB | b51fbc17349556a74d6e193651b95a12 |
| path_redirect-5.x-1.x-dev.zip | 15.31 KB | de18e4d0d71893b710fb7b9b523026f3 |
Release notes
Drupal 5 development branch. Latest features and fixes.
path_redirect 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| path_redirect-4.7.x-1.x-dev.tar.gz | 9.31 KB | 425cfb02a339bf783b3b70b648215d19 |
| path_redirect-4.7.x-1.x-dev.zip | 10.12 KB | 090f41147e083602ada8a52e5822bdb5 |