merged in from code from the other master
[selectricity-live] / vendor / plugins / attachment_fu / CHANGELOG
1 * Apr 17 2008 *
2 * amazon_s3.yml is now passed through ERB before being passed to AWS::S3 [François Beausoleil]
3
4 * Mar 22 2008 *
5 * Some tweaks to support Rails 2.0 and Rails 2.1 due to ActiveSupport::Callback changes.  
6   Thanks to http://blog.methodmissing.com/2008/1/19/edge-callback-refactorings-attachment_fu/
7
8 * Feb. 26, 2008 *
9 * remove breakpoint from test_helper, makes test suite crazy (at least Rails 2+) [Rob Sanheim]
10 * make S3 test really optional [Rob Sanheim]
11
12 * Nov 27, 2007 *
13 * Handle properly ImageScience thumbnails resized from a gif file [Matt Aimonetti]
14 * Save thumbnails file size properly when using ImageScience [Matt Aimonetti]
15 * fixed s3 config file loading with latest versions of Rails [Matt Aimonetti]
16
17 * April 2, 2007 *
18
19 * don't copy the #full_filename to the default #temp_paths array if it doesn't exist
20 * add default ID partitioning for attachments
21 * add #binmode call to Tempfile (note: ruby should be doing this!) [Eric Beland]
22 * Check for current type of :thumbnails option.
23 * allow customization of the S3 configuration file path with the :s3_config_path option.
24 * Don't try to remove thumbnails if there aren't any.  Closes #3 [ben stiglitz]
25
26 * BC * (before changelog)
27
28 * add default #temp_paths entry [mattly]
29 * add MiniMagick support to attachment_fu [Isacc]
30 * update #destroy_file to clear out any empty directories too [carlivar]
31 * fix references to S3Backend module [Hunter Hillegas]
32 * make #current_data public with db_file and s3 backends [ebryn]
33 * oops, actually svn add the files for s3 backend. [Jeffrey Hardy]
34 * experimental s3 support, egad, no tests.... [Jeffrey Hardy]
35 * doh, fix a few bad references to ActsAsAttachment [sixty4bit]

Benjamin Mako Hill || Want to submit a patch?