[Zope3-dev] ZODB with Blob support

2006-07-21 Thread Luis De la Parra
Hello, has anyone tried the zodb with blob support in zope3 ? I just was wondering if there are any plans to support it in the (near) future. Today I changed the externals in my checkout to point to the blob-branch and replaced the stringio in zope.file with a blob object, and it really

[Zope3-dev] ZODB with Blob support

2006-08-10 Thread Luis De la Parra
)      w.close() On Sunday 23 July 2006 10:56, Christian Theune wrote: Hi, Luis De la Parra wrote: Hello, has anyone tried the zodb with blob support in zope3 ? I just was wondering if there are any plans to support it in the (near) future. There might be, as soon as we get

[Zope3-dev] Re: zope.filerepresentation.interfaces.IWriteFile

2006-09-29 Thread Luis De la Parra
There is an interface called IWriteFile in the module zope.filerepresentation.interfaces. It defines one method write(data) with the doc string: Update the file data There are some problems I have with this: a) The interface is yet another interface for doing a file-like object.

[Zope3-dev] zope.mimetype / z3c.filetype

2007-02-06 Thread Luis De la Parra
hello, is there any interest from the zope/z3c developers in unifying zope.mimetype and z3c.filetype? while the implementation of the packages is very different, the goals of both of them seem to be the same: to identify the contents of file-like objects and mark them with an appropiate

[Zope3-dev] Page Template Bug??

2007-08-07 Thread Luis De la Parra
Hello all, I just decided to give ExtJS a try, and while taking a look at their javascript templates, I think I found a bug in the template parsing of zope: trying to access a page that just serves the template below, fails with the message: error msg===

[Zope3-dev] Re: Page Template Bug??

2007-08-08 Thread Luis De la Parra
Jodok Batlogg wrote: the expression tal:attributes=src static/ext-base.js makes no sense to me as well :) Maybe I'm doing things more complicated than they need to be, but I use the src=../static to be able to load the file locally in the browser (quick previews, develop), and I use the

[Zope3-dev] Re: Page Template Bug??

2007-08-08 Thread Luis De la Parra
Hi all and thanks for the responses, yes, if I do var tmp = div this is my text + /div it works (found out last night after I'd send the message) if this is the desired behaviour, then it's ok. To me it seemed like a bug because 1) the closing tag is found, but the opening doesn't get picked