You are here

CHANGELOG.txt in Field Redirection 7.2

Same filename and directory in other branches
  1. 8.2 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Field_Redirection 7.x-2.7, 2021-05-18
-------------------------------------
#2553699 by Pravin Ajaaz: Improved code to match the Drupal coding standards.
#2846142 by mparker17: Simplify HTTP Status Code options.
#2394575 by mparker17, jalpesh: Page restrictions are reversed.
#2846146 by mparker17: <front> not properly escaped, does not appear in
  description text.
#2463179 by cgmonroe, Anybody, DamienMcKenna: Display link on page for bypass
 -redirect users.


Field_Redirection 7.x-2.6, 2014-10-31
-------------------------------------
#1979300 by DamienMcKenna, ultimike: Display a warning message in the field
  admin UI when the field formatter is used with an unsuitable view mode.
#1979696 by DamienMcKenna: Support for Image fields.
#1691540 by DamienMcKenna: Changed the module to the Fields package.
#1413306 by DamienMcKenna: Improvements to the README.txt file.
#1959104 by baisong, DamienMcKenna: Improved support for page caching.
#2367137 by DamienMcKenna: Verify the destination is not the current page, i.e.
  avoid infinite loops.
#2329353 by Bobík: Do not use language prefix if URL is absolute.
#2166021 by Schoonzie: Support for all entity types with EntityReference fields.
#2012448 by DamienMcKenna: Added a note to the README.txt about the fact that
  redirects will not trigger when the site is in maintenance mode.
#1721728 by DamienMcKenna, Alan D.: Full control over what paths the redirection
  can be triggered on, with a default of all pages.
#1721740 by DamienMcKenna, Alan D.: Additional checks to prevent redirect loops.


Field_Redirection 7.x-2.5, 2012-11-03
-------------------------------------
#1728676 by DamienMcKenna: Support for File fields.
#1778848 by DamienMcKenna: Support for URL fields.
#1828180 by DamienMcKenna: Resolved conflict with the File Entity module.
#1361806 by DamienMcKenna: Avoid redirects during cron.


Field_Redirection 7.x-2.4, 2012-07-01
-------------------------------------
#1393162 by KarlShea: Incorrect use of drupal_goto() query string handling.
#1311036 by DamienMcKenna: Support for EntityReference fields.
#1578372 by bgilhome, DamienMcKenna: Support for Term Reference fields.
#1608188 by DamienMcKenna: Special handling for when a Link field's URL is set
  to the front page.
#1331832 by dwatson, DamienMcKenna: Handle query fragments.


Field_Redirection 7.x-2.3, 2011-11-06
-------------------------------------
#1322790 by jedihe: Regression from code simplification in #1308492.
#1331832 by KarlShea: Query strings being removed from links.


Field_Redirection 7.x-2.2, 2011-10-23
-------------------------------------
#1308492 by Pedro Lozano, DamienMcKenna: Simplified the code to reduce the need
  for duplicate hardcoded array key checks.
#1319232 by DamienMcKenna: Only show the "This page is set to redirect" message
  once on node save.
#1319236 by DamienMcKenna: URL displayed in the "This page is set to redirect"
  message needed to simply be wrapped by url().


Field_Redirection 7.x-2.1, 2011-09-22
-------------------------------------
#1287748 by Pedro Lozano, DamienMcKenna: Option to show a 404 page if the URL
  field is empty.


Field_Redirection 7.x-2.0, 2011-09-22
-------------------------------------
#1268590 by marcusx, DamienMcKenna: Support autocomplete fields, fixed path
  checks, admin link now includes base_path().
#1215538 by e2thex, DamienMcKenna: Changed to using a single formatter with
  a setting to choose the desired HTTP status code.  This will allow for future
  expansion of the module.  Note: the v7.x-1.0 release will still be supported.


Field_Redirection 7.x-1.0, 2011-07-03
-------------------------------------
Initial release.

File

