Downloads
Release notes
Update notes
- 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.
- 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
- The alt text in the Views image field when formatted as a link contains bad HTML. This is fixed in the latest Views dev: see http://drupal.org/node/489888.
- If you installed ALPHA 5 or 6 and the Attached images block is still not showing, see http://drupal.org/node/561686#comment-2007790 for a fix.
- If you have created views with the Attached images field prior to BETA 2, you will need to remove it and re-add the new field for multiple images.
- image attach has new permissions as of BETA 2. You will need to assign these to your roles.
- 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.
- check the troubleshooting guide if you have problems, and also search the issue queue.
Changes since last release:
#567630 by joachim: Fixed bad call to url() on image gallery settings page.
#544970 by joachim: Added image attach views relationships.
#571434 by joachim: Fixed views gallery count label showing for empty galleries.
#569526 by 2noame: Fixed mistaken commit to image.module from #569258.
by joachim: Changed image attach CCK label to plural.
by joachim: Removed obsolete hook_help module description key.
#561686 by roderik: Fixed VARCHAR in image attach database update.
#569766 by patryk: Fixed views module not loaded in image gallery update.
#561362 by joachim: Fixed attached image CCK weight not being used.