Downloads
Download tar.gz
205.68 KB
MD5: a6571e0f11a8d04bcc56491c5a8290d7
SHA-1: 9205d982e7f110da29db0dee56b81b199b7a83dd
SHA-256: 229666026edcd6c81d7b4f1b42d37fe32918ccdefa3f58a81b608764c187356b
Download zip
298.01 KB
MD5: 89fd0878fad681d2ef4608adccd8d435
SHA-1: 43efc15b588e6ccae847a2c62a7fbf62b35532a7
SHA-256: 369b681277de2c46306ec4823248b8dcc08e81bacc59ec4d7e82ef643fc1c4f8
Release notes
Changes since DRUPAL-6--1-0-ALPHA4:
- #309872 by brenda003, sun: Fixed link to Image Import settings page.
- #310391 by pcorbett, sun: Fixed SQL server/PostGreSQL support for Image Attach.
- #196823 by sun: Removed "Rebuild derivatives" option from node/add form.
- #354523 by vitrex, drewish, sun: Fixed image_get_random() does not return distinct images.
- #351552 by hass, sun: Changed Image Gallery's form submit button to "Save".
- #354523 by sun: Reverted image_get_random() does not return distinct images.
- #310693 by sun: Updated image_access() for 6.x.
- #70396 by bibo, sun: Fixed node image size links are not localized.
- #310693 by sun: Updated image_access() for 6.x. (follow-up)
- #288378 by smk-ka, mustafau, sun: Added primary key and index to image table.
- #234983 by sun: Performance: Improved image_gallery_page().
- #134395 by sun: Fixed default list bullet style for image gallery images.
- #105739 by sun: Removed colors from default style for image gallery images.
- #346289 by sun: Fixed missing primary key and index on image_attach table.
- #299250 by sun: Fixed file upload description in image form.
- #280197 by sun: Fixed 'image_default_path' variable must not have a trailing slash.
- #350511 by simon.males, sun: Added option to configure number of images for latest/random image blocks.
- #350511 by simon.males, sun: Added option to configure number of images for latest/random image blocks. (follow-up; sorry, committed the wrong patch)
- #220281 by sun: Fixed empty width/height attributes in image tags if image size detection failed.
- #361874 by sun: Fixed Image Gallery uninstall fails if Taxonomy was disabled at the same time.
- #350428 by garmisch: Dutch translation of image module.
- #350428 by garmish: Changed dutch translation.
- #360691 by sun: Fixed image/image_attach table index creation errors when upgrading from 5.x-2.x.
- #247738 by sun: Removed unused image_submit() function.
- #298644 by smk-ka, sun: Updated tests for SimpleTest 2.x.
- #370520 by seals: Added Swedish translation.
- #370520 by seals: Updated Swedish translation.
- #338159 by sun: Fixed improper table aliases in db queries for db_rewrite_sql().
- #390008 by joachim, sun: Fixed inconsistent node mass-operation title.
- #363211 by sun: Fixed help for image import settings not displayed.
- #196844 by Hetta, sun: Fixed Image module help text.
- #243895 by Hetta: Fixed "selected file could not be copied" errors with ImageMagick on some platforms.
- #360170 by TwoD: Fixed hard-coded field name in Image attach views handler.
- #361230 by justinrandell, sun: Fixed PHP notice if no original image exists.
- #257743 by jandd, sun: Fixed upgrade error: Unknown column 'f.nid' query.
- #357890 by Robbie Sternenberg: Added dynamic expansion of image preset configuration form to allow for more than 6 sizes.
- #185081 by sun: Fixed image_file_download tries to transfer non-existing files.
- #225024 by sun: Fixed filepaths not always prefixed with file_directory_path().
- #298702 by sp3boy, smk-ka, sun: Fixed image uploads are not properly validated.
- #362818 by sun: Fixed validation/submission of Image Import settings form.
- #256195 by dman, sun: Added invocation of hook_file_metadata() to Image Import.
- #228886 by joachim: Fixed missing CSS class on unpublished attached images.
- #368505 by joachim: Added exposure of Image field to CCK.
- #455768 by sun: Fixed image_get_sizes() called but not loaded in .install file.
- #458882 by sun: Fixed image nodes are promoted to front page by default.
- #496076 by pebosi: Removed unused database query in image_attach.
- by sun: Fixed Windows line-endings in .test files.