CHANGELOG.txt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. File (Field) Paths 7.x-1.1, 2018-08-14
  2. --------------------------------------------------------------------------------
  3. - Fixed security issue
  4. - #2643026: Fixed issue when anonymous function not created.
  5. File (Field) Paths 7.x-1.0, 2015-11-17
  6. --------------------------------------------------------------------------------
  7. - #2615704 by morenstrat: Fixed issue with temporary path and schemes.
  8. - Added variable module integration.
  9. File (Field) Paths 7.x-1.0-rc3, 2015-11-11
  10. --------------------------------------------------------------------------------
  11. - #2612396: Added watchdog message for unmoved files.
  12. - #2607302: Added configurable temporary file location.
  13. File (Field) Paths 7.x-1.0-rc2, 2015-10-28
  14. --------------------------------------------------------------------------------
  15. - #2592519: Fixed issue with temporary upload location and field collections.
  16. - #2576547: Fixed issue with Media Youtube files being processed.
  17. - #2570127: Added stricter checks for filefield_paths_form_alter().
  18. - #2569589: Fixed issue with unicode characters in pathauto processing.
  19. File (Field) Paths 7.x-1.0-rc1, 2015-09-15
  20. --------------------------------------------------------------------------------
  21. - #2551187: Changed token tree to dialog.
  22. - #2514874 by Deciphered, smithmilner: Fixed issue with Drush command and
  23. permissions.
  24. - #2468547 by Deciphered, smithmilner: Added Redirect module integration.
  25. - #2398411: Added default value of file_directory to file path.
  26. - #2395903: Added truncating of long file paths.
  27. - #2383527: Changed unprocessed destination to temporary://.
  28. - #2276435 by Deciphered, david_garcia, rajmataj: Fixed issue with retroactive
  29. updates and instance settings.
  30. - #2271595 by Deciphered, tstoeckler, Reg: Fixed issue with empty batch.
  31. - #2214409: Updated field form layout.
  32. - #2211665: Added File path validation to remove unnecessary slashes.
  33. - #2103151 by Deciphered, david_garcia, Sumeet.Pareek, kitikonti, kolier:
  34. Fixed deprecated /e modifier in preg_replace().
  35. - #2185755 by treksler: Fixed issue with regex, backreferences and numbers.
  36. - #2119789: Fixed issue with complex characters in regex functionality.
  37. - #2068365 by Deciphered, vinmassaro: Fixed issue when no instance in update.
  38. - #2047835: Fixed issue with pathauto replacemenets and periods (.).
  39. - #2019723 by Deciphered, szantog, jcandan, justafish: Fixed issue with remote
  40. file stream wrappers.
  41. - #1985650: Fixed issue with moved Drush file in .info.
  42. - #1985280 by Deciphered, drasgardian: Fixed issue with hook_entity_update()
  43. foreach loop.
  44. - #1942720 by Deciphered, kaare, alex.designworks, pp, BWPanda: Added slash
  45. cleanup functionality.
  46. - #1854450: Updated file processing logic.
  47. - #1495716/#1986472: Fixed issue with D6 -> D7 upgrade path.
  48. - #1292436 by maximpodorov, InternetDevels: Fixed issue pathinfo and UTF files.
  49. - Added tests.
  50. - Removed dependency on the Token module.
  51. File (Field) Paths 7.x-1.0-beta4, 2013-04-25
  52. --------------------------------------------------------------------------------
  53. - #1945148: Fixed issue with File path cleanup process.
  54. - #1942720 by pp: Fixed issue with cleanup wehn token contains a '/' character.
  55. - #1925298 by David_Rothstein: Fixed issue with Image derivatives.
  56. - #1866450: Fixed issue with foreign characters in Regex.
  57. - #1714596: Fixed issue with file_attach_update() introduced in Drupal 7.15.
  58. - #1705298: Fixed extra beggining slash.
  59. - #1601104 by tseven: Fixed notice when no extension present.
  60. - #1572206: Add ability to disable for certain fields.
  61. - #1549474: Fixed path replacement in summary text.
  62. - #1512466 by maximpodorov, perarnet: Fixed issue with multi-value updates.
  63. - #1499442 by hass: Improved translatable strings.
  64. - #1464404: Fixed issue with field_attach_update().
  65. - #1438290 by xtfer: Fixed D6 to D7 upgrade path.
  66. - #1432200: Fixed issue with missing langcode variable.
  67. - #1420700: Fixed issue with pass-by-reference issue.
  68. - #1364492 by j0rd, Deciphered: Improved require_once routine.
  69. - #1361884 by burningdog, dwkitchen, Deciphered: Fixed processing remote files.
  70. - #1262828 by Pablo Gosse: Fixed issue with regex.
  71. - #860848 by mostou: Fixed File name field length.
  72. - Fixed issue with malformed URIs.
  73. File (Field) Paths 7.x-1.0-beta3, 2012-02-08
  74. --------------------------------------------------------------------------------
  75. - #1429238 by ocanzillon: Fixed Drush command syntax error.
  76. - #1334448 by pianodavid, Deciphered: Fixed issue with revision flag.
  77. - Changed a large chunk of core functionality to simplify.
  78. File (Field) Paths 7.x-1.0-beta2, 2012-02-05
  79. --------------------------------------------------------------------------------
  80. - #1414090: Added Drush command for Retroactive updates.
  81. - #1335984: Removed debug code.
  82. - #1051736: Fixed issue with dirname().
  83. - Added support for URI Scheme changes via Updating.
  84. - Added support for Video module.
  85. File (Field) Paths 7.x-1.0-beta1, 2011-11-08
  86. --------------------------------------------------------------------------------
  87. - #1328064: Fixed/Re-enabled Retroactive updates.
  88. - #1326094: Fixed coder issues.
  89. - #1308532: Fixed issue with empty tokens not being cleared.
  90. - #1278004: Fixed issue with New flag.
  91. - #1253168: Added more space for 'type' and 'field' columns.
  92. - #1233004 by maximpodorov: Fixed Pathauto integration.
  93. - #1225764 by joelstein, h0tw1r3: Fixed references in text fields not being
  94. updated.
  95. - #1225752 by joelstein: Removed packaging script information.
  96. - #1211038 by pillarsdotnet: Fixed issue with 'active_updating' field.
  97. - #1188074 by h0tw1r3: Fixed issue with schema change.
  98. - #1017830: Fixed issue with Transliteration support.
  99. - #578442 by szantog, mfb, deciphered: Added features support.
  100. - Added relevant tokens for Entity support.
  101. - Added Entity support.
  102. File (Field) Paths 7.x-1.0-alpha1, 2011-06-12
  103. --------------------------------------------------------------------------------