Downloads
Download tar.gz
28.97 KB
MD5: d5f2683b2f0f65a84689913c5426a940
SHA-1: 529a8257a25f58ff697efa8c38d63776674e17e6
SHA-256: ef011ec1b94b08dcd9c2f998d259dc8b9947a11f0a6fd2ca167d8c88cc584d82
Download zip
41.6 KB
MD5: 946e12ee5191ca68a734a401a8353ac6
SHA-1: acad9dd200b2d6e6ba2df1ece0a6d168c1349f91
SHA-256: b5f35833d48eaa7b57392752a588ecff5c46e1eb57dc554c7452059a31230228
Release notes
Changes since DRUPAL-6--1-0-BETA3:
- by Dave Reid: Adding new private function to load redirect based from separate path and query source fields.
- by Dave Reid: Remove $join parameter from path_redirect_load() and path_redirect_delete().
- by Dave Reid: Changed logic in path_redirect_load() and path_redirect_delete() for flexibility (removes need for custom _path_redirect_load_init() function).
- by Dave Reid: Fixed bug in path_redirect_delete()'s legacy parameter support.
- by Dave Reid: Added full-length README.txt file.
- Added missing periods to description sentences
- Correct wording if no redirects available.
- Corrected case of edit/delete links.
- Corrected case of edit/delete links.
- Fixed context insensitive string and wrong use of format_plural().
- Updated German translation for beta3.
- Move test to tests.
- For latest string changes:
* Updated POT
* Updated German translation - by Dave Reid: Changed default settings and updated Drupal 7 preparations. Fixed inconsistent string case usage with core.
- by Dave Reid: Fixed coder review warnings.
- by Dave Reid: Use #access instead of an if statement for admin option.
- by Dave Reid: Fixed errant test failure.
- #158547 by Dave Reid: Added basic export functionality and reverted recent minor string changes.
- by Dave Reid: Updated translation file and uploaded to launchpad.
- Do not use the word "Submit" for form submission as it is difficult to translate. Change to "Import" as a descriptive name of the action that will be performed.
- Updated POT file
- Descriptive button name
- Reuse string already used in "Import"
- * Updated POT files
* Updated German translation - #405250 by Dave Reid: Fixed PHP4 incompatibility with foreach and references. Plus many misc fixes.
- by Dave Reid: Updated for getInfo() in tests.
- #448334 by Dave Reid: Fixed PHP4 incompatibility with parse_url().
- #450294 by Dave Reid: Fixed undefined function parse_ul(). Oops.
- by Dave Reid: Changed the autocomplete path to a js.module-compatible path.
- by Dave Reid: Updated link to translation server in documentation.
- by Dave Reid: Added extra validation for invalid redirection from url aliases and valid local paths.