Releases for Image

image 6.x-1.0-beta3

joachim - September 13, 2009 - 08:12
Official release from CVS tag: DRUPAL-6--1-0-BETA3
First released: September 13, 2009 - 08:12
Download: image-6.x-1.0-beta3.tar.gz
Size: 231.19 KB
md5_file hash: cec302c86553842c86e3b730cc22b394
Last updated: September 13, 2009 - 08:15
View usage statistics for this release

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

joachim - September 5, 2009 - 18:05
Official release from CVS tag: DRUPAL-6--1-0-BETA2
First released: September 5, 2009 - 18:05
Download: image-6.x-1.0-beta2.tar.gz
Size: 230.27 KB
md5_file hash: ee4dd20c5fcd3e6a1aec9804d2f95518
Last updated: September 5, 2009 - 18:10
View usage statistics for this release

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

joachim - September 2, 2009 - 13:22
Official release from CVS tag: DRUPAL-6--1-0-BETA1
First released: September 2, 2009 - 13:22
Download: image-6.x-1.0-beta1.tar.gz
Size: 227.05 KB
md5_file hash: 56288ab0de9d5ae5b846b63c9f5d3ff1
Last updated: September 2, 2009 - 13:25
View usage statistics for this release

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

joachim - August 27, 2009 - 12:32
Official release from CVS tag: DRUPAL-6--1-0-ALPHA6
First released: August 27, 2009 - 12:32
Download: image-6.x-1.0-alpha6.tar.gz
Size: 223.55 KB
md5_file hash: cc6281dc8272a5d22f0ba6b740d8eae2
Last updated: August 27, 2009 - 12:35
View usage statistics for this release

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

joachim - August 23, 2009 - 08:47
Official release from CVS tag: DRUPAL-5--2-0-ALPHA4
First released: August 23, 2009 - 08:47
Download: image-5.x-2.0-alpha4.tar.gz
Size: 154.03 KB
md5_file hash: fc378de1078b7ad86cdf120dd15b5efd
Last updated: August 23, 2009 - 08:50
View usage statistics for this release

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

Bug fixes:
#403044: php notices - image by sun: Fixed PHP notice in image gallery when gallery is empty.
#295293: image_gallery defines view without URL set by joachim: Removed $view->url of image_gallery default view.
#455768: image_get_sizes() called from .install file by sun: Fixed image_get_sizes() called but not loaded in .install file.
#228886: mark attached unpublished images similarly to unpublished nodes by joachim: Fixed missing CSS class on unpublished attached images.
#225024: Incomplete path is used in image module resulting in unnecessary php warnings by sun: Fixed filepaths not always prefixed with file_directory_path().
#185081: image_file_download tries to transfer non-existing files by sun: Fixed image_file_download tries to transfer non-existing files.
#390008: inconsistent label for regenerating images in content admin by joachim, sun: Fixed inconsistent node mass-operation title.
#338159: Image* not using proper table aliases for db_rewrite_sql() by sun: Fixed improper table aliases in db queries for db_rewrite_sql().
#361874: image_gallery uninstall assumes taxonomy.module enabled; fails if it's not by sun: Fixed Image Gallery uninstall fails if Taxonomy was disabled at
the same time.
#220281: Empty height and width attributes in the generated image tags by sun: Fixed empty width/height attributes in image tags if image size
detection failed.

New features and changes:
#158805: Remove derivative image size rebuild messages by sun: Removed derivative image size rebuild messages.
#207340: group admin settings pages together by joachim, sun: Changed location of module administration pages.
#357890: Allow more image size presets by Robbie Sternenberg: Added dynamic expansion of image preset
configuration form to allow for more than 6 sizes.
#350511: Configurable number of images in Latest/Random blocks by simon.males, sun: Added option to configure number of images for
latest/random image blocks.

image 6.x-1.0-alpha5

sun - July 11, 2009 - 22:20
Official release from CVS tag: DRUPAL-6--1-0-ALPHA5
First released: July 11, 2009 - 22:20
Download: image-6.x-1.0-alpha5.tar.gz
Size: 205.68 KB
md5_file hash: a6571e0f11a8d04bcc56491c5a8290d7
Last updated: July 11, 2009 - 22:25
View usage statistics for this release

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

image 6.x-1.0-alpha4

