Re: [Zope-dev] Zope2.2.0b3 Image/File object create/upload bug (w/patch)

2000-07-01 Thread Martijn Pieters
On Wed, Jun 28, 2000 at 11:32:48AM +0200, Adam Karpierz wrote: > Please, can you explain me why this bug and path was retracted from > Collector with message ?: > > "Retracted by submitter (in Zope-Dev mailinglist, forgot to define > USE_EXTENSION_CLASS)." Sorry, that was my fault. I somehow mix

Re: [Zope-dev] Zope2.2.0b3 Image/File object create/upload bug (w/patch)

2000-06-28 Thread Adam Karpierz
Please, can you explain me why this bug and path was retracted from Collector with message ?: "Retracted by submitter (in Zope-Dev mailinglist, forgot to define USE_EXTENSION_CLASS)." This path intended for 'official' version 2.2.0b3, _not only_ for version compiled from sources. Please compare

[Zope-dev] Zope2.2.0b3 Image/File object create/upload bug (w/patch)

2000-06-27 Thread Adam Karpierz
This bug causes that there is impossible to add/create/upload etc. Image and/or File object if image/file body has a file type (type(file) == FileType) in: def manage_addImage(self, id, file, title='',.. def manage_addFile(self, id, file='', title='',.. The patch has attached. begin 666 Image.