Releases for ImageCache

imagecache 6.x-2.0-beta1

drewish - October 8, 2008 - 01:41
Official release from CVS tag: DRUPAL-6--2-0-BETA1
Download: imagecache-6.x-2.0-beta1.tar.gz
Size: 24.33 KB
md5_file hash: dd23eb6c526a9c700218e9ee9f27837e
First released: October 8, 2008 - 01:41
Last updated: October 8, 2008 - 01:45

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

  • Bumped the version number since this is an update from 5.x-2.x
  • Be consistent about naming things ImageCache (captial C).
  • #292948 by drewish, Clean up the user facing messages.
  • #299329 by ComputerWolf, alt and title values displaying "a" in Views.
  • #316232 by stella, internationalization code review.
  • #316397 by stella, $_SERVER['REQUEST_URI'] does not work on all platforms.
  • #279861 by smk-ka, Flush cache when user picture changes.

imagecache 6.x-1.0-alpha2

drewish - August 8, 2008 - 18:21
Official release from CVS tag: DRUPAL-6--1-0-alpha2
Download: imagecache-6.x-1.0-alpha2.tar.gz
Size: 24.22 KB
md5_file hash: dd6f9663370215c513f5f0f12dc9e0aa
First released: August 8, 2008 - 18:21
Last updated: August 8, 2008 - 18:25

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

  • #266268 by moonshine, add unsharp filters to imagecache.
  • #241541 by soxofaan, fix create url tests and url stat caching issue.
  • Removing a reference to an undefined variable.
  • Small UI improvement, when there are no actions on a preset go ahead and expand the fieldset with the list so the next step is clear.
  • Allow imagecache to format filefields.
  • update the formatter theme function to use item['data']['alt']
  • More consistent labels for the formatters.
  • Avoid a fatal error if the filefield module is disabled after setting up imagecache as the formatter.
  • Better way of avoiding the problems calling filefield after it's been disabled.
  • some theme function fixes and move remove memory limit and toolkit requirements to imageapi gd and imageapi where they belong respectively.
  • Removing trailing white space.

imagecache 5.x-1.6

drewish - June 28, 2008 - 00:32
Official release from CVS tag: DRUPAL-5--1-6
Download: imagecache-5.x-1.6.tar.gz
Size: 17.5 KB
md5_file hash: c47f45ece7c6556ff35c5e9e3219d541
First released: June 28, 2008 - 00:32
Last updated: June 28, 2008 - 00:35

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().

imagecache 5.x-2.1

drewish - June 28, 2008 - 00:28
Official release from CVS tag: DRUPAL-5--2-1
Download: imagecache-5.x-2.1.tar.gz
Size: 22.97 KB
md5_file hash: f56d1a6c6a98f55098e5d231becd58dc
First released: June 28, 2008 - 00:28
Last updated: June 28, 2008 - 00:30

Changes since DRUPAL-5--2-0:

  • parse formatter names properly.
  • backport formatter fix from head.
  • #254720 by neilnz, wrap sequence names for postgres in {} so table prefixing will work.
  • adding tests for #241541. plus a minor addition to UPGRADE.txt
  • #241541 by soxofaan, imagecache_create_url generating incorrect URLs.
  • #260163 by rszrama, updating readme to be more accurate.

imagecache 6.x-1.0-alpha1

dopry - June 27, 2008 - 23:50
Official release from CVS tag: DRUPAL-6--1-0-alpha1
Download: imagecache-6.x-1.0-alpha1.tar.gz
Size: 23.21 KB
md5_file hash: 17e0a01b206046a1c84d3341797bcd40
First released: June 27, 2008 - 23:50
Last updated: June 27, 2008 - 23:55

Drupal 6 compatability.

imagecache 5.x-2.x-dev

dopry - May 12, 2008 - 00:09
Nightly development snapshot from CVS branch: DRUPAL-5--2
Download: imagecache-5.x-2.x-dev.tar.gz
Size: 25.29 KB
md5_file hash: fd055d0ca74ee12d7f318735506d1cf8
First released: May 12, 2008 - 00:09
Last updated: July 24, 2008 - 00:05

2.x snapshots

imagecache 5.x-2.0

dopry - May 12, 2008 - 00:07
Official release from CVS tag: DRUPAL-5--2-0
Download: imagecache-5.x-2.0.tar.gz
Size: 22.53 KB
md5_file hash: a2c7b66123a29627bcdfcddef2ea6247
First released: May 12, 2008 - 00:07
Last updated: May 12, 2008 - 00:10

Everyone Say Hello to ImageCache 2.x. I'm satisfied with my own usage enough that I think its ready to really be beaten on. It's a much improved code base with support for public and private files, clean and dirty urls, actions as plugins, support for multiple image toolkits via imageapi, new formatters, and then some.

You have to look at a diff against 1.5 to really see the changes.

imagecache 5.x-2.0-rc2

dopry - April 30, 2008 - 14:45
Official release from CVS tag: DRUPAL-5--2-0-RC2
Download: imagecache-5.x-2.0-rc2.tar.gz
Size: 21.06 KB
md5_file hash: 44930b18162a7e67dadd824dd1cfdd8e
First released: April 30, 2008 - 14:45
Last updated: April 30, 2008 - 14:50

Several fixes to imagecache formatters.

parse formatter name properly.
print img tag in link to node formatter
code style cleanups.

see:

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/imagecache/...

imagecache 5.x-2.0-rc1

dopry - April 19, 2008 - 19:23
Official release from CVS tag: DRUPAL-5--2-0-RC1
Download: imagecache-5.x-2.0-rc1.tar.gz
Size: 21.22 KB
md5_file hash: 57533ab5ad505c623d91e50da03b291e
First released: April 19, 2008 - 19:23
Last updated: April 19, 2008 - 19:25

A slew of bug fixes and new features...

see: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/imagecache/...

Should be used with ImageAPI RC5 http://drupal.org/node/248701

imagecache 5.x-1.5

dopry - March 30, 2008 - 21:17
Official release from CVS tag: DRUPAL-5--1-5
Download: imagecache-5.x-1.5.tar.gz
Size: 17.52 KB
md5_file hash: 740eee626e02ed8750a1ac7b4cf50306
First released: March 30, 2008 - 21:17
Last updated: March 30, 2008 - 21:20

We'll call this the oops update :) I forgot a 0....

imagecache 5.x-1.4

dopry - March 29, 2008 - 19:29
Official release from CVS tag: DRUPAL-5--1-4
Download: imagecache-5.x-1.4.tar.gz
Size: 17.52 KB
md5_file hash: d443e717355dd820443c9db46e691021
First released: March 29, 2008 - 19:29
Last updated: March 29, 2008 - 19:30

This update fixes several bugs:

  • images will not longer be displayed in the theme function if they do not exist...
  • imagecache is no longer restricted to files in the files directory.. hooray themers
  • imagecache will now clean up its lock files when it crashes... register_shutdown_function is your friend.
  • fixed a key in the requirements array, #201740
  • resolved some permission issues... we now override umask to 0, and set the perms of created directories to 775.
  • imagecache now constrains width/height by aspect ratio if they are empty.

imagecache 5.x-2.0-beta

dopry - December 28, 2007 - 19:30
Official release from CVS tag: DRUPAL-5--2-0-beta
Download: imagecache-5.x-2.0-beta.tar.gz
Size: 19.52 KB
md5_file hash: d66fcf313a2cb841e9772efa08acb0fa
First released: December 28, 2007 - 19:30
Last updated: December 28, 2007 - 19:35

I've cleaned up a couple small bugs, and it's almost ready for release as soon as I'm confident in ImageAPI in multiple environments.

imagecache 5.x-2.0-alpha

dopry - December 14, 2007 - 13:39
Official release from CVS tag: DRUPAL-5--2-0-alpha
Download: imagecache-5.x-2.0-alpha.tar.gz
Size: 19.68 KB
md5_file hash: 9ed813d62bf997c8d587ed6db349a32f
First released: December 14, 2007 - 13:39
Last updated: December 14, 2007 - 13:40

This is a major update of imagecache. This is alpha quality code.

New Features include:

  • New Actions: Scale and Crop, and Desaturate
  • 404 and 403 image support
  • Better Errors by returning 500/403/404 headers when there are issues with image delivery.
  • Private Files Support
  • Shortened URLS
  • CleanURLs are not required anymore.
  • New Plugin interface so modules can define new actions.
  • New User Interface
  • New ImageAPI

Imagecache 2.x no longer uses Drupal Core image functions. Instead it depends on
ImageAPI.

N'Joy.

imagecache 5.x-1.3

dopry - June 16, 2007 - 18:06
Official release from CVS tag: DRUPAL-5--1-3
Download: imagecache-5.x-1.3.tar.gz
Size: 14.17 KB
md5_file hash: 1cefe12890076258ff04173418c75852
First released: June 16, 2007 - 18:06
Last updated: June 16, 2007 - 18:10

This minor release resolves the mysql installation bug and a possible DOS vector in cache image generation.

imagecache 5.x-1.2

dopry - February 22, 2007 - 19:27
Official release from CVS tag: DRUPAL-5--1-2
Download: imagecache-5.x-1.2.tar.gz
Size: 13.69 KB
md5_file hash: f7e9eae8cf93bc88479ea9842c7c1850
First released: February 22, 2007 - 19:27
Last updated: February 22, 2007 - 19:30

Minor bugfix update.
http://www.drupal.org/node/108672 - update module_exist to module_exists
http://www.drupal.org/node/118281 - remove unnecessary theme('placeholder',...) calls.

imagecache 4.7.x-1.1

dopry - January 25, 2007 - 04:35
Official release from CVS tag: DRUPAL-4-7--1-1
Download: imagecache-4.7.x-1.1.tar.gz
Size: 13.33 KB
md5_file hash: fa9a574169a46b7fb83d3ecdc4317ab4
First released: January 25, 2007 - 04:35
Last updated: January 25, 2007 - 04:40

Imagecache is a 'Just In Time' thumbnail generator for Drupal. It is primarily a themer's tool, but integrates well with Imagefield, CCK, and Views.

Features:
* Percentile & Keyword Expressions for Preset Actions.
* Imagefield/Views/CCK Integration
* Scale, Crop, Resize

Change Log:
- enable single dimension image scaling - quicksketch
- support alt, title, and attribute in theme('imagecache' ...) - dopry
- fixed preset flush function - dopry
- added preset data caching. - quicksketch/dopry
- added keyword and percentage support to action arguments. - quicksketch
- fixed permission bug in _imagecache_flush_presets - dopry
- fixed error in _imagecache_filter code - killes
- fixed namespace conflict with mulitple preset generation - bcswebstudio

Special thanks to quicksketch for helping mature this module, and adding some really rocking features.

imagecache 5.x-1.1

dopry - January 25, 2007 - 04:28
Official release from CVS tag: DRUPAL-5--1-1
Download: imagecache-5.x-1.1.tar.gz
Size: 12.98 KB
md5_file hash: 6dd6e24f5c5d394c020d87bf190ee05e
First released: January 25, 2007 - 04:28
Last updated: January 25, 2007 - 04:30

Imagecache is a 'Just In Time' thumbnail generator for Drupal. It is primarily a themer's tool, but integrates well with Imagefield, CCK, and Views.

Features:
* Percentile & Keyword Expressions for Preset Actions.
* Imagefield/Views/CCK Integration
* Scale, Crop, Resize

Change Log:
- fixed permission issue with _imagecache_preset_flush - dopry

Special thanks to quicksketch for helping mature this module and adding some rocking features.

imagecache 5.x-1.0

dopry - January 24, 2007 - 23:24
Official release from CVS tag: DRUPAL-5--1-0
Download: imagecache-5.x-1.0.tar.gz
Size: 13 KB
md5_file hash: 380dfa3b563460e083ecb6a2548adf9f
First released: January 24, 2007 - 23:24
Last updated: January 24, 2007 - 23:25

Imagecache is a 'Just In Time' thumbnail generator for Drupal. It is primarily a themer's tool, but integrates well with Imagefield, CCK, and Views.

Features:
* Percentile & Keyword Expressions for Preset Actions.
* Imagefield/Views/CCK Integration
* Scale, Crop, Resize

Change Log:
- updated for Drupal 5 - quicksketch
- enable single dimension image scaling - quicksketch
- support alt, title, and attribute in theme('imagecache' ...) - dopry
- fixed preset flush function - dopry
- added preset data caching. - quicksketch/dopry
- added keyword and percentage support to action arguments. - quicksketch

imagecache 5.x-1.x-dev

dopry - January 11, 2007 - 20:16
Nightly development snapshot from CVS branch: DRUPAL-5
Download: imagecache-5.x-1.x-dev.tar.gz
Size: 17.5 KB
md5_file hash: 17194148b9319d27637ba0c1ea7554a9
First released: January 11, 2007 - 20:16
Last updated: July 9, 2008 - 12:05

This is the 5.0 dev release. It should be working with most platforms as its based on the 4.7 stable and there wasn't a lot to update.

imagecache 4.7.x-1.0

dopry - November 16, 2006 - 02:02
Official release from CVS tag: DRUPAL-4-7--1-0
Download: imagecache-4.7.x-1.0.tar.gz
Size: 11.81 KB
md5_file hash: ef16a97875494c5e3653a4a2bcb1f6ab
First released: November 16, 2006 - 02:02
Last updated: November 15, 2006 - 22:05

initial stable release of imagecache.

imagecache HEAD

dopry - November 11, 2006 - 09:14
Nightly development snapshot from CVS branch: HEAD
Download: imagecache-HEAD.tar.gz
Size: 24.32 KB
md5_file hash: 84a421123371285808efe72d2e72890e
First released: November 11, 2006 - 09:14
Last updated: October 8, 2008 - 12:06

This is the development snapshot of ImageCache... this is the newest insanity.

imagecache 4.7.x-1.x-dev

dopry - August 10, 2006 - 01:02
Nightly development snapshot from CVS branch: DRUPAL-4-7
Download: imagecache-4.7.x-1.x-dev.tar.gz
Size: 13.98 KB
md5_file hash: fcd475b7caa8726bfce066681c424085
First released: August 10, 2006 - 01:02
Last updated: April 20, 2007 - 00:11
 
 

Drupal is a registered trademark of Dries Buytaert.