- Nothing changed yet.
- Fix POSKeyError when calculating file size.
- ImageScaling view should not throw an error if called without anything.
- Fix unicode errors.
- Fix check for form groups.
- Clean up old scales when image changes.
- Code cleanup (fixed code-analysis errors).
- Fix url generation for widget downloads/previews.
- Fix unicode errors for filenames.
- Keep uploaded files/images on form reload.
- Return None if we can't handle the image file.
- Permission problems with secured context. RSP for the moment...
- Fixed wrong 'Modified-Since' header generation (now uses zope.datetime).
- Respond with 304 (not modified) if request contains 'If-Modiefied-Since' header and image was not modified.
- Added utils module containing scale and tag functions.
- Small bugfixes.