From: Eevee Date: Thu, 3 Dec 2009 06:12:46 +0000 (-0800) Subject: Thumbnailing. X-Git-Url: http://git.veekun.com/zzz-floof.git/commitdiff_plain/dcf6146e9914ff3c166f242b72f04a8934d65148?ds=sidebyside;hp=dcf6146e9914ff3c166f242b72f04a8934d65148 Thumbnailing. Most notably, uploading a file will now generate a thumbnail (and a "medium" size image). Also tried to clean up use of storage. I'll revisit this again later, but the intent was to make it easier to switch from file storage to something like S3 or mogile or whatever in the future. The biggest change was to keep storage access out of the db model; Art no longer knows anything about storage whatsoever. ---