Thumbnailing.
authorEevee <git@veekun.com>
Thu, 3 Dec 2009 06:12:46 +0000 (22:12 -0800)
committerEevee <git@veekun.com>
Thu, 3 Dec 2009 06:12:46 +0000 (22:12 -0800)
commitdcf6146e9914ff3c166f242b72f04a8934d65148
treedd6636a5533832f02352be5218b029a7feda240e
parentac3d66885419d71d6e6d16080fcf09ecffa66fe9
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.
development.ini
floof/controllers/art.py
floof/lib/file_storage.py
floof/lib/helpers.py
floof/model/art.py
floof/templates/art/show.mako
floof/templates/macros.mako
floof/websetup.py
setup.py