ab1e4f7b0bhelps if everything refers to fileutils
Mark Guzman
2009-02-27 00:05:13 -0500
8980ecdc27ruby 1.9 compatability change
Mark Guzman
2009-02-26 23:27:48 -0500
f0cb97936aFix support for multiple distinct S3 buckets (previously all classes would use the bucket configured for the last class defined).
Russ Ennis
2009-02-15 11:23:58 +0000
81402bfa4afixing the fix for Rails 2.2 - making it so it actually adds the error - including the unless
Dustin Anderson
2009-02-14 00:58:37 +0800
6e67b49ff8One tweak to support Rails 2.2 I18n validation error message (due to deprecated ActiveRecord::Errors.default_error_messages) - Tests were getting very ugly with all the deprec warning messages
Dustin Anderson
2009-02-13 04:43:45 +0800
45b0e31c89Add an ':association_options' option for passing additional options to the association creation methods.
Hongli Lai (Phusion)
2008-09-23 23:53:54 +0800
2c164b6854Add support for models that have a string as primary key.
Hongli Lai (Phusion)
2008-09-23 21:52:29 +0800
806fb742ecFix unit test failures in basic_test.
Hongli Lai (Phusion)
2008-09-23 20:47:18 +0800
d55631d161Improve wording in README.
Hongli Lai (Phusion)
2008-09-23 20:46:56 +0800
f710c470c6Merge commit '02df072d760610ff368658e85062afcc163f352b'
rick
2009-02-02 20:13:32 -0800
02df072d76convert expires_at option on authenticated_s3_url to integer to prevent amazon errors
Greg Borenstein
2009-01-30 20:48:49 -0800
95bc6bc296Merge branch 'master' of git@github.com:technoweenie/attachment_fu
rick
2009-01-27 15:33:30 -0600
5b16d05aeeAdded a config option to state a bucket_key other than :bucket_name in the amazon_s3.yml on a per model basis.
bhauman
2009-01-24 00:57:10 +0800
f1ab094e3fyagni #is_thumbnail_for
rick
2008-12-16 19:12:38 -0800
9fd76b8cc9get rid of magical Class.inherited use, add explicit #is_thumbnail_for thumbnail classes so things work in dev and prod mode
rick
2008-12-16 17:54:21 -0800
743a95be0fAdding cropping support to rmagick processor
David Jones
2008-11-26 11:39:41 +0800
455e103db5allow :access option in the S3 task to take a proc
rick
2008-12-15 17:42:04 -0800
939a894cc2not sure why TempFile#size isnt working, using File.size instead
rick
2008-12-15 16:25:44 -0800
17919a2954unify options-passing
rick
2008-12-15 16:13:02 -0800
52370cf40dMerge branch 'rewrite-s3' into rewrite
rick
2008-12-13 18:03:49 -0800
022ec71e19tweak the thumbnail load process
rick
2008-12-13 18:03:44 -0800
1b4a9b26f3Merge branch 'rewrite' into rewrite-s3
rewrite-s3
rick
2008-12-08 17:14:48 -0800
c9ddd35169update docs
rick
2008-12-08 17:14:43 -0800
d7ec1e3886move the thumbnail class preparation later in the processing cycle
rick
2008-12-08 17:13:21 -0800
b49c9b5b55Merge branch 'rewrite' into rewrite-s3
rick
2008-12-05 01:52:37 -0800
0ce3dd00e5docs for thumbnail task: passing nil to :thumbnail_class is no longer needed if you want to subclass the attachment class
rick
2008-12-05 01:52:32 -0800
4e35571227rescue from deleting an s3 object that no longer exists
rick
2008-12-05 01:48:36 -0800
575d988cc6Merge branch 'rewrite' into rewrite-s3
rick
2008-12-05 01:48:07 -0800
8f57d07819tweak the way the thumbnail task modifies the class, allow for lazy loading of the thumbnail class
rick
2008-12-05 01:47:37 -0800
ce7e2e589aadd AttachmentFu::Tasks#unqueue
rick
2008-12-05 01:31:57 -0800
70af24157dspecs for AttachmentFu::Tasks#queued?
rick
2008-12-05 01:29:48 -0800
45ade5b1f2add AttachmentFu::Tasks#prepend
rick
2008-12-05 01:26:33 -0800
73334ea658ensure that global s3 connection options are duplicated to s3 task objects
rick
2008-12-04 23:43:52 -0800
58f0ba91b1Merge branch 'rewrite' into rewrite-s3
rick
2008-12-04 22:48:36 -0800
c0116365b3do not reset Attachment_fu in the preparation callbacks
rick
2008-12-04 22:48:30 -0800
84ac764736merge from rewrite
rick
2008-11-30 20:45:40 -0800
28ff8e24a8ensure that the thumbnail associations are created on the correct class
rick
2008-11-30 20:44:10 -0800
09e31ee147Merge branch 'rewrite' into rewrite-s3
rick
2008-11-30 20:39:44 -0800
85afada881move some of the docs around
rick
2008-11-30 18:01:55 -0800
e683e402cbadd renames, deletes to s3
rick
2008-11-30 18:00:19 -0800
52ae939d5badd renames
rick
2008-11-30 17:07:08 -0800
db32c79e7bwhitespace tweaks
rick
2008-11-30 16:50:55 -0800
8cc9d8c27cupdate readme regarding specs
rick
2008-11-30 16:48:34 -0800
2d22a772fffinish s3 support
rick
2008-11-30 16:40:51 -0800
42a37fab15Fix resizing of images with a height much bigger than with (or reverse). Minimum size is 1 pixel
Sergio
2008-10-31 10:15:28 +0100
7bcd58b8adFix gif thumbnails for ImageScience when attachment_options[:processor] is set searching for a installed processor.
Sergio
2008-10-31 10:11:13 +0100
1a74c25a42Merge branch 'master' of git://github.com/aka47/attachment_fu into mm
rick
2008-10-24 12:05:55 -0700
1f9784cb05add image/x-citrix-pjpeg mime type
Erkki Eilonen
2008-10-24 20:45:49 +0300
01c80b7c84* added workaround for better gif handling * added basic test for new crop method * added tests for croping the right part of various images with various attachment formats it needs a little help because of code duplication. How can i access a method in the processor to test if it works? I duplicated the method into the testclass in fixtures/attachment
Tim Assmann
2008-10-22 12:55:49 +0200
ee4ea169b4added new crop method to mini_magick processor, works by using "c" at the end of the size string for any thumbnail => "75x75c". It crops any image without any distortion!!!! See same examples at http://devo.to/2008/10/19/image-rendering-within-attachment_fu
aka47
2008-10-19 13:40:50 -0700
4970a77cf0fix sti issue with thumbnails
rick
2008-10-10 18:49:04 -0700
d044748deatweak AttachmentFu::Pixels so that the pixels adapter does not extend the class. this allows for dynamic switching of pixel adapters
rick
2008-10-10 14:56:05 -0700
1e8d2bdd86thumbnail task should use default :with option
rick
2008-10-10 13:55:37 -0700
fea09d2bb5copy the pixel adapter when duping AttachmentFu::Tasks instances
rick
2008-10-10 11:24:00 -0700
b0398316beadd option to set default pixel adapter
rick
2008-10-10 10:54:22 -0700
61e0c5b33dremove useless uploaded helper method
rick
2008-10-10 09:46:30 -0700
0c43e004fffirst commit of s3 task
rick
2008-10-08 18:31:13 -0700
9a6d583c36extract #set_temp_data helper method
rick
2008-10-07 19:48:48 -0700
bad80de9c3fix bug trying to clear out empty attachment directories that dont exist
rick
2008-10-07 19:36:43 -0700
9d75401474Quick fix for creating thumbnails
satoshi
2008-10-07 21:06:57 +0900
56f9b25a04remove temp_path= and temp_data= methods so they cant be assigned with multiple attributes
rick
2008-10-06 14:55:02 -0700
5c3e8f410dupdate specs for new Task#copy_for method
rick
2008-10-06 14:48:51 -0700
cda2d14898remove temp_path= and temp_data= methods so they cant be assigned with multiple attributes
rick
2008-10-06 14:42:58 -0700
fbcb47e39dsupport subclassed Attachment classes with their own AttachmentFu::Tasks instance. add #image? method to check against the massive list of weird image content types that browsers use
rick
2008-09-30 18:25:17 -0700
b95b13f8f4support custom thumbnail classes better
rick
2008-09-30 18:06:45 -0700
1f11c0aee0get rid of self.included(base) monkeying, fix some temp_path race condition
rick
2008-09-30 18:06:28 -0700
31a44f58b2ActionController::TestUploadedFile should respond to #size
rick
2008-09-30 18:04:07 -0700
a23522101fabsolute paths for specs so that spec_helper isnt required multiple times
rick
2008-09-30 16:15:48 -0700
54e688f5c3added ticket 1221942647_update-geometry-lib_828
ticgit
rick
2008-09-20 13:30:47 -0700
597d75a251creating the ticgit branch
rick
2008-09-20 13:29:47 -0700
88af79006bMerge branch 'master' of git://github.com/dasil003/attachment_fu
rick
2008-09-20 13:24:05 -0700
bc25540c10add changelog
rick
2008-09-20 13:03:26 -0700
287472f285Merge branch 'master' of git@github.com:squarelover/attachment_fu
Sean Wolfe
2008-09-16 12:51:19 -0500
d2da9f32afAdding various MIME types that some browsers or applications provide for tstandard image types.
Sean Wolfe
2008-09-16 12:03:00 -0500
9056517fb2Allow for a trailing x on width-only geometry strings per spec
Gabe da Silveira
2008-08-28 02:12:16 -0300
e1c4eab368use first arg of full_path/public_path to set the thumbnailed filename, if provided
rick
2008-07-04 02:20:34 -0700
a74ea929ddauthenticated_s3_url now allows a :symbol thumbnail name
Nathaniel Bibler
2008-06-25 22:08:14 -0400