image 5.x-1.10

Security update

This release contains only one change from 5.x-1.9, a fix for SA-CONTRIB-2010-113.

image 5.x-2.0

Security update

This release contains only one change from 5.x-2.0-alpha5, a fix for SA-CONTRIB-2010-113.

image 6.x-1.1

Security update

This release contains only one change from 6.x-1.0, a fix for SA-CONTRIB-2010-113.

image 6.x-1.0

Bug fixes
Insecure

At last, the 1.0 release!

Upgrade notes:

- clear all your caches when you upgrade to this version.
- if you have customized any of the default views, subsequent changes in code will not show in the view.

Bug fixes since the last beta release:

image 6.x-1.0-beta6

Bug fixes
Insecure

Last release before 1.0! (we hope)

Bug fixes since the Beta 5 release:

- #207557: update 5-1 to 5-2 gives user warning: Duplicate entry '611-thumbnail' for key 1 query in image_update_5200 by joachim: (Revisited) Fixed update errors due to duplicate data in Drupal 5 files table.
- #892816: attached image limit not checked if new image uploaded with the node save button by joachim: Fixed attached image limit not checked if new image uploaded with the node save button.
- #867386: Rename "Attach" button to "Upload" by joachim: (Followup) Fixed remaining checks for 'Attach' button.
- #790670: Better error message for image attach by skyredwang: Changed error message for image attach maximum.
- #888578: Empty nid param for theme_image_attach_block_attached by Agileware: Fixed block passing empty param to theme function.
- #883338: image_fetch calling hook_file_download directly by joachim: Fixed direct calling of hook_file_download() implementation.
- #867386: Rename "Attach" button to "Upload" by sun: Changed image attach form's 'Attach' button to 'Upload'.
- #868442: Code clean-up by sun, joachim: Code clean-up.
- #824324: Remove duplicate ALT and TITLE in <img> tag by jonathan1055: Fixed theme function allowing duplicate ALT and TITLE in IMG tag.
- #642052: Schema mis-match when upgrading by joachim: Fixed schema mis-match introduced by image_update_5200().
- #649384: W3C validation error on gallery terms view thumbnails by sp3boy: Fixed gallery thumbnail HTML to pass W3C validation.
- #825130: Image attach field in views shows only last attached image per node by joachim: Fixed image attach Views field showing only last attachedimage per node.
- #412288: restructure theme_image_attach_body/teaser by joachim: (Continued) Changed structure of theming functions for attached images, this time with Views support.
- #841680: image_admin_settings_validate() was inspecting $form[...]['#value'] inappropriately by dman: Fixed inappropriate inspection of submitted values in $form array rather than $form_values in image_admin_settings_validate().

image 6.x-1.0-beta5

New features
Bug fixes
Insecure

Changes since last release

Bug fixes:
- #625666: tell the user what happens when no image title is given by joachim: Added note about what happens when no image title is given.

image 6.x-1.0-beta4

New features
Bug fixes
Insecure

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

image 6.x-1.0-beta3

New features
Bug fixes
Insecure

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 6.x-1.0-beta2

New features
Bug fixes
Insecure

Update notes

- If you previously installed alphas or betas, you should clear all your caches after installing this new version.
- 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, you will need to remove it and re-add the new field for multiple images.
- image attach has new permissions. You will need to assign these to your roles.

Changes since last release:

#564488 by joachim: Fixed missing variables in Views image gallery template.
#72579 by David Stosik: Added more granular permissions to image attach, and
fixed attaching images when 'Attach existing images' is disabled.
#445074 by joachim: Added a theme function for the attached images block.

image 6.x-1.0-beta1

Insecure

New features since alpha 6:
- #225014: Import images into corresponding sub-gallery, basing on folders tree by David Stosik: Added ability to import images into galleries
corresponding to the directory tree.
- #226121: don't manipulate images on hook_load by joachim, sp3boy: Changed image derivative rebuilding so it doesn't
happen in admin and batch operations.

Bug fixes:
- #166145: Images directory declared "The directory does not exist." but changing image_default_path in variable table works by joachim: Fixed checking of image path on validation not form display.
- #564614: Incorrect t() usage: There are x images in this gallery. by joachim: Fixed un-t()'d image gallery count string.
- #470720: Disabling then reenabling image module makes the gallery vocab forget about images by joachim: Fixed (again) Image Gallery vocabulary broken after
re-enabling the module.
- #562810: update problem from alpha4 to alpha6 (update 6100) by datune: Fixed error messages from updates on systems that don't have
the primary keys or indexes present.
- #563988: New Gallery View does not have the Paging controls by joachim: Fixed missing paging in image gallery default view.
- #561686: alpha5 -> alpha6 database update 6101 error by jandd: Fixed bad query in image_attach_update_6101().
- #561854: Notify on admin page that gallery is being made with views by joachim: Fixed missing note about Views on gallery settings page.

Upgrade notes:
If you previously upgraded to alpha 6 and use a database table prefix, image_attach update 6101 will have produced an error.
See #561686: alpha5 -> alpha6 database update 6101 error for more details.

Some previous alpha releases produced upgrade errors about missing primary keys. These were harmless and there should be no consequences to your installation. See #562810: update problem from alpha4 to alpha6 (update 6100).

image 6.x-1.0-alpha6

New features
Bug fixes
Insecure

One more alpha release before the RC next week.
Plenty of new features to test out!

Please take part in the image 1.0 code sprint at DrupalCon next week!

New features:
- #405456: Galleries made with views by joachim: Added views support for image gallery, including image
gallery style plugin in image module.
- #454290: Restore views image size argument by joachim: Added image size argument to views support.
- #555840: Allow attributes passed to theme_image_display to override title by blakehall: Changed theme_image_display() to allow override passed
attributes to override alt and title.
- #81102: Attach Multiple Images with image_attach using Drupal upload mechanism by maulwuff, greg.harvey, sp3boy, et al: Changed image attach to allow
attaching of multiple images.
- #44057: Use core-style content permissions by pebosi: Changed permissions in Image module to match those in core.
- #409974: Change gallery permission from 'administer images' to 'administer image galleries' by pebosi: Changed gallery permission from 'administer images' to
'administer image galleries'.
- #524646: Allow to re-order "Attached Images" field in CCK content-type field configuration by sun: Added hook_content_extra_fields() for Image Attach.
- #360643: Allow sharing image files from different modules (image translations) by Jose Reyero, sun: Added i18n support for sharing images between
translations.
- #158805: Remove derivative image size rebuild messages by sun: Removed derivative image size rebuild messages.

Bug fixes:
- #411568: derivative paths should be taken from the corresponding original file, and not from the default by sp3boy: Fixed paths for derivatives to come from the original,
rather than default.
- #426724: Attached Image block doesn't appear after initial install, until manual database edit by joachim: Fixed image attach block not showing in block admin.
- #226121: don't manipulate images on hook_load by joachim: Fixed derivative sizes should not be rebuilt in hook_load().
- #44057: Use core-style content permissions by sp3boy: Fixed tests broken by earlier #44057 commits.

image 5.x-2.0-alpha4

New features
Bug fixes
Insecure

Another alpha release to get recent bug fixes out there and getting tested.

image 6.x-1.0-alpha3

Bug fixes
Insecure

If you're upgrading you need to upgrade to the 5.x-2.x branch of the module in Drupal 5 before before moving to Drupal 6.

Changes since DRUPAL-6--1-0-alpha2:

image 5.x-2.0-alpha3

New features
Bug fixes
Insecure

Changes since DRUPAL-5--2-0-alpha2:

  • #227105 (dww) Add support to insert image nodes into panels.
  • #295293 (Robrecht Jacques, drewish) image_gallery defines view without URL or title set.
  • #284478 (Zach Harkey) Gallery thumbnails go missing when $gallery->latest is not an image node.

image 5.x-1.9

Bug fixes
Insecure

Changes since DRUPAL-5--1-8:

  • #153526 (Grugnog2) Derived images have 600 permissions.
  • #217960 ImageMagick doesn't work when the webroot has a space in the name.

image 5.x-2.0-alpha2

Bug fixes
Insecure

Changes since DRUPAL-5--2-0-alpha1:

  • #153526 (Grugnog2) Derived images have 600 permissions.
  • #217960 ImageMagick doesn't work when the webroot has a space in the name.
  • #267200 (celstonbg) Oracle Support for image and image_attach.
  • #207329 (joachim, Hetta, drewish) Recognize disabling of view, & warn that image gallery admin settings have no effect.

image 6.x-1.0-alpha2

Bug fixes
Insecure

If you're upgrading you need to upgrade to the 5.x-2.x branch of the module in Drupal 5 before before moving to Drupal 6.

Changes since DRUPAL-6--1-0-alpha1:

image 5.x-1.8

Bug fixes
Insecure

Changes since DRUPAL-5--1-7:

  • #215272 (daemonic, guix) Image import not building derivatives correctly.
  • #222977 (drewish, HorsePunchKid, UberLord) image.module fails with postgresql with random images

image 5.x-2.x-dev

This branch contains all the final features added to HEAD before porting to Drupal 6.

image 5.x-1.6

New features
Bug fixes
Insecure

Changes since DRUPAL-5--1-5:

image 5.x-1.5

Bug fixes
Insecure

IMPORTANT UPGRADE PROCEDURE!

If you're upgrading from the 5.x-1.2 version of image module you need follow this set instructions when upgrading to this release. If you've already followed these instructions once, just update.php as you normally would.

  1. Make a backup of your files and database before beginning.
  2. Use the Site maintenance setting (admin/settings/site-maintenance) to take your site off-line.
  3. Update the module files.
  4. 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.
  5. Check that your images display correctly.
  6. Bring your site back online.

Changes since DRUPAL-5--1-4:

image 5.x-1.4

Bug fixes
Insecure

IMPORTANT UPGRADE PROCEDURE!

If you've used previous versions of the image module you need follow this set instructions when upgrading to this release:

image 5.x-1.3

New features
Bug fixes
Insecure

IMPORTANT UPGRADE PROCEDURE!

If you've used previous versions of the image module you need follow this set instructions when upgrading to this release:

image 5.x-1.2

New features
Bug fixes
Insecure

Changes since DRUPAL-5--1-1:

image 5.x-1.1

Insecure

Image
#124751 Adding a rebuild thumbnails node operation to the dropdown on admin/content/node.
#129673 vhmauery's patch "Only rebuild derivatives if the original changes"
#131589 Duplicate filename now generating thumbnail/preview.
#133127 joachim's suggestion to change the image CSS class to avoid conflicting with the Garland theme.
#117460 Jax's patch to add a 'edit images' permission to bring us in line with core's model.

image 5.x-1.x-dev

IMPORTANT UPGRADE PROCEDURE!

If you've used previous versions of the image module you need follow this set instructions when upgrading to this release:

image 6.x-1.x-dev

New features
Bug fixes

Latest bug fixes on the D6 version. See the file CHANGELOG for details.

Subscribe with RSS Subscribe to Releases for Image