Re: [Zope-dev] Zope 2.7 memory behaviour

2004-03-27 Thread Dieter Maurer
Stefan Doerig wrote at 2004-3-25 11:10 +0100: > ... >Thanks for the good hint, I could reproduce it by accessing my template >and if I revoke the permission (on root level) View from the Role >'Anonymous' and grant it to 'Authenticated' then it leaks the objects >- Acquisition.ImplicitAcquirerWra

Re: [Zope-dev] Re: Zope2.7.0rc2 AttributeError: RESPONSE object has noattribute 'setHeader'

2004-03-27 Thread Dieter Maurer
Christophe Tronche wrote at 2004-3-24 17:17 +0100: >After investigating (but not solving the problem...) > >The objects are there, but some security stuff returns None instead of the >object when we aren't supposed to have the rights... (could someone tell me >what function is first called to get

[Zope-dev] Use Z SQL methon in projects

2004-03-27 Thread R33t
Dear list, I'm quite new to zope and I have to develop a Newsletter system as a project for my university. All works pretty good so far, I'm using ZPT with embedded Z SQL methods to create my page dynamicallythe code looks like this: ... Newsletters NewsletterName ... I d

[Zope-dev] ZPT for CSS, anyone?

2004-03-27 Thread Dylan Jay
Has anyone had a go at building a new templating language for CSS files? I can really see the need as the current prefered way of using DTML has the disadvantage that the css is no longer valid once templated. ZPT of course would be the solution if CSS was XML, but alas :( I was thinking that there

Re: [Zope-dev] ZPT for CSS, anyone?

2004-03-27 Thread Jamie Heilman
Dylan Jay wrote: > Has anyone had a go at building a new templating language for CSS files? No, because it isn't needed. 99.9% of the time a style sheet is static. > My current need for this is being able to put set correct absolute urls for > background images in a css file such that I can stil