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

2007-08-08 Thread Luis De la Parra
ps over the whole tag, and doesnt analyse what's in there (at least that's what I remember from last night) ok. now I know it's designed to not work like that. thanks again. luis Darryl Cousins wrote: > Hi, > > On Tue, 2007-08-07 at 22:30 -0400, Fred Drake w

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

2007-08-08 Thread Luis De la Parra
previews, develop), and I use the tal:attributes="src static/.." for zope to generate the "full-qualified" urls when serving the page. I'm using grok, and "static" is something like a "ressource directory" in vanilla zope. cheers. luis __

[Zope3-dev] Page Template Bug??

2007-08-07 Thread Luis De la Parra
;script src="../static/ext-base.js" type="text/javascript" tal:attributes="src static/ext-base.js"> ExtJS Test this is a test var tpl = "<div> js-template </div>"

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

2007-02-06 Thread Luis De la Parra
le and zope.mimetype works on objects implementing zope.mimetype.interfaces.IContentTypeAware It would be really good if both implementations (in case they are not merged) would work on some "zope.IFileContents" (example) interface and people could choose eit

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

2006-09-29 Thread Luis De la Parra
enabled zodb then we have z3c.filetype and zope.mimetype. For what I've seen, z3c.filetype is in a better shape, but both of them seem to be similar. so you could unify them as well and then replace zope.app.file.image with a zope.file plus the image interface from filetype/mimetype regards. lui

[Zope3-dev] ZODB with Blob support

2006-08-10 Thread Luis De la Parra
o in zope.file with a Blob regards. luis patch 1:  Zope3/file_blob_Zope3.patch: Property changes on: src ___ Name: svn:externals    - docutils       svn://svn.zope.org/repos/main/docutils/tags/0.4.0 ZConfig        svn://svn.zope.org/

[Zope3-dev] ZODB with Blob support

2006-07-21 Thread Luis De la Parra
ob object. the only thing that is still not working right now, is that deleting file objects in the zodb leaves the files in the blob directory lying around, and packing the database doesnt remove them either.. regards. luis ___ Zope3-dev mailing

[Zope3-dev] zope repositories

2006-07-13 Thread luis
sions.. (a dead branch?) another question: is there a way to easily tell apart zope2 and zope3 packages (without having to look at the sources)? regards, luis ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options

[Zope3-dev] Re: Re: [Checkins] SVN: zc.resourcelibrary/trunk/ A basic makefile, the ZPL and copyright headers.

2006-06-15 Thread luis
their needs, so now they are going with a makefile-generator called "cMake" Not what some of the KDE-people originally wanted, but the cmake guys were very cooperative and helped implementing the missing features required by KDE regards, luis

[Zope3-dev] Re: help with directlyProvides

2006-05-09 Thread luis
quot;### AFTER ContainedProxy: ", object.__provides__ print " IMarker.providedBy = ", IMarker.providedBy(object) ### now.. after adding a File (without) ILocation, I see the output ! BEFORE Containe

[Zope3-dev] Re: Re: help with directlyProvides

2006-05-07 Thread luis
Jean-Marc Orliaguet wrote: > luis wrote: > > are you sure? I tried with: > > [EMAIL PROTECTED] ~/Zope3/src $ python2.4 > Python 2.4.2 (#1, Dec 4 2005, 15:28:38) > Type "help", "copyright", "credits" or "license" for more informatio

[Zope3-dev] Re: help with directlyProvides

2006-05-07 Thread luis
Jean-Marc Orliaguet wrote: > sorry I thought you wanted to do something else.. maybe you want to use > 'alsoProvides' if it is to set a marker, to avoid removing other > interfaces that the file might provide? > > /JM nop. that's not it... I still havn't figured it out, but it seems very strang

[Zope3-dev] help with directlyProvides

2006-05-04 Thread luis
..) thanks and regards, luis ### class IMarker(interface.Interface):     """ marker test interface """     class IFileUpload(interface.Interface):     """ schema for uploading files"""     file = schema.Bytes(         title=u&