drewish - January 13, 2009 - 10:01
Official release from CVS tag: DRUPAL-6--1-0-ALPHA4
First released: January 13, 2009 - 10:01
Download: image-6.x-1.0-alpha4.tar.gz
Size: 172.13 KB
md5_file hash: 8ca80de1aba05694512883f50a3334e9
Last updated: January 13, 2009 - 10:05
View usage statistics for this release

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

  • #279844 (deviantintegral) Image attach views 2.
  • #242134 (AltaVida) Hide rebuild notification messages from users.
  • #279844 by prbass: Update Image Attach Views 2 support.
  • Dropping the old views1 code and setting up the directory structure for views2.
  • Updated translation template.
  • #253631 by drewish: Major overhaul of image_import to sync it up with the BatchAPI import code from audio_import.module.
  • #337032 by bwynants: image_create_node_from should return a readable error.
  • #280197 by dalin: Remove trailing slashes from image path.
  • #320293 by hass: String cleanup.
  • Updated POT for translation
  • #351526 by hass, Remove t() from all schema descriptions.
  • Removing stray debugging code.
  • #297119 by EmanueleQuinto: Wrong name causing "modules/image/image_imagemagick.inc does not exist" error.

image 6.x-1.0-alpha3

drewish - August 17, 2008 - 09:14
Official release from CVS tag: DRUPAL-6--1-0-alpha3
First released: August 17, 2008 - 09:14
Download: image-6.x-1.0-alpha3.tar.gz
Size: 140.74 KB
md5_file hash: 45361348bcf4a1c0cc19cd16d49f84c1
Last updated: August 17, 2008 - 09:15
View usage statistics for this release

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:

  • #293363 (rszrama) Default local task admin/settings/image/nodes fails when accessed directly.
  • #290065 (smk-ka) drupal_access_denied() doesn't end a request.
  • #228886 (joachim) mark attached unpublished images similarly to unpublished nodes
  • #267489 (paul.lovvik) Use the status report to help administrators identify inconsistencies in the configuration.
  • #284478 (Zach Harkey) Gallery thumbnails go missing when $gallery->latest is not an image node.
  • #277240 (eMPee584) fix undefined value warning in image_attach.

image 5.x-2.0-alpha3

drewish - August 17, 2008 - 09:12
Official release from CVS tag: DRUPAL-5--2-0-alpha3
First released: August 17, 2008 - 09:12
Download: image-5.x-2.0-alpha3.tar.gz
Size: 140.24 KB
md5_file hash: 2f0910e0eb370b6d3f1e016f39b107b1
Last updated: August 17, 2008 - 09:15
View usage statistics for this release

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

drewish - June 16, 2008 - 19:10
Official release from CVS tag: DRUPAL-5--1-9
First released: June 16, 2008 - 19:10
Download: image-5.x-1.9.tar.gz
Size: 133.99 KB
md5_file hash: c1c25c0cf3373457b92d2516383e82b4
Last updated: June 16, 2008 - 19:15
View usage statistics for this release

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

drewish - June 16, 2008 - 19:08
Official release from CVS tag: DRUPAL-5--2-0-alpha2
First released: June 16, 2008 - 19:08
Download: image-5.x-2.0-alpha2.tar.gz
Size: 138.32 KB
md5_file hash: c0ba8a53c7db8f019d510792b1b59744
Last updated: June 16, 2008 - 19:10
View usage statistics for this release

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

drewish - June 16, 2008 - 19:03
Official release from CVS tag: DRUPAL-6--1-0-alpha2
First released: June 16, 2008 - 19:03
Download: image-6.x-1.0-alpha2.tar.gz
Size: 139.62 KB
md5_file hash: 4f4bc61317e25414f4d1782f73567e01
Last updated: June 16, 2008 - 19:05
View usage statistics for this release

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:

  • #153526 (Grugnog2) Derived images have 600 permissions.
  • #257167 (bwooster47) Scale and crop not working.
  • #270374 Split image_import code into an admin.inc file.
  • #220295 Move the views code into the correct .inc files.
  • #207340 (joachim) Group admin settings pages together as tabs.
  • #247386 (dman) Create attached image nodes in image_attach_validate() rather than image_attach_nodeapi().

image 5.x-2.0-alpha1

drewish - April 14, 2008 - 00:15
Official release from CVS tag: DRUPAL-5--2-0-alpha1
First released: April 14, 2008 - 00:15
Download: image-5.x-2.0-alpha1.tar.gz
Size: 40.2 KB
md5_file hash: 86acbe47e9eeb5a641a9703c71f86f41
Last updated: April 14, 2008 - 00:20
View usage statistics for this release

