Re: [Zope] ZPT list is dead... zpt nav question

2005-04-13 Thread J Cameron Cooper
Norbert Ray-Goldman wrote: so I am posting this here. I would like my zpt to list only folders in a director - essentially filtering out all other meta_type(s)... can you tell me where I am going wrong with the filtering here ? The title

Re: [Zope] ZPT list is dead... zpt nav question

2005-04-13 Thread Cliff Ford
Your code works OK for me - I see a list of links: URL URL URL URL URL and each one links to a folder only. You did not say what was wrong with your output. Were you forgetting to set tal:content to the title of the listed folder to appear in place of URL: URL Cliff Norbert Ray-Goldman wrote:

Re: [Zope] Some problem about Data.fs

2005-04-13 Thread Andreas Jung
--On Donnerstag, 14. April 2005 12:07 Uhr +0800 Fu-Ming_Tsai <[EMAIL PROTECTED]> wrote: What I meant is that if there are more and more objects, maybe it cause some problem because there are a big Data.fs. Doesn't it cause any problem if there are a big big Data.fs? I am not getting your point?

Re: [Zope] ZPT list is dead... zpt nav question

2005-04-13 Thread David H
David H wrote: Norbert Ray-Goldman wrote: so I am posting this here. I would like my zpt to list only folders in a director - essentially filtering out all other meta_type(s)... can you tell me where I am going wrong with the filtering here ? T

Re: [Zope] ZPT list is dead... zpt nav question

2005-04-13 Thread David H
Norbert Ray-Goldman wrote: so I am posting this here. I would like my zpt to list only folders in a director - essentially filtering out all other meta_type(s)... can you tell me where I am going wrong with the filtering here ? The title T

Re: [Zope] Some problem about Data.fs

2005-04-13 Thread robert
Fu-Ming_Tsai wrote: >What I meant is that if there are more and more objects, maybe it cause some >problem because there are a big Data.fs. Doesn't it cause any problem if >there are a big big Data.fs? > > > the data.fs kcan be several gigabites robert >On Wed, 13 Apr 2005 17:27:39 +0200, Andre

Re: [Zope] Some problem about Data.fs

2005-04-13 Thread Fu-Ming_Tsai
What I meant is that if there are more and more objects, maybe it cause some problem because there are a big Data.fs. Doesn't it cause any problem if there are a big big Data.fs? On Wed, 13 Apr 2005 17:27:39 +0200, Andreas Jung wrote > --On Mittwoch, 13. April 2005 23:09 Uhr +0800 Fu-Ming_Tsai >

[Zope] ZPT list is dead... zpt nav question

2005-04-13 Thread Norbert Ray-Goldman
so I am posting this here. I would like my zpt to list only folders in a director - essentially filtering out all other meta_type(s)... can you tell me where I am going wrong with the filtering here ? The title TITLE OR ID URL

Re: [Zope] Some problem about Data.fs

2005-04-13 Thread Paul Winkler
On Wed, Apr 13, 2005 at 05:27:39PM +0200, Andreas Jung wrote: > There should be exactly *one* Data.fs file + Data.fs.index + maybe a > Data.fs.pack > file from the last ZODB packing operation. Also Data.fs.tmp. -- Paul Winkler http://www.slinkp.com

Re: [Zope] [ANN] Zope 2.7.6 b1 released

2005-04-13 Thread Paul Winkler
On Wed, Apr 13, 2005 at 04:20:17PM +0200, Andreas Jung wrote: > > > > Dear Zope Community, > > on behalf of Zope Corporation and all Zope 2 developers and contributors > I am pleased to announce the release of Zope 2.7.6 beta 1 > > Zope 2.7.6 beta 1 can be downloaded from > > http://www.zop

Re: [Zope] Some problem about Data.fs

2005-04-13 Thread Andreas Jung
--On Mittwoch, 13. April 2005 23:09 Uhr +0800 Fu-Ming_Tsai <[EMAIL PROTECTED]> wrote: Hello, all The file Data.fs is growing up if we use zope. Of course it grows...it's your Data.fs containing all your data. And you have to pack it on a regular basis (Control Panel -> database administration)

[Zope] Some problem about Data.fs

2005-04-13 Thread Fu-Ming_Tsai
Hello, all The file Data.fs is growing up if we use zope. However, may it cause some hang problem? Or some file system problem may be raised because there are only files named Data.fs.* for storing object. It may cause some problem if the objects are more and more. Wow! It is amazing if we have a l

[Zope] DirectoryStorage on Windows and MacOSX HFS+

2005-04-13 Thread Johan Carlsson
Is there anyone who have tried DirectoryStorage on Windows NTFS or MacOSX HFS+? I'm going to try both, got a compiled readdir.dll module if anybody's intressed in tring it on Windows. (I'm not sure if it's necessary in the Windows release, the documentation isn't clear about that.) Regards, Johan

[Zope] [ANN] Zope 2.7.6 b1 released

2005-04-13 Thread Andreas Jung
Dear Zope Community, on behalf of Zope Corporation and all Zope 2 developers and contributors I am pleased to announce the release of Zope 2.7.6 beta 1 Zope 2.7.6 beta 1 can be downloaded from http://www.zope.org/Products/Zope/2.7.6b1 The release notes can be found at http://www.zope.org/Produ

Re: [Zope] Re: understanding Zope's memory usage

2005-04-13 Thread Andreas Jung
--On Mittwoch, 13. April 2005 13:26 Uhr +0200 Lucas Hofman <[EMAIL PROTECTED]> wrote: Andreas, can I use the same versions of Plone and all other products when upgrading zope to 2.7.5? Will the Data.fs load without problems? Backup first, try it out :-) In general it should work. -aj pgpnLlgS

