| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-beta4.tar.gz | 238.27 KB | dadd3b54ce91414f3ec2c7a6381bca37 |
| image-6.x-1.0-beta4.zip | 346.68 KB | 00d448a4313a9225d61008e53443e12e |
Changes since last release
Bug fixes:
#659182: Attached image gets disconnected when nodes are updated somewhere other than a node form by jonathan1055, joachim: Fixed removal of first attached image on programmatic node save.
#630546: Attached image not shown in edit preview by jonathan1055: Fixed attached image not appearing in teaser preview.
#620234: notice: Undefined variable: output in image_attach_views_handler_field_attached_images.inc by unjello: Fixed undefined variable in Views image attach handler.
#602740: Warning displayed on Image by Vin7: Fixed theme function to take $form by value.
#592852: Get a warning when the image_attach is used in a view that has no results by joachim: Fixed SQL error when View attached images field is empty.
#579320: Wrong link in "Attached Image" block by joachim: Fixed link to node in attached images block.
#226121: don't manipulate images on hook_load by sp3boy: Fixed bad logic from previous patch to this issue.
New features:
#232557: image import - Show image thumbnails for easier title naming by joachim: Added thumbnails to list on image import page.
Update notes
Check the troubleshooting guide if you have problems, and also search the issue queue.
If you are updating from a previous alpha or beta, please note the following:
- If you previously installed alphas or betas, you should clear all your caches after installing this new version, including the theme registry and the Views cache.
- If you previously installed alphas or betas, you will get errors like this on update. They are harmless and may be ignored:
Failed: ALTER TABLE {image} DROP PRIMARY KEY
Failed: ALTER TABLE {image} DROP INDEX image_fid
Failed: ALTER TABLE {image_attach} DROP PRIMARY KEY
Failed: ALTER TABLE {image_attach} DROP INDEX iid- image galleries are now made with views, and have a different layout. You will need to set the width and height of the gallery items in your theme stylesheet. Alternatively, help test this patch: #564488: Allow users to specify gallery LI size. Help with #575790: cross-browser support for gallery style is also needed.
- From BETA 3 or earlier: You should rebuild all your image derivatives immediately prior to updating: this should prevent this update error: #583076: Error on Database Updates for 6100 when upgrading to Beta3: 'duplicate entry' for primary key.
- From BETA 2 or earlier: Image attach has new permissions. You will need to assign these to your roles.
- From BETA 2 or earlier: If you have created views with the Attached images field, you will need to remove it and re-add the new field for multiple images.
- From ALPHA 5 or 6 and the Attached images block is still not showing, see http://drupal.org/node/561686#comment-2007790 for a fix.