log user_photos/forms.py @ 1145:a469445d8be3

age author description
Mon, 05 Oct 2015 20:07:44 -0500 Brian Neal Ensure temporary files get deleted during hotlinking.
Wed, 23 Sep 2015 21:26:09 -0500 Brian Neal Started unit tests for hotlinking images.
Tue, 22 Sep 2015 20:23:50 -0500 Brian Neal Hotlink image form is functioning.
Wed, 02 Sep 2015 20:50:08 -0500 Brian Neal Image uploading now expects a file.
Mon, 30 Dec 2013 15:05:43 -0600 Brian Neal For #59, add user photo de-duplication for uploads.
Sat, 14 Sep 2013 17:23:13 -0500 Brian Neal Implement rate limiting on user photo uploads.
Wed, 11 Sep 2013 20:31:23 -0500 Brian Neal Refactored the processing of image uploads.
Sun, 08 Sep 2013 21:02:58 -0500 Brian Neal Cleaned up the code a bit.
Sun, 08 Sep 2013 19:06:54 -0500 Brian Neal Got the image resizing and uploading working. It needs a lot of work though.
Sat, 07 Sep 2013 20:50:46 -0500 Brian Neal In process work for #50. Started a user_photos application.