[Zope] Re: understanding Zope's memory usage

2005-04-13 Thread Lucas Hofman
Andreas Jung wrote: --On Mittwoch, 13. April 2005 11:45 Uhr +0200 Lucas Hofman <[EMAIL PROTECTED]> wrote: Andreas Jung wrote: --On Mittwoch, 13. April 2005 11:33 Uhr +0200 Lucas Hofman <[EMAIL PROTECTED]> wrote: Will do. A bit of a nuisance with offices and vessels all over the globe accessing

Re: [Zope] newbie:cookie expiry problem

2005-04-13 Thread Cliff Ford
prabuddha ray wrote: This may be very silly plz help I gave this cookie expiry statement in a python script: RESPONSE.expireCookie('login') return context.REQUEST.RESPONSE.redirect('index_html') but when i checked the cookie values in request page, it wasn't removed. the last redirect still worked

[Zope] Re: newbie : select tag value setting problem

2005-04-13 Thread prabuddha ray
sorry sir , don bother about this problem solved. i made a silly mistake in passing the parameter in the ZSQL method. plz bear with me. On 4/13/05, prabuddha ray <[EMAIL PROTECTED]> wrote: > Thanks for the suggestion, > > I added the 'value district/district_code' now only. 'sel

Re: [Zope] Re: understanding Zope's memory usage

2005-04-13 Thread Andreas Jung
--On Mittwoch, 13. April 2005 11:45 Uhr +0200 Lucas Hofman <[EMAIL PROTECTED]> wrote: Andreas Jung wrote: --On Mittwoch, 13. April 2005 11:33 Uhr +0200 Lucas Hofman <[EMAIL PROTECTED]> wrote: Will do. A bit of a nuisance with offices and vessels all over the globe accessing the site. Actually t

[Zope] Re: newbie : select tag value setting problem

2005-04-13 Thread prabuddha ray
Thanks for the suggestion, I added the 'value district/district_code' now only. 'selected' is working fine . if i remove the 'value' thing its working fine. i also tried this ; option tal:attributes="selected python:test(distname==district.district_name, 'selected',''); value district/distric

[Zope] Re: understanding Zope's memory usage

2005-04-13 Thread Lucas Hofman
Andreas Jung wrote: --On Mittwoch, 13. April 2005 11:33 Uhr +0200 Lucas Hofman <[EMAIL PROTECTED]> wrote: Will do. A bit of a nuisance with offices and vessels all over the globe accessing the site. Actually the 400GB process was only running for one day. Was there not a Zope version with some s

Re: [Zope] Re: understanding Zope's memory usage

2005-04-13 Thread Andreas Jung
--On Mittwoch, 13. April 2005 11:33 Uhr +0200 Lucas Hofman <[EMAIL PROTECTED]> wrote: Will do. A bit of a nuisance with offices and vessels all over the globe accessing the site. Actually the 400GB process was only running for one day. Was there not a Zope version with some serious memory leaks

[Zope] Re: understanding Zope's memory usage

2005-04-13 Thread Lucas Hofman
Andreas Jung wrote: --On Mittwoch, 13. April 2005 10:51 Uhr +0200 Lucas Hofman <[EMAIL PROTECTED]> wrote: I am running a server with a handfull of plone intranet sites. The server has 4GB memory, but is now starting to page. What I notice is that the different Plone instances vary widely in the

Re: [Zope] newbie : select tag value setting problem

2005-04-13 Thread Andreas Jung
--On Mittwoch, 13. April 2005 2:14 Uhr -0700 prabuddha ray <[EMAIL PROTECTED]> wrote: I've this 'district' select tag .I'm getting the values usinga ZSQL method. I want to set the value of the option by the district code and the display the district name. I tried this : the drop down list

Re: [Zope] understanding Zope's memory usage

2005-04-13 Thread Andreas Jung
--On Mittwoch, 13. April 2005 10:51 Uhr +0200 Lucas Hofman <[EMAIL PROTECTED]> wrote: I am running a server with a handfull of plone intranet sites. The server has 4GB memory, but is now starting to page. What I notice is that the different Plone instances vary widely in there memory usage. For

[Zope] newbie : select tag value setting problem

2005-04-13 Thread prabuddha ray
I've this 'district' select tag .I'm getting the values usinga ZSQL method. I want to set the value of the option by the district code and the display the district name. I tried this : the drop down list is getting the district names but value is being set only once. i checked the request v

[Zope] understanding Zope's memory usage

2005-04-13 Thread Lucas Hofman
I am running a server with a handfull of plone intranet sites. The server has 4GB memory, but is now starting to page. What I notice is that the different Plone instances vary widely in there memory usage. For one site every process uses 400Mb, and there are 6 processes running! That is 2.4 Gb