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 LocalDirectory instance.  
>As a result, instead of returning a list of sub-directories it returns an 
>empty list. 

A good analysis. Thus, you change what is necessary to let
"tpValues" behave well ...

-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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
> >  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. 
> 
> then tpValues() is likely wrong for localfs, unless localfs doesn't want 
> to play ball with the tree tag. Given that the tree tag is used by the 
> zmi, and you don't really want to display potentially millions of 
> sub-objects in the zmi, it might be perfectly legitimate for local-fs to 
> do what it's doing...
> 
> > There seems to be some trickery going on with the isPrincipiaFolderish 
> > and the tree_view attributes, but I don't quite get what's supposed to 
> > happen.  SmileyChris?  I think these were your mods.
> 
> Not me, I don't smile, but you knew that already ;-)
> 
> > Incidentally, the ZMI panel which uses  seems to have the same
> > sort of problems I am seeing when there is a LocalFS.
> 
> See my comments above.
> 
> I'd roll your own code without using dtml and just iterate over the 
> objectIds method...
> 
> cheers,
> 
> Chris
> 
> 

-- 

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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
 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. 


then tpValues() is likely wrong for localfs, unless localfs doesn't want 
to play ball with the tree tag. Given that the tree tag is used by the 
zmi, and you don't really want to display potentially millions of 
sub-objects in the zmi, it might be perfectly legitimate for local-fs to 
do what it's doing...


There seems to be some trickery going on with the isPrincipiaFolderish 
and the tree_view attributes, but I don't quite get what's supposed to 
happen.  SmileyChris?  I think these were your mods.


Not me, I don't smile, but you knew that already ;-)


Incidentally, the ZMI panel which uses  seems to have the same
sort of problems I am seeing when there is a LocalFS.


See my comments above.

I'd roll your own code without using dtml and just iterate over the 
objectIds method...


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


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 change
> so, for me, it is clearly a LocalFS issue
>
> anyone knows how to hardcode this content-type in LocalFS.py ?

How about setting the content-type in the stylesheet file? That's what
I always do.


--
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )