cluster configuration for new machine
[selectricity] / vendor / plugins / attachment_fu / CHANGELOG
1 * Nov 27, 2007 *
2 * Handle properly ImageScience thumbnails resized from a gif file [Matt Aimonetti]
3 * Save thumbnails file size properly when using ImageScience [Matt Aimonetti]
4 * fixed s3 config file loading with latest versions of Rails [Matt Aimonetti]
5
6 * April 2, 2007 *
7
8 * don't copy the #full_filename to the default #temp_paths array if it doesn't exist
9 * add default ID partitioning for attachments
10 * add #binmode call to Tempfile (note: ruby should be doing this!) [Eric Beland]
11 * Check for current type of :thumbnails option.
12 * allow customization of the S3 configuration file path with the :s3_config_path option.
13 * Don't try to remove thumbnails if there aren't any.  Closes #3 [ben stiglitz]
14
15 * BC * (before changelog)
16
17 * add default #temp_paths entry [mattly]
18 * add MiniMagick support to attachment_fu [Isacc]
19 * update #destroy_file to clear out any empty directories too [carlivar]
20 * fix references to S3Backend module [Hunter Hillegas]
21 * make #current_data public with db_file and s3 backends [ebryn]
22 * oops, actually svn add the files for s3 backend. [Jeffrey Hardy]
23 * experimental s3 support, egad, no tests.... [Jeffrey Hardy]
24 * doh, fix a few bad references to ActsAsAttachment [sixty4bit]

Benjamin Mako Hill || Want to submit a patch?