Downloads

Download imagecache-5.x-1.6.tar.gztar.gz 17.5 KB
MD5: c47f45ece7c6556ff35c5e9e3219d541
SHA-1: 15ab29720f805837eeef738c3e78c066675a0d0b
SHA-256: 3ec1d3feac4f6d516fb06ef7c4dffda6095d4459635326538aa87f869a7e8f4f
Download imagecache-5.x-1.6.zipzip 21.22 KB
MD5: ef0fe4c6561526bafd358d38151f099c
SHA-1: c42d650f184915adcb97c53fa65b4d162d09e609
SHA-256: 86ffb44ea351f658fe9fbb16fcc4b8699b326779089f9639aa19b132ef778a25

Release notes

Changes since DRUPAL-5--1-5:

  • some minor cleanups to .info and .install switched package to ImageCache and module name to ImageCache.
  • backported header responses from 2.x.
  • added some good watchdogs and more error checking/reporting.
  • cleaned up lock/tmp file handling. register_shutdown_function is my friend.
  • removed some cruftiness from the processing loop and race handling.
  • new tmp filename tmp_imagecache_{md5(src)}_{preset}_{basename(src)}, so they are guaranteed unique and mostly identifiable.
  • removed optional use of mime_content_type.
  • added 307 Location header for images already being process to cause reload of current page... This should try to reload a few times hopefully giving us enough time to finish processing the image.
  • #253145 (a.a.egoroff) Preset names shouldn't be translated via t().
Created by: drewish
Created on: 28 Jun 2008 at 00:32 UTC
Last updated: 28 Jun 2008 at 00:32 UTC
Bug fixes

Other releases