Allow gallery.py to serve original images.
authorW. Trevor King <wking@tremily.us>
Sat, 25 Aug 2012 13:55:24 +0000 (09:55 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 25 Aug 2012 13:55:24 +0000 (09:55 -0400)
commitebd0292d7f758f850844be0b135ab5bd48cc8d8c
tree3f1e8d569c860a1fe91e4d1fbd187272315a7fb8
parent5e859fdb4efe51bc31db6ecef294aa325519a982
Allow gallery.py to serve original images.

This reworks some of the internals to clean up URL validation and
error handling.  Rather than pass `stream` around, we raise the new
HTTPError wherever we want.  These errors are caught and dealt with
higher up, so low level internal functions don't need to care.  That
way I don't get nervous the next time I forget about
ProcessingComplete ;).
posts/gallery/gallery.py