You are here

CHANGELOG.txt in File (Field) Paths 6

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 5 CHANGELOG.txt
  3. 6.2 CHANGELOG.txt
  4. 7 CHANGELOG.txt
File (Field) Paths 6.x-1.5, 2013-05-21
--------------------------------------

- #1249918 by aaron1234nz: Fixed pass-by-reference issue in Comment Upload
  integration.
- #1195374 by mikeytown2: Fixed issue with undefined index.
- #1151514 by kndr, Deciphered: Removed unnecessary db_rewrite_sql() call.
- #1057340 by _toch, Deciphered: Fixed unset issue.
- #877578 by tomgf: Fixed Pathauto support.
- #635854 by hefox: Fixed cache issue.
- #578442 by szantog, deciphered: Added features support.
- #288416 by kunago, sammys, msonnabaum: Fix "The selected file /var/www could
  not be copied."


FileField Paths 6.x-1.4, 2010-01-11
-----------------------------------

- #655782: Added support for the Path Filter module.
- #614992 by DarrelDuane, Deciphered: Added support for larger Filepath.
- #614190: Added logic check to prevent processing of "Add another item" string.
- #606500 by nico059, Deciphered: Added support to replace unprocessed URLs in CCK text fields.
- #565526: Added ability to replace file description with processed filename.
- #564680 by sp3boy: Improved support for Image module.
- #536384: Fixed transliteration support.
- #525354: Fixed implementations of hook_filefield_paths_get_fields().
- #522678 by chrisirhc: Fixed issue with Filepath variable and ImageField Crop.
- #515044: Fixed [filefield-onlyname] and [filefield-onlyname-original] tokens for PHP > 5.2.
- #373094: Added Active Updating functionality.
- Improved replace of unprocessed URLs for FileField Insert.
- Improved support for private file systems.
- Added support for the Audio module.
- Added cleanup of removed field instance settings.
- Fixed issue with revisions support.


FileField Paths 6.x-1.3, 2009-07-03
-----------------------------------

- #494830: Added support for FileField Sources.
- #488264: Added ImageField Crop module support.
- #485528: Fixed issue with Content Type names containing spaces.
- #480580 by Ralf: Fixed undefined indexes.
- #478924: Updated README.TXT documentation.
- #473368: Fixed issue with Pathauto cleanup removing slashes from paths.
- #466412: Fixed issue with Upload module when CCK not installed.
- #465848: Added support for the Comment Upload module.
- #457956 by jshprentz: Added schema change information.
- by libeco: Added Dutch translation.
- by wulff: Added Danish translation.
- Added support for the Image module.
- Added SimpleTests.
- Added translation template.


FileField Paths 6.x-1.2, 2009-05-01
-----------------------------------

- #447794: Updated ImageField thumbnail support.
- #434038: Added Batch process for 'Retroactive updates' (previously 'Retroactive changes').
- #428542 by k4ml: Fixed PostgreSQL issue.
- #311526: Fixed recursion error.
- Added CHANGELOG.txt and README.txt.
- Added original filename tokens.
- Added original filename in {files} table.
- Changed default File name replacement value.
- Updated API Hooks - minor change, implemented one default value.
- Fixed issue with new tokens when 'origname' field is empty.


FileField Paths 6.x-1.1, 2009-04-07
-----------------------------------

- #399318: Fixed issue with ImageField module support.
- #398754: Fixed issue with Transliteration module support.
- #373735: Added ability to replace encoded unprocessed URLs.
- #366997: Fixed multiple PHP notices.
- #363105: Fixed SQL error.
- #360303: Fixed translation issues.
- #331488 by Moonshine: Added error checking.
- #324736: Added temporary workaround for token values as array issue.
- Added support for core Upload module.
- Added 'Retroactive changes' functionality.
- Added improved support for FileField tokens.
- Added improved support for unprocessed URL replacement.
- Changed 'Retroactive changes' warning.
- Changed hook_filefield_paths_process_file() to support changes on node update.
- Changed UI element order slightly.
- Fixed issue with Tokens and FileField RC 1.
- Fixed undefined variable.
- Removed dependancy on FileField module.


FileField Paths 6.x-1.0, 2008-11-03
-----------------------------------

- Initial 6.x release.

File

