1 Commits (cccce7aa71d85276e5891663b4e4a85ac99d3807)

Author SHA1 Message Date
  Andrew Ingram db91d36b17 Moved image resizer to oscar.apps.dynamic_images, this is so that django picks up the app correctly for running tests. 14 years ago
  Andrew Ingram 3135537d73 Removed apache sendfile backend because I haven't checked it works yet. 14 years ago
  Andrew Ingram 163e856480 Added concept of response backends to image resizer, so it's now trivial to use something like X-Sendfile and X-Accel-Redirect rather than serving the image data directly through the app. 14 years ago
  Andrew Ingram 56924af7db Change: Made image resizer conform to pep8 as much as possible 14 years ago
  Andrew Ingram c0aa4b0eef Changes: Image Resizer - Refactored code slightly to split mods and cache into separate modules. Added support for overriding installed mods and cache backend with settings rather than subclassing ImageModifier and BaseImageHandler 15 years ago