kitsune/apps/upload
Paul Craciunoiu 904deaaab6 [bug 624427] Avoid IOError due to race between image deletion and thumbnail generation. 2011-02-10 13:06:09 -08:00
..
templates/upload Re-themed the questions pages. [bug 623904] 2011-02-04 13:35:31 -05:00
tests [bug 624427] Avoid IOError due to race between image deletion and thumbnail generation. 2011-02-10 13:06:09 -08:00
__init__.py [578520] Add preliminary support for uploading images and basic tests. Use ImageAttachments and generate thumbnails on upload. 2010-07-28 14:12:35 -07:00
forms.py [619382] Use _lazy() when doing things at import time (more specifically, when outside the scope of a request). Always pass unicode strings to it to avoid later surprises where things were expecting unicode. Use the name "_lazy" consistently wherever we're doing lazy translation. 2010-12-20 17:22:07 -08:00
models.py [bug 622927] Generate poster using obj.update(), more thread-safe. 2011-01-24 10:08:26 -08:00
storage.py [bug 596116] Rename uploaded files to something in ascii. 2010-12-20 15:00:06 -08:00
tasks.py [bug 624427] Avoid IOError due to race between image deletion and thumbnail generation. 2011-02-10 13:06:09 -08:00
urls.py [578520] Delete images and upload with no JS, thumbnail generation and ImageAttachments. 2010-07-28 14:13:01 -07:00
utils.py [bug 617387] More flexible API for generating image thumbnails. Keep it simple. 2011-01-11 11:24:28 -08:00
views.py [615591] Don't use LOGIN_* or LOGOUT_* settings, use reverse() instead. 2010-12-09 14:22:25 -08:00