CHANGELOG.txt 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. Imagecache Actions
  2. ------------------
  3. Imagecache Actions 7.x-1.x-dev
  4. ------------------------------
  5. Imagecache Actions 7.x-1.9
  6. --------------------------
  7. - [#2760121] by lebster, fietserwin: Add a "Perspective" effect.
  8. - [#2947014]: PHP 7.2 warning that each() has been deprecated.
  9. Imagecache Actions 7.x-1.8
  10. --------------------------
  11. - [#2917097]: PHP 7.1 Warning "A non-numeric value encountered".
  12. - [#2905130] by bserem, fietserwin: Remove animation from moving images.
  13. - [#2888678] by das-peter: ImageMagick: Add support for invert effect.
  14. - [#1099300]: Notice: A non well formed numeric value encountered in
  15. image_gd_definecanvas() (line 381 of canvasactions.inc).
  16. - [#2719661] by SKAUGHT: Division by zero.
  17. - [#2717789]: Prevent exif_read_data() warnings.
  18. - Warning: Theme hook coloractions_invert_summary not found.
  19. - [#2696225] by mnlund, fietserwin: Add support for multiply color blending.
  20. - by fietserwin: image_styles_admin: sort image styles by label.
  21. - [#2039379]: Add some better examples for using custom actions.
  22. - Made more contextual information (image style and image effect) available in
  23. the custom action and text image effects.
  24. - [#2690337] by Ajithlal, fietserwin: Would like a feature for converting case
  25. in text effect.
  26. Imagecache Actions 7.x-1.7
  27. --------------------------
  28. - [#2671526]: Fatal error on image style flush when image styles are defined in
  29. Features.
  30. Imagecache Actions 7.x-1.6
  31. --------------------------
  32. - [#2664020]: IE fails to display images whose extension and Content-Type header
  33. do not match the actual image type.
  34. - [#1591484]: Underlay not working (on IM).
  35. - [#2359523]: Follow up to improve help text.
  36. - [#2615986] by hargobind: Effect summary in image_styles_admin.module.
  37. - Notice: Undefined index: element in theme_coloractions_alpha_summary() (line
  38. 98 of coloractions\transparency.inc).
  39. - Removed superfluous theme entry 'imagecache_subroutine_summary' from
  40. autorotate sub module.
  41. - [#2080877] by heathdutton: Interlace / Progressive effect.
  42. - [#760438] by fietserwin: Resize Overlay / Watermark for ImageMagick.
  43. - [#760438] by raintonr, Ace Cooper, ttkaminski, thijsvdanker, fietserwin:
  44. Resize Overlay / Watermark (GD only).
  45. - [#768980] by idebr, fietserwin: Blur effect.
  46. - [#2636314]: 'Import style' can fail on newline characters.
  47. - [#2573225]: Resize by percentage not calculating other field.
  48. - [#2447419]: Correct erroneous call to module_load_include in
  49. imagecache_canvasactions.module.
  50. - [#2416805]: Remove reference to non-existent imagecache_coloractions.install.
  51. - [#2416805]: remove deprecated jquery attr() and replace with FAPI #states
  52. (rounded corners UI form).
  53. - [#2580805]: Coding standards corrections.
  54. Imagecache Actions 7.x-1.5 2014-11-29
  55. -------------------------------------
  56. - [#2366163]: autorotate sometimes doesn't work with ImageMagick.
  57. - Text effect: small clean-up of hook_exit().
  58. - [#2379359]: image_imagemagick_overlay() passes a stream wrapper to convert.
  59. - [#2359523]: Overlay: allow to define offsets from all sides.
  60. - [#1717436]: Add effects: color level adjustment and desaturate while retaining
  61. alpha.
  62. - [#2278233]: Call to undefined function imagecache_actions_get_style_label().
  63. - [#2183721]: Duplicate/Export links just edit, they don't duplicate or export.
  64. possible solution only.
  65. - [#2176727]: New actions: scale / resize by percent.
  66. - [#2190759]: hook_image_style_flush(): Prefer silent failure over clear failure.
  67. - [#2166715]: Typo causes extra query every page load.
  68. - [#2139091]: # sign before HEX in settings form breaks Define canvas action.
  69. - [#2085967]: Remove .gitignore from version control.
  70. - Text overlay: treat empty texts as normal situation.
  71. - [#2003446]: Clean up or remove .install files, adapt .info files.
  72. - [1854270-48]: Minor optimization for Posterize.
  73. - Refactor: eliminate test warnings and errors.
  74. - Refactor: standardize function and parameter naming, function order, doxygen
  75. documentation and comments, remove spelling errors in doc and comments.
  76. Imagecache Actions 7.x-1.4 2013-08-24
  77. -------------------------------------
  78. - [#1778214]: Remove project from image_effects_text_test.info
  79. - [#1854270]: Posterize action for file size/bandwidth saving on PNGs.
  80. - [#2060173]: Support image labels (introduced by D7.23).
  81. - Cleaned up the output of image style export. Id's and help texts are not used
  82. on import, so don't have to be exported.
  83. - Repaired farbtastic colorpicker. It seems the library invocation changed
  84. sometime in history. Rebuilt the color picker form to use #attached libraries
  85. and simpler inline script instead. REMOVED the theme function that is now
  86. redundant as #attached is a better way than drupal_add_js.
  87. - [#1152736]: Support tokens in text actions for images.
  88. - [#2025631]: Imagecache Testsuite refers to non-existent permissions.
  89. - Drupal.org went from http to https: changed all links in our documentation and
  90. code.
  91. - Added ImageEffects as other image effect providing module.
  92. Imagecache Actions 7.x-1.3 2013-06-04
  93. -------------------------------------
  94. - Removed some errors and warnings from the test suite code (but not all).
  95. - [#2010560]: Fix spelling for "Update 7001".
  96. Imagecache Actions 7.x-1.2 2013-06-01
  97. -------------------------------------
  98. - [#1830130]: Allow file fields as referring entities in effects with context.
  99. - [#1446160]: Integrate with media module: Title and Alt text.
  100. - [#1591198]: Have dimensions calculations not ignore NULL's.
  101. - Refactored canvas effects: added parameter types in documentation and
  102. signatures. Standardized function documentation. Comments according to Drupal
  103. coding standards.
  104. - [#1999140]: Canvas effects using imagemagick might fail due to earlier
  105. -gravity settings.
  106. - Refactored the image_effects_text_test module to no longer depend on features.
  107. - [#1998354]: Non-ASCII characters fail to display correctly on many systems
  108. (when using Imagemagick).
  109. - Further code enhancements (messages, comments) to autorotate.
  110. - [#1930728]: Autorotate does not reset EXIF orientation tag.
  111. - [#1990620] Many config form docs missing from the D7 upgrade. Converted all
  112. legacy instances of #type=markup into #markup='content..'
  113. - Removed deprecated functions imagecache_actions_entities_from_references() and
  114. imagecache_actions_fields_from_filepath() (see [#1844298]).
  115. - [#1983168]: Custom text via PHP causing EntityMalformedException ...
  116. - Replaced lhandw.ttf font with some real free fonts that may also be
  117. distributed for free. Changed all text effect tests accordingly.
  118. - Better text effect defaults (translated sample text, text visible by default,
  119. sample font file).
  120. - [#1986304]: Strict warning: Only variables should be passed by reference ...
  121. - [#1981490]: Wrong filename imagecache_Actions.install.
  122. - [#1858760]: Unable to find the file 'lhandw.ttf'. Please check the path.
  123. Imagecache Actions 7.x-1.1 2012-12-04
  124. -------------------------------------
  125. - [#1591198]: Image dimensions callbacks should handle unknown (NULL) dimensions
  126. as valid input.
  127. - [#464092]: Aspect Switcher -- Need to Flush Presets. Side-effect: now allows
  128. to define no image style for either landscape or portrait.
  129. - [#1676924]: Autorotate: check for exif extension and test dimensions callback.
  130. - [#1849020]: Cant get text test examples to work.
  131. - [#1702716]: System Stream Wrappers Conflict.
  132. - [#1844298]: Remove dependency from entity module.
  133. - [#1778594]: Negative image effect does not work.
  134. - [#1778214]: Remove version from image_effects_text_test.info.
  135. - [#1752664]: Error on importing image style.
  136. - [#1676924]: Autorotate: check for exif extension.
  137. - [#1666912] by Dubs: Call to undefined function.
  138. imagecache_actions_get_image_context() in imagecache_customactions.module.
  139. - [#1630194]: Custom actions broken after upgrading from dev to prod.
  140. - [#1591484] by epieddy: Underlay Center or Right parameter not working.
  141. - Moved the image styles administrative features to its own module.
  142. - Augment the duplicate with an export and import. This will allow users to
  143. duplicate between sites or to post failing styles in the issue queue (without
  144. using the features module).
  145. - Backport of patch from geoffreyr for [#1403962]: Add action "duplicate" to
  146. image style admin screen. This will allow us to easily create large sets of
  147. test/showcase styles and to fine tune this request before it lands in D8 core.
  148. Imagecache Actions 7.x-1.0 2012-05-19
  149. -------------------------------------
  150. Incompatibilities:
  151. - Effects that operate on the transparency layer, do not automatically change
  152. the format anymore to png. You will have to add this as a separate effect.
  153. - File handling: the way that files (e.g. fonts, watermarks, backgrounds) are
  154. searched for has been aligned over all effects that work with an additional
  155. file. This may cause current styles to not being able to find specified files
  156. anymore.
  157. - Custom actions: custom snippets are now executed using the PHP filter module,
  158. meaning that the image style editor must have the 'Use PHP for settings'
  159. permission to be able to edit the custom action snippet.
  160. - Custom actions: information and variables that are available in your custom
  161. snippet have changed. See the README.txt of the custom actions module.
  162. No changelog exists from before this 7.x-1.0 version. So the changelog starts
  163. from here. 7.x-1.0 is the first reasonably well working D7 version. The 7.x-0.0
  164. version was based on posted patches in the D7 port request issue and has never
  165. been tested well. This 7.x-1.0 version is also not extensively tested by the
  166. maintainers, but has been used in many (live) sites - currently (may 2012) over
  167. 5.000 reported 7.x-1.x-dev installs - so has received fairly good "test
  168. coverage".
  169. Current and past maintainers for Imagecache Actions
  170. ---------------------------------------------------
  171. - dman (https://drupal.org/user/33240)
  172. - sidneyshan (https://drupal.org/user/652426)
  173. - fietserwin (https://drupal.org/user/750928)