You are here

CHANGELOG.txt in Embedded Media Field 6.3

Changelog for Embedded Thumbnail Field.

File

contrib/emthumb/CHANGELOG.txt
View source
  1. /**
  2. * @file
  3. * Changelog for Embedded Thumbnail Field.
  4. */
  5. ================
  6. DRUPAL-6--1-18
  7. ================
  8. #638758 by andrewlevine: Fixes and improvements to emthumb.
  9. ================
  10. DRUPAL-6--1-17
  11. ================
  12. #611684 by jcarnett: Fix "Allow custom thumbnails for this field".
  13. #605708 by aaron: add message to readme re. allow_url_fopen requirement.
  14. ================
  15. DRUPAL-6--1-15
  16. ================
  17. by aaron: Make imagecache requirement conditional.
  18. ================
  19. DRUPAL-6--1-13
  20. ================
  21. #356511 | #593760 by aaron: Add imagecache support.
  22. ================
  23. DRUPAL-6--1-12
  24. ================
  25. September 2009
  26. --------------
  27. by aaron: Set thumbnails to FILE_STATUS_PERMANENT.
  28. ===============
  29. DRUPAL-6--1-5
  30. ===============
  31. September 2009
  32. --------------
  33. by aaron: Display saved thumbnail.
  34. ===============
  35. DRUPAL-6--1-4
  36. ===============
  37. August 2009
  38. -----------
  39. by aaron: Remove warning notice from info file.
  40. #539940 by Eric At NRD | Rob Loach: Remove requirement of PHP 5.1.2.
  41. #510156 by andrewsuth: Allow configuration of default display: collapsed /
  42. not collapsed.
  43. DRUPAL-6--1-3
  44. =============
  45. July 2009
  46. ---------
  47. by aaron: Save thumbs on update properly.
  48. by aaron: Fix double slash when emthumb path is empty.
  49. by aaron: Honor widget settings for storing thumbnails.
  50. June 2009
  51. ---------
  52. #463582 by aaron: Fetch remote thumbnail on node insertion.
  53. by aaron: Better documentation of functions.
  54. DRUPAL-6--1-2
  55. =============
  56. May 2009
  57. --------
  58. #474790 by aaron: Insecure handling of
  59. $field['widget']['emthumb_description'].
  60. #474790 by aaron: Insecure handling of $field['widget']['emthumb_label'].
  61. April 2009
  62. ----------
  63. by aaron: Preview size same as field thumbnail.
  64. March 2009
  65. ----------
  66. by aaron: Change filename creation for automatic thumbs.
  67. by aaron: Add support for the Transliteration module.
  68. by aaron: Strip out the query if provided in a thumbnail filepath.
  69. February 2009
  70. -------------
  71. by aaron: Fix image path for thumbnail storage.
  72. by aaron: Use $field['widget']['emthumb_image_path']) folder for remote thumbs.
  73. by aaron: Settings for controlling storage of remote thumbs.
  74. by aaron: Fetch remote images.
  75. January 2009
  76. ------------
  77. by aaron: Upgrade to Drupal 6.
  78. December 2008
  79. -------------
  80. by aaron: Implode #description of element.
  81. by aaron: Add field & delta info to element.
  82. by aaron: Refactor emthumb_widget and add theme function that calls
  83. theme_filefield_widget.
  84. by aaron: Begin integrating filefield into emthumb_emfield_widget_extra.
  85. by aaron/oweno: Factor in filefield widget & field settings.
  86. by aaron/oweno: Add hook_elements.
  87. by aaron/oweno: Add requirement of filefield.
  88. November 2008
  89. -------------
  90. by aaron: Create $form['imagefield_test'] to test imagefield widget
  91. integration.
  92. May 2008
  93. --------
  94. #249255 by ekes: Added MRSS support to multiple files.
  95. April 2008
  96. ----------
  97. #239374 Can't turn off custom thumbnail feature on node/add for video and
  98. image.
  99. February 2008
  100. -------------
  101. #216553 by dalin: Increase max length of
  102. $form['emthumb']['emthumb_description'].
  103. #213447 by jhedstrom: Change paths in emthumb_thumbnail_url() from relative to
  104. absolute.
  105. January 2008
  106. ------------
  107. by aaron: Remove references to imagefield.
  108. #207165 by vnd: Remove debug code.
  109. #207085 by vnd: Fatal error: Cannot access empty property.
  110. by aaron: Remove debugging statements on multiple.
  111. by aaron: Fix array_push bug.
  112. by aaron: Created emthumb module.