You are here

CHANGELOG.txt in Image javascript crop 5

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
5.x.1-4
-------
- #325318 by neochief: crop actions don't catch presetid if files directory is not default
- Missing t in conten line of node images
- $title in theme_imagecrop_result simply didn't exist

5.x.1-3
-------
- Oops release: removing jquery_interface dependency

5.x.1-2
-------
- #311140: support for jquery ui.
- #314448 by mindgame: discard actions after javascript crop on crop page.

5.x.1-1
-------
- fix url() with all params setting absolute to true (also known as drop $GLOBALS['base_url'])
- add timestamps to image so browser caching is disabled.
- make width and height required
- #280767: added hook_enable to clear imagecache_actions when this module is enabled.
- #281867: add scale before crop
- #290241: handler multiple values in image field
- #290642 by swortis: add thickbox support

File

CHANGELOG.txt
View source
  1. 5.x.1-4
  2. -------
  3. - #325318 by neochief: crop actions don't catch presetid if files directory is not default
  4. - Missing t in conten line of node images
  5. - $title in theme_imagecrop_result simply didn't exist
  6. 5.x.1-3
  7. -------
  8. - Oops release: removing jquery_interface dependency
  9. 5.x.1-2
  10. -------
  11. - #311140: support for jquery ui.
  12. - #314448 by mindgame: discard actions after javascript crop on crop page.
  13. 5.x.1-1
  14. -------
  15. - fix url() with all params setting absolute to true (also known as drop $GLOBALS['base_url'])
  16. - add timestamps to image so browser caching is disabled.
  17. - make width and height required
  18. - #280767: added hook_enable to clear imagecache_actions when this module is enabled.
  19. - #281867: add scale before crop
  20. - #290241: handler multiple values in image field
  21. - #290642 by swortis: add thickbox support