Changes in the DRUPAL-5--2 branch:

image 6.x-1.0-alpha1

drewish - April 14, 2008 - 00:12
Official release from CVS tag: DRUPAL-6--1-0-alpha1
First released: April 14, 2008 - 00:12
Download: image-6.x-1.0-alpha1.tar.gz
Size: 35.77 KB
md5_file hash: b6a17665ea12d22a610bf2a6bc193b71
Last updated: April 14, 2008 - 00:15
View usage statistics for this release

Changes for DRUPAL-6

  • #190863 image_get_random() returning duplicate images.
  • #187054 Image module breaks anonymous access to uploaded files.
  • #181809 (add1sun, domasj, Donovan, drewish) Beginning to upgrade image modules for Drupal 6, more to come.
  • #209090 (killes) Settings page tries to create the subdirectory outside the files folder and fails.
  • #212110 (ryanlath) Body text is lost.
  • #212174 (ryanlath) Image Random and Latest Block not themeable.
  • #208762 (domasj) Splitting admin section off the image.module file.
  • #218451 (barry) Fatal error when enabling latest image block.
  • #219987 Input format section is showing twice.
  • #215272 (daemonic) Image import not building derivatives correctly.
  • #222977 (drewish, HorsePunchKid, UberLord) image.module fails with postgresql with random images

image 5.x-1.8

drewish - April 14, 2008 - 00:04
Official release from CVS tag: DRUPAL-5--1-8
First released: April 14, 2008 - 00:04
Download: image-5.x-1.8.tar.gz
Size: 133.95 KB
md5_file hash: 142382b74c5ecb079e391e05d6b280a5
Last updated: April 14, 2008 - 00:05
View usage statistics for this release

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-1.7

drewish - February 17, 2008 - 03:08
Official release from CVS tag: DRUPAL-5--1-7
First released: February 17, 2008 - 03:08
Download: image-5.x-1.7.tar.gz
Size: 133.78 KB
md5_file hash: 7f2efeff91797e4c0722d6b18e75872f
Last updated: February 17, 2008 - 03:10
View usage statistics for this release

Changes since DRUPAL-5--1-6:

  • #183688 (ragaskar) Switch ImageMagick crop to viewport crop.
  • #190863 image_get_random() returning duplicate images.
  • #113326 Create block with attached images.
  • #187054 Image module breaks anonymous access to uploaded files.
  • #187054 (Roderik) Image module breaks anonymous access to uploaded files.
  • #200029 (greggles, Hetta) Recommend admins make an addition to robots.txt.
  • #212525 (VDG) Bad count query causes incompatibility with nodeaccess.
  • Lots of translation updates.

image 5.x-2.x-dev

drewish - October 18, 2007 - 04:49
Nightly development snapshot from CVS branch: DRUPAL-5--2
First released: October 18, 2007 - 04:49
Download: image-5.x-2.x-dev.tar.gz
Size: 154.07 KB
md5_file hash: 9604ff38fca57147c859765a76f13651
Last updated: November 3, 2009 - 12:12
View usage statistics for this release

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

image 5.x-1.6

drewish - October 18, 2007 - 04:47
Official release from CVS tag: DRUPAL-5--1-6
First released: October 18, 2007 - 04:47
Download: image-5.x-1.6.tar.gz
Size: 121.72 KB
md5_file hash: 5b1a6f001e8ea6ac47b6599df645d074
Last updated: October 18, 2007 - 04:50
View usage statistics for this release

Changes since DRUPAL-5--1-5:

image 5.x-1.5

drewish - August 22, 2007 - 23:12
Official release from CVS tag: DRUPAL-5--1-5
First released: August 22, 2007 - 23:12
Download: image-5.x-1.5.tar.gz
Size: 115.12 KB
md5_file hash: 82205bcba2dba61be5bbcb883e98f793
Last updated: August 22, 2007 - 23:15
View usage statistics for this release

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

drewish - July 10, 2007 - 14:53
Official release from CVS tag: DRUPAL-5--1-4
First released: July 10, 2007 - 14:53
Download: image-5.x-1.4.tar.gz
Size: 102.44 KB
md5_file hash: 847cb09418aa57a988f7a37d4a102c37
Last updated: July 10, 2007 - 14:55
View usage statistics for this release

IMPORTANT UPGRADE PROCEDURE!

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

  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-3:

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.