Releases for Image
image 5.x-1.9
Download: image-5.x-1.9.tar.gz
Size: 133.99 KB
md5_file hash: c1c25c0cf3373457b92d2516383e82b4
First released: June 16, 2008 - 19:10
Last updated: June 16, 2008 - 19:15
Changes since DRUPAL-5--1-8:
image 5.x-2.0-alpha2
Download: image-5.x-2.0-alpha2.tar.gz
Size: 138.32 KB
md5_file hash: c0ba8a53c7db8f019d510792b1b59744
First released: June 16, 2008 - 19:08
Last updated: June 16, 2008 - 19:10
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
Download: image-6.x-1.0-alpha2.tar.gz
Size: 139.62 KB
md5_file hash: 4f4bc61317e25414f4d1782f73567e01
First released: June 16, 2008 - 19:03
Last updated: June 16, 2008 - 19:05
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
Download: image-5.x-2.0-alpha1.tar.gz
Size: 40.2 KB
md5_file hash: 86acbe47e9eeb5a641a9703c71f86f41
First released: April 14, 2008 - 00:15
Last updated: April 14, 2008 - 00:20
Changes in the DRUPAL-5--2 branch:
- #104586 : make image_attach use the filename if no title is provided
- #86031 - views-enable image_attach - patch by David Lesieur
- #106374 - PG support for image_attach.install - patch by HorsePunchKid
- David Lesieur's patch for #110360 "Views filter for image_attach"
- - Fixing #110370 "Prevent image_attach from attaching to image nodes"
- #124670 Cleaning up the .install files and adding hook_uninstall implementations.
- Cleaning up some formatting and whitespace issues.
- My update to yched's patch for #62023 "attach info not updated on image deletion"
- My update for #62023 to remove old records.
- #85952 Attached image link points to the image node
- Initial commit. Hungarian translation.
- #132879 CogRusty helped me get the query working with MySQL 4
- - joachim's patch for #133128 to change the class name so attached images are styled.
- removing .image-attach-preview since it's no longer used. - - #131589 Duplicate filename not generating thumbnail/preview.
- Adding an IMAGE_ORIGINAL constant for '_original'. - CogRusty fixes for #132879
- #73854 Make the attached image's postion in teaser and body configurable
- A bunch of small code cleanups suggested by the coder module.
- #62025 radiantsouls's patch to allow an image to be "detached"
- #135801 Psicomante's patch to Make size of attached images configurable. I made some changes so any bugs are my fault.
- #143828 Image size settings are stored as a keyed array now.
- Using the proper t() place holders in the help links.
Reformatting the hook_menu arrays. - #152358 Put image_attach in the enclosure part of the RSS feed.
- HorsePunchKid's patch for #156750 image_attach_update_2() is incompatible with Postgres
- Committing everything twice is silly. I'll re-open HEAD once it's time to start upgrading to DRUPAL-6.
- #159767 "Rename _image_get_sizes() to image_get_sizes()"
- Re-opening HEAD to start work on a DRUPAL-5-2 branch.
- #158967 (dman, aclight) image_attach creates unpublished image nodes.
- #169275 (grudolf) Slovenian translation
- adding Danish translation
- #168981 Images detach when I click Preview and then Submit.
- #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.
- #181809 (add1sun, domasj, Donovan, drewish) Beginning to upgrade image modules for Drupal 6, more to come.
- #134423 (joachim) Use Views for image blocks and galleries.
- #207198 Use the Image Gallery's taxonomy in the default views.
- #181809 (zoo33) ImageMagick fixes for DRUPAL-6.
- #208952 (puckbag, drewish) image_import.module: hook_theme is implemented incorrectly.
- #207550 (puckbag) Image_Import: Call-time pass-by-reference has been deprecated.
- #211343 (zoo33) Undefined $form_state in image_import.module causes PHP notice.
- #200029 (greggles, Hetta) Recommend admins make an addition to robots.txt.
- #212525 (VDG) Bad count query causes incompatibility with nodeaccess.
- #215272 (daemonic, guix) Image import not building derivatives correctly.
- #21037 (andypost, dman, Hetta, rwohleb) Allow admin to pick gallery sort order.
- #222977 (drewish, HorsePunchKid, UberLord) image.module fails with postgresql with random images
image 6.x-1.0-alpha1
Download: image-6.x-1.0-alpha1.tar.gz
Size: 35.77 KB
md5_file hash: b6a17665ea12d22a610bf2a6bc193b71
First released: April 14, 2008 - 00:12
Last updated: April 14, 2008 - 00:15
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
Download: image-5.x-1.8.tar.gz
Size: 133.95 KB
md5_file hash: 142382b74c5ecb079e391e05d6b280a5
First released: April 14, 2008 - 00:04
Last updated: April 14, 2008 - 00:05
Changes since DRUPAL-5--1-7:
image 5.x-1.7
Download: image-5.x-1.7.tar.gz
Size: 133.78 KB
md5_file hash: 7f2efeff91797e4c0722d6b18e75872f
First released: February 17, 2008 - 03:08
Last updated: February 17, 2008 - 03:10
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
Download: image-5.x-2.x-dev.tar.gz
Size: 138.31 KB
md5_file hash: 118fe9f253bcc8ae2f3fd5b681d25145
First released: October 18, 2007 - 04:49
Last updated: June 17, 2008 - 00:04
This branch contains all the final features added to HEAD before porting to Drupal 6.
image 5.x-1.6
Download: image-5.x-1.6.tar.gz
Size: 121.72 KB
md5_file hash: 5b1a6f001e8ea6ac47b6599df645d074
First released: October 18, 2007 - 04:47
Last updated: October 18, 2007 - 04:50
Changes since DRUPAL-5--1-5:
- Small fixes suggested by the coder.module.
- #169664 Only regenerate all derivatives when the size's height, width or operation changes.
- #171080 When the original image is smaller than a derivative size, the original image's path should be assigned in _image_build_derivatives().
- #173006 ImageMagick debugging output option.
- #160671 Trying to solve several derivative image problems:
- Check for missing derivative images in image_load() rather than image_display().
- Add image_get_derivative_sizes() to compute which derivative sizes are needed for an image.
- Save rebuilt derivative images using image_update() rather than node_save() so the updated time isn't changed.
- #173043 Cast ImageMagick resize and crop size parameters to integers.
- #133044 Badly built WHERE IN clause screwed up pgsql.
- #173592 (pillarsdotnet) Viewing empty gallery produces sql error.
- #170659 Image not shown if original = preview
- #155313 (zoo33) Add hook_imagemagick_alter() and image_im_advanced.module to allow advanced ImageMagick options to be specified.
- #170850 (zoo33) INSTALL.txt lacked information about some of the bundled modules.
- #153526 (Brian@brianpuccio.net) Document conflicts with suPHP.
- #168981 Images detach when I click Preview and then Submit.
image 5.x-1.5
Download: image-5.x-1.5.tar.gz
Size: 115.12 KB
md5_file hash: 82205bcba2dba61be5bbcb883e98f793
First released: August 22, 2007 - 23:12
Last updated: August 22, 2007 - 23:15
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.
- Make a backup of your files and database before beginning.
- Use the Site maintenance setting (admin/settings/site-maintenance) to take your site off-line.
- Update the module files.
- 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.
- Check that your images display correctly.
- Bring your site back online.
Changes since DRUPAL-5--1-4:
- #158185 Split views support into .inc file
- #159373 "Implement hook_uninstall()"
- #158334 Make image_sizes keys lowercase and limit to 32 characters or less.
- #159767 "Rename _image_get_sizes() to image_get_sizes()"
- #159847 "Derivative images not built when importing from outside /files"
- ray007's patch for #160238 "easier gallery theming".
- #162496 (raintonr) "image_gallery_nodeapi should not menu_set_location for teasers".
- #68623 "Custom image sizes skipped if original is smaller than the custom size definition"
- #155313 (zoo33) ImageMagick options alterable by hook.
- #158967 (dman, aclight) image_attach creates unpublished image nodes.
- #169549 (yched) BMP files not forbidden.
- #165186 (Hetta backported) Proper implementation of hook_file_download() that respects the 'view original images' permission.
- #136338 (joachim, Hetta) Problems with setting a height on gallery lists.
- #158805 Don't scare visitors with messages about rebuilding derivative images.
image 5.x-1.4
Download: image-5.x-1.4.tar.gz
Size: 102.44 KB
md5_file hash: 847cb09418aa57a988f7a37d4a102c37
First released: July 10, 2007 - 14:53
Last updated: July 10, 2007 - 14:55
IMPORTANT UPGRADE PROCEDURE!
If you've used previous versions of the image module you need follow this set instructions when upgrading to this release:
- Make a backup of your files and database before beginning.
- Use the Site maintenance setting (admin/settings/site-maintenance) to take your site off-line.
- Update the module files.
- 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.
- Check that your images display correctly.
- Bring your site back online.
Changes since DRUPAL-5--1-3:
- Added image_create_node_from() to allow other modules to easily create image nodes from a file.
- #152358 Put image_attach in the enclosure part of the RSS feed.
- #136767 Add an option to hide node info in image gallery.
- HorsePunchKid's patch for #156750 image_attach_update_2() is incompatible with Postgres
- #156127 Fixes for bugs in the 5.x-1.3 release:
- Original images imported via image_import.module weren't resized.
- Erroneous "You must upload an image." Error. - #156442 ?size=_original available to all and sundry
- #142178 "Upgrade to image 5x 1.1 screws up file paths for old images."
- My version of Bart Jansens's fix for #157583 No image galleries visible after upgrade
- Allow the background color for ImageMagick's rotation to be specified.
- #133215 Add an option to pass the -strip parameter to ImageMagick.
A big thanks goes out to VDG, Urfin Juss, kelev, and Hetta for testing the this release.
image 5.x-1.3
Download: image-5.x-1.3.tar.gz
Size: 99.79 KB
md5_file hash: 21c2f4741ae1007c1f055fe37a30872c
First released: July 1, 2007 - 22:16
Last updated: July 1, 2007 - 22:20
IMPORTANT UPGRADE PROCEDURE!
If you've used previous versions of the image module you need follow this set instructions when upgrading to this release:
- Make a backup of your files and database before beginning.
- Use the Site maintenance setting (admin/settings/site-maintenance) to take your site off-line.
- Update the module files.
- 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.
- Check that your images display correctly.
- Bring your site back online.
Changes since DRUPAL-5--1-2:
- Small fix to #149597, hides the filter with the body is disabled and groups them together.
- #143828 Image size settings are stored as a keyed array now.
- #133649 Don't create derivative images for smaller originals.
- #155161 If open_basedir is set, display the value and provide a better help link.
- #137755 Can't unselect the ImageMagick tookit.
- #117915 Admin can select which derivative size links are displayed on the node and have them open in a new window.
- #153136 use theme_image() to output the element.
- alvin's patch for #55414 No validation when no image is submitted.
image 5.x-1.2
Download: image-5.x-1.2.tar.gz
Size: 100 KB
md5_file hash: 203299c0e117e2260ab07ae1bb2d81af
First released: June 12, 2007 - 14:05
Last updated: June 12, 2007 - 14:10
Changes since DRUPAL-5--1-1:
- #140837 Juhani noticed an incorrect call to t().
- #140920 Juhani provided an updated pot.
- A bunch of small code cleanups suggested by the coder module.
- #148807 Vallenwood noticed that the IMAGE_ORIGINAL constant wasn't being used.
- #62025 radiantsouls's patch to allow an image to be "detached"
- #86283 Direct image views not restricted
- #135801 Psicomante's patch to Make size of attached images configurable. I made some changes so any bugs are my fault.
- #149597 schnizZzla pointed out that we don't honor the settings specified by node_get_types(). Now you can change the title and body labels or ommit the body all together.
image 5.x-1.1
Download: image-5.x-1.1.tar.gz
Size: 90.37 KB
md5_file hash: 3e4d55b72f0d8fc66f9812580d912235
First released: May 2, 2007 - 15:38
Last updated: May 2, 2007 - 15:40
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 Attach
#62023 My update to yched's patch to "attach info not updated on image deletion"
#85952 Attached image link points to the image node
#73854 The attached image's position in teaser and body is now configurable
Image Gallery
#22342 Image Gallery vocabulary is now re-created after deletion
Image Import
#131926 Add title and body fields to the import form. Removing the image_import_extensions variable, now we just scan for files and check if they're image.
#131508 better default file import files directory and improved description.
image 5.x-1.0
Download: image-5.x-1.0.tar.gz
Size: 80 KB
md5_file hash: c5069263c19f75f8de287b4376da54ad
First released: March 25, 2007 - 20:28
Last updated: March 25, 2007 - 20:30
Inital 5.0 release for image.
image 5.x-1.x-dev
Download: image-5.x-1.x-dev.tar.gz
Size: 134.01 KB
md5_file hash: d972c1e0b047f7cd31d53469b7e3009f
First released: December 28, 2006 - 03:01
Last updated: April 23, 2008 - 00:07
IMPORTANT UPGRADE PROCEDURE!
If you've used previous versions of the image module you need follow this set instructions when upgrading to this release:
- Make a backup of your files and database before beginning.
- Use the Site maintenance setting (admin/settings/site-maintenance) to take your site off-line.
- Update the module files.
- 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.
- Check that your images display correctly.
- Bring your site back online.
image 4.7.x-1.x-dev
Download: image-4.7.x-1.x-dev.tar.gz
Size: 83.31 KB
md5_file hash: 34014a4049f8999ff6b337cea25b3b1f
First released: May 2, 2006 - 09:01
Last updated: March 2, 2007 - 00:11
oh, come on, upgrade already ;)
image 4.6.x-1.x-dev
Download: image-4.6.x-1.x-dev.tar.gz
Size: 34.6 KB
md5_file hash: b48b2ad043a81c1a665dd54c345300d7
First released: April 15, 2005 - 20:15
Last updated: November 13, 2006 - 12:01
Anyone still using this?
image 6.x-1.x-dev
Download: image-6.x-1.x-dev.tar.gz
Size: 139.64 KB
md5_file hash: b5f3b77f2428989c2acbf343ced530f1
First released: March 6, 2005 - 20:15
Last updated: June 17, 2008 - 00:04
Working on a 6.x update... WATCH OUT THERE IS NO UPGRADE PATH AT THIS POINT!
