- 20 Jun, 2011 4 commits
-
-
Pavel Forkert committed
-
There's a case when you really don't want to make a thumbnail of only the first frame, such as making thumbnail for GIF image. This patch will check that the source and output format is an animated format, and not calling `[0]` on it. Closes #454
Prem Sichanugrist committed -
Change S3 storage behavior to get the content_type for each upload, rather than only the original file. This prevents a still frame from a video or a conversion of a file from being served with the original mimetype. Closes #38, #129
Parker Selbert committed -
`convert` will pick this up automatically. :)
Winfred Nadeau committed
-
- 17 Jun, 2011 1 commit
-
-
ralph committed
-
- 15 Jun, 2011 1 commit
-
-
Marshall Sontag committed
-
- 09 Jun, 2011 1 commit
-
-
This addresses an issue where Paperclip can indefinitely block execution of an application by telling ImageMagick to "identify -format %wx%h [0]" which will then wait for input from STDIN forever.
Paul Mucur committed
-
- 07 Jun, 2011 1 commit
-
-
Jonah Williams committed
-
- 23 May, 2011 1 commit
-
-
Prem Sichanugrist committed
-
- 20 May, 2011 1 commit
-
-
Jon Yurek committed
-
- 19 May, 2011 2 commits
- 20 Apr, 2011 3 commits
-
-
Lewisou committed
-
Jon Yurek committed
-
Franco Catena committed
-
- 08 Apr, 2011 2 commits
-
-
Conflicts: lib/paperclip/storage/s3.rb test/storage_test.rb
Chad Pytel committed -
Mike Breen committed
-
- 06 Apr, 2011 1 commit
-
-
geemus committed
-
- 09 Mar, 2011 3 commits
-
-
Jon Yurek committed
-
yar committed
-
John Mileham committed
-
- 10 Feb, 2011 1 commit
-
-
John Mileham committed
-
- 04 Feb, 2011 1 commit
-
-
Franco Catena committed
-
- 01 Feb, 2011 1 commit
-
-
Robert Stern committed
-
- 14 Jan, 2011 1 commit
-
-
Joost Baaij committed
-
- 14 Dec, 2010 1 commit
-
-
Matthew Mongeau committed
-
- 23 Nov, 2010 1 commit
-
-
Jon Yurek committed
-
- 22 Nov, 2010 1 commit
-
-
Jon Yurek committed
-
- 12 Nov, 2010 1 commit
-
-
Jon Yurek committed
-
- 10 Nov, 2010 1 commit
-
-
Jon Yurek committed
-
- 09 Nov, 2010 1 commit
-
-
Larry Sprock committed
-
- 26 Oct, 2010 1 commit
-
-
Jon Yurek committed
-
- 12 Oct, 2010 2 commits
-
-
For compatibility with Rails > 3.0.0. (cherry picked from commit 2e6d3370553ef68aeb0deb2b08de3871616139a4)
Nick Sieger committed -
Jon Yurek committed
-
- 08 Oct, 2010 1 commit
-
-
Jon Yurek committed
-
- 06 Oct, 2010 2 commits
-
-
CommandLine uses Paperclip.options[:swallow_stderr] as a default if no :swallow_stderr option is specified. (cherry picked from commit 753b8b9fc2cb24c9006fe2e6f48d4fe57519eb7a)
Keith Pitt committed -
Jon Yurek committed
-
- 01 Oct, 2010 1 commit
-
-
This method prevents excessive calls to the S3 API, creating a bucket only if the store method fails with a NoSuchBucket error instead of asking for the bucket before each request.
Jon Yurek committed
-
- 19 Aug, 2010 1 commit
-
-
Jon Yurek committed
-
- 18 Aug, 2010 1 commit
-
-
In my opinion, a permission error should not result in the entire reprocessing job being terminated. Especially for large amounts of files, it's to be expected one or two have various permission issues. Instead of exiting, now simply print a warning to stderr.
Joost Baaij committed
-