FileSystemStorage 2.6.2 (Dec 07, 2007)
This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.
FileSystemStorage (FSS) is an Archetypes storage for storing fields raw values on the file system. This storage is used to avoid unnecessary growth of the ZODB's FileStorage (Data.fs) when using a lot of large files.
For additional information about this project, please visit the overview page .
Available downloads
Change log
CHANGES
TODO
- Run unit tests with Zope 2.7 and Plone 2.0
- Add checksum to be sure files are not corrupted on filesystem
- Include Czek translation expected from Radim
- Fix screenshot (deprecated from 2.6)
2.6.2 - 2007/12/07
- correct traitment of range header : if one range - specific file stream iterator
if multiple range - OFS.image traitment (1680760 sourceforge tracker) Add some unit test to test range header
2.6.1 - 2007/10/29
- ZConfig bug that put all config sting in lowercase: we test path in lowercase too (ED)
- Remove the OSError when moving file into backup
- Plone 3.0 compatibility (GL)
- Do not override Content-Disposition HTTP header if already set in VirtualBinary.index_html (zegor)
- filestream_iterator is not "range proof". Add a new range_filestream_iterator to negociate Range request
2.6.0 RC1 - 2007/06/15
- Changed in depth the way we configu