CHANGELOG.txt
View source
  1. Field_Redirection 7.x-2.7, 2021-05-18
  2. -------------------------------------
  3. #2553699 by Pravin Ajaaz: Improved code to match the Drupal coding standards.
  4. #2846142 by mparker17: Simplify HTTP Status Code options.
  5. #2394575 by mparker17, jalpesh: Page restrictions are reversed.
  6. #2846146 by mparker17: not properly escaped, does not appear in
  7. description text.
  8. #2463179 by cgmonroe, Anybody, DamienMcKenna: Display link on page for bypass
  9. -redirect users.
  10. Field_Redirection 7.x-2.6, 2014-10-31
  11. -------------------------------------
  12. #1979300 by DamienMcKenna, ultimike: Display a warning message in the field
  13. admin UI when the field formatter is used with an unsuitable view mode.
  14. #1979696 by DamienMcKenna: Support for Image fields.
  15. #1691540 by DamienMcKenna: Changed the module to the Fields package.
  16. #1413306 by DamienMcKenna: Improvements to the README.txt file.
  17. #1959104 by baisong, DamienMcKenna: Improved support for page caching.
  18. #2367137 by DamienMcKenna: Verify the destination is not the current page, i.e.
  19. avoid infinite loops.
  20. #2329353 by Bobík: Do not use language prefix if URL is absolute.
  21. #2166021 by Schoonzie: Support for all entity types with EntityReference fields.
  22. #2012448 by DamienMcKenna: Added a note to the README.txt about the fact that
  23. redirects will not trigger when the site is in maintenance mode.
  24. #1721728 by DamienMcKenna, Alan D.: Full control over what paths the redirection
  25. can be triggered on, with a default of all pages.
  26. #1721740 by DamienMcKenna, Alan D.: Additional checks to prevent redirect loops.
  27. Field_Redirection 7.x-2.5, 2012-11-03
  28. -------------------------------------
  29. #1728676 by DamienMcKenna: Support for File fields.
  30. #1778848 by DamienMcKenna: Support for URL fields.
  31. #1828180 by DamienMcKenna: Resolved conflict with the File Entity module.
  32. #1361806 by DamienMcKenna: Avoid redirects during cron.
  33. Field_Redirection 7.x-2.4, 2012-07-01
  34. -------------------------------------
  35. #1393162 by KarlShea: Incorrect use of drupal_goto() query string handling.
  36. #1311036 by DamienMcKenna: Support for EntityReference fields.
  37. #1578372 by bgilhome, DamienMcKenna: Support for Term Reference fields.
  38. #1608188 by DamienMcKenna: Special handling for when a Link field's URL is set
  39. to the front page.
  40. #1331832 by dwatson, DamienMcKenna: Handle query fragments.
  41. Field_Redirection 7.x-2.3, 2011-11-06
  42. -------------------------------------
  43. #1322790 by jedihe: Regression from code simplification in #1308492.
  44. #1331832 by KarlShea: Query strings being removed from links.
  45. Field_Redirection 7.x-2.2, 2011-10-23
  46. -------------------------------------
  47. #1308492 by Pedro Lozano, DamienMcKenna: Simplified the code to reduce the need
  48. for duplicate hardcoded array key checks.
  49. #1319232 by DamienMcKenna: Only show the "This page is set to redirect" message
  50. once on node save.
  51. #1319236 by DamienMcKenna: URL displayed in the "This page is set to redirect"
  52. message needed to simply be wrapped by url().
  53. Field_Redirection 7.x-2.1, 2011-09-22
  54. -------------------------------------
  55. #1287748 by Pedro Lozano, DamienMcKenna: Option to show a 404 page if the URL
  56. field is empty.
  57. Field_Redirection 7.x-2.0, 2011-09-22
  58. -------------------------------------
  59. #1268590 by marcusx, DamienMcKenna: Support autocomplete fields, fixed path
  60. checks, admin link now includes base_path().
  61. #1215538 by e2thex, DamienMcKenna: Changed to using a single formatter with
  62. a setting to choose the desired HTTP status code. This will allow for future
  63. expansion of the module. Note: the v7.x-1.0 release will still be supported.
  64. Field_Redirection 7.x-1.0, 2011-07-03
  65. -------------------------------------
  66. Initial release.