CHANGELOG.txt
View source
  1. File (Field) Paths 6.x-1.5, 2013-05-21
  2. --------------------------------------
  3. - #1249918 by aaron1234nz: Fixed pass-by-reference issue in Comment Upload
  4. integration.
  5. - #1195374 by mikeytown2: Fixed issue with undefined index.
  6. - #1151514 by kndr, Deciphered: Removed unnecessary db_rewrite_sql() call.
  7. - #1057340 by _toch, Deciphered: Fixed unset issue.
  8. - #877578 by tomgf: Fixed Pathauto support.
  9. - #635854 by hefox: Fixed cache issue.
  10. - #578442 by szantog, deciphered: Added features support.
  11. - #288416 by kunago, sammys, msonnabaum: Fix "The selected file /var/www could
  12. not be copied."
  13. FileField Paths 6.x-1.4, 2010-01-11
  14. -----------------------------------
  15. - #655782: Added support for the Path Filter module.
  16. - #614992 by DarrelDuane, Deciphered: Added support for larger Filepath.
  17. - #614190: Added logic check to prevent processing of "Add another item" string.
  18. - #606500 by nico059, Deciphered: Added support to replace unprocessed URLs in CCK text fields.
  19. - #565526: Added ability to replace file description with processed filename.
  20. - #564680 by sp3boy: Improved support for Image module.
  21. - #536384: Fixed transliteration support.
  22. - #525354: Fixed implementations of hook_filefield_paths_get_fields().
  23. - #522678 by chrisirhc: Fixed issue with Filepath variable and ImageField Crop.
  24. - #515044: Fixed [filefield-onlyname] and [filefield-onlyname-original] tokens for PHP > 5.2.
  25. - #373094: Added Active Updating functionality.
  26. - Improved replace of unprocessed URLs for FileField Insert.
  27. - Improved support for private file systems.
  28. - Added support for the Audio module.
  29. - Added cleanup of removed field instance settings.
  30. - Fixed issue with revisions support.
  31. FileField Paths 6.x-1.3, 2009-07-03
  32. -----------------------------------
  33. - #494830: Added support for FileField Sources.
  34. - #488264: Added ImageField Crop module support.
  35. - #485528: Fixed issue with Content Type names containing spaces.
  36. - #480580 by Ralf: Fixed undefined indexes.
  37. - #478924: Updated README.TXT documentation.
  38. - #473368: Fixed issue with Pathauto cleanup removing slashes from paths.
  39. - #466412: Fixed issue with Upload module when CCK not installed.
  40. - #465848: Added support for the Comment Upload module.
  41. - #457956 by jshprentz: Added schema change information.
  42. - by libeco: Added Dutch translation.
  43. - by wulff: Added Danish translation.
  44. - Added support for the Image module.
  45. - Added SimpleTests.
  46. - Added translation template.
  47. FileField Paths 6.x-1.2, 2009-05-01
  48. -----------------------------------
  49. - #447794: Updated ImageField thumbnail support.
  50. - #434038: Added Batch process for 'Retroactive updates' (previously 'Retroactive changes').
  51. - #428542 by k4ml: Fixed PostgreSQL issue.
  52. - #311526: Fixed recursion error.
  53. - Added CHANGELOG.txt and README.txt.
  54. - Added original filename tokens.
  55. - Added original filename in {files} table.
  56. - Changed default File name replacement value.
  57. - Updated API Hooks - minor change, implemented one default value.
  58. - Fixed issue with new tokens when 'origname' field is empty.
  59. FileField Paths 6.x-1.1, 2009-04-07
  60. -----------------------------------
  61. - #399318: Fixed issue with ImageField module support.
  62. - #398754: Fixed issue with Transliteration module support.
  63. - #373735: Added ability to replace encoded unprocessed URLs.
  64. - #366997: Fixed multiple PHP notices.
  65. - #363105: Fixed SQL error.
  66. - #360303: Fixed translation issues.
  67. - #331488 by Moonshine: Added error checking.
  68. - #324736: Added temporary workaround for token values as array issue.
  69. - Added support for core Upload module.
  70. - Added 'Retroactive changes' functionality.
  71. - Added improved support for FileField tokens.
  72. - Added improved support for unprocessed URL replacement.
  73. - Changed 'Retroactive changes' warning.
  74. - Changed hook_filefield_paths_process_file() to support changes on node update.
  75. - Changed UI element order slightly.
  76. - Fixed issue with Tokens and FileField RC 1.
  77. - Fixed undefined variable.
  78. - Removed dependancy on FileField module.
  79. FileField Paths 6.x-1.0, 2008-11-03
  80. -----------------------------------
  81. - Initial 6.x release.