2008-07-29 Norman Clarke <norman@randomba.org>
* Downcased generated file names to avoid potential issues on
case-insensitive filesystems.
* Added "absolute path" method to model instances.
* Made image deletion nullify the "has_image_file" field.
* Added "has_image?" method to model instances.
* Fixed ENONENT error with record update when there are no images yet.
* Reverted thumbnail sorting feature - it's fast but makes terrible quality
thumbnails. It's just not worth it.
2008-07-28 Norman Clarke <norman@randomba.org>
* Added sorted thumbnail processing. This improves thumbnail generation
speed by about 25% for 4.5 meg jpegs with 5 thumbnails.
* Fixed broken resize for non-fixed-width thumbnails.
* Added check for bad geometry strings.
* Added dependencies and Rubyforge project to gemspec, updated docs.
2008-07-25 Norman Clarke <norman@randomba.org>
* First public release.