plone.app.blob 1.0 (Beta release 2)
Up to Product page
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 3.1, Plone 3.0, Archetypes 1.5, Zope 2.10 |
|---|---|
| State | Beta release |
| License | GPL |
| Release Manager | Andreas Zeidler |
Second beta release, containing a single bug fix for Windows. This version has been tested by various people and is currently used in a few production sites. However, there hasn't been enough field testing yet to warrant a release candidate.
Change log
plone.app.blob - 1.0b2 Released February 29, 2008
- Reverted fix for Windows that closed the file upload object in order to work around a problem with reading from the blob file afterwards. [witsch]
plone.app.blob - 1.0b1 Released February 28, 2008
- Minor bug fixes and cleanups [witsch]
- Fix for a problem regarding file uploads on Windows, where renaming the still open temporary file isn't allowed and hence caused an error. Now the file is closed before the call to consumeFile(). [rochael]
- Fix for Windows regarding the generation of the temporary file used for file uploads so that it doesn't get deleted after being moved to the blob storare [rochael]
- Change file size calculation so as not to need to reopen the file, which broke on Windows [rochael]
- Changed the primary field of the blob content types to not to be "searchable" as this causes indexing of the blob content making ram consumption go through the roof [witsch]
plone.app.blob - 1.0a2 Released December 12, 2007
- Various minor bug fixes regarding migration, content icons etc [witsch]
- String value are now wrapped using StringIO to make them adaptable, so that their mime-type can be guessed as well. [naro]
- Added alternative GenericSetup profile to allow to replace ATFile as the "File" content type [witsch]
plone.app.blob - 1.0a1 Released December 7, 2007
- Initial version [witsch]
- Initial package structure. [zopeskel]