forked from technoweenie/attachment_fu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
other fixes, but most importantly: Don't try to remove thumbnails if …
…there aren't any. Closes technoweenie#3 [ben stiglitz] git-svn-id: http://svn.techno-weenie.net/projects/plugins/attachment_fu@2830 567b1171-46fb-0310-a4c9-b4bef9110e78
- Loading branch information
technoweenie
committed
Apr 2, 2007
1 parent
62d8d40
commit 1c14574
Showing
9 changed files
with
84 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
* allow customization of the S3 configuration file path with the :s3_config_path option. | ||
* Don't try to remove thumbnails if there aren't any. Closes #3 [ben stiglitz] | ||
|
||
* BC * (before changelog) | ||
|
||
* add default #temp_paths entry [mattly] | ||
* add MiniMagick support to attachment_fu [Isacc] | ||
* update #destroy_file to clear out any empty directories too [carlivar] | ||
* fix references to S3Backend module [Hunter Hillegas] | ||
* make #current_data public with db_file and s3 backends [ebryn] | ||
* oops, actually svn add the files for s3 backend. [Jeffrey Hardy] | ||
* experimental s3 support, egad, no tests.... [Jeffrey Hardy] | ||
* doh, fix a few bad references to ActsAsAttachment [sixty4bit] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
attachment-fu | ||
===================== | ||
|
||
Acts as Attachment rewrite, come back later please! | ||
It works! Mike Clark writes a mean tutorial: | ||
|
||
http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
test: | ||
bucket_name: afu | ||
access_key_id: YOURACCESSKEY | ||
secret_access_key: YOURSECRETACCESSKEY | ||
server: 127.0.0.1 | ||
port: 3002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters