Downloads
Download tar.gz
99.79 KB
MD5: 21c2f4741ae1007c1f055fe37a30872c
SHA-1: 28431f36369763cb09cab8833e32b03335fddd07
SHA-256: 65014d907eba775b89f107ed147a30d2ef0c9659a072d246453afab32b0e703d
Download zip
136.66 KB
MD5: 091d96b3d118a8af1dcf0588022fb7dd
SHA-1: 6883c2aa3df0f3367b45f575253232eb6a3d7477
SHA-256: 55be22838a2d5ff7711886880b6a96cd4b4db1009c0baddf179b0740da9e7122
Release notes
IMPORTANT UPGRADE PROCEDURE!
If you've used previous versions of the image module you need follow this set instructions when upgrading to this release:
- Make a backup of your files and database before beginning.
- Use the Site maintenance setting (admin/settings/site-maintenance) to take your site off-line.
- Update the module files.
- Run the update.php script. To prevent the possible loss of image files, it is important that you do this before viewing any image nodes.
- Check that your images display correctly.
- Bring your site back online.
Changes since DRUPAL-5--1-2:
- Small fix to #149597, hides the filter with the body is disabled and groups them together.
- #143828 Image size settings are stored as a keyed array now.
- #133649 Don't create derivative images for smaller originals.
- #155161 If open_basedir is set, display the value and provide a better help link.
- #137755 Can't unselect the ImageMagick tookit.
- #117915 Admin can select which derivative size links are displayed on the node and have them open in a new window.
- #153136 use theme_image() to output the
element. - alvin's patch for #55414 No validation when no image is submitted.