Re: [Zope] LocalFS problems

2006-05-08 Thread Chris Withers
Dennis Allison wrote: LocalFS product (1.3-andreas) seems to be having a problem with the dtml-tree tag in Zope 2.9.2/Python 2.4.2. Then don't use DTML, it does, after all suck (tm) ;-) The problem seems to be with the tpValues() program in the LocalFS product which returns an empty list.

Re: [Zope] LocalFS problems

2006-05-08 Thread Dennis Allison
Or just do a custom tpValues equivalent for the particular special case. I suspect that is what we will try next... ;-) On Mon, 8 May 2006, Chris Withers wrote: Dennis Allison wrote: LocalFS product (1.3-andreas) seems to be having a problem with the dtml-tree tag in Zope 2.9.2/Python

Re: [Zope] LocalFS problems

2006-05-08 Thread Dieter Maurer
Dennis Allison wrote at 2006-5-7 19:21 -0700: ... The problem seems to be with the tpValues() program in the LocalFS product which returns an empty list. The controlling flag, o.isPrincipiaFolderish, seems to be set to zero when it ought to have a value of 1 when the object being referenced is a

[Zope] LocalFS problems

2006-05-07 Thread Dennis Allison
Chris, Andreas, others LocalFS product (1.3-andreas) seems to be having a problem with the dtml-tree tag in Zope 2.9.2/Python 2.4.2. The dtml-tree behavior is very different for a folder with three nested sub-folders (a list of the three nested sub-folders) that what is seen when pointed to a

Re: [Zope] LocalFS problems with @import-ing stylesheets

2005-10-10 Thread Peter Bengtsson
2005/10/10, Samuel Souk-aloun [EMAIL PROTECTED]: I can confirm the problem, the stylesheet is not rendered from localfs with firefox the problem is caused by an incorect http header text/plain instead of text/css I've tried to add a type_map to the LocalFS but the content-type does not

[Zope] LocalFS problems with @import-ing stylesheets

2005-10-09 Thread Samuel Souk-aloun
I can confirm the problem, the stylesheet is not rendered from localfs with firefox the problem is caused by an incorect http header text/plain instead of text/css I've tried to add a type_map to the LocalFS but the content-type does not change so, for me, it is clearly a LocalFS issue anyone