[Zope-Checkins] CVS: Zope/inst/WinBuilders/mk - zope.mk:1.1.2.4

2005-07-10 Thread Andreas Jung
Update of /cvs-repository/Zope/inst/WinBuilders/mk In directory cvs.zope.org:/tmp/cvs-serv29898/inst/WinBuilders/mk Modified Files: Tag: Zope-2_7-branch zope.mk Log Message: Zope 2.7.7 final === Zope/inst/WinBuilders/mk/zope.mk 1.1.2.3 = 1.1.2.4 === ---

[Zope-Checkins] CVS: Zope/inst - versions.py:1.4.2.25

2005-07-10 Thread Andreas Jung
Update of /cvs-repository/Zope/inst In directory cvs.zope.org:/tmp/cvs-serv29898/inst Modified Files: Tag: Zope-2_7-branch versions.py Log Message: Zope 2.7.7 final === Zope/inst/versions.py 1.4.2.24 = 1.4.2.25 === --- Zope/inst/versions.py:1.4.2.24 Sat Jul 2 05:16:37 2005

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.342

2005-07-10 Thread Andreas Jung
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv29898/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: Zope 2.7.7 final === Zope/doc/CHANGES.txt 1.625.2.341 = 1.625.2.342 === --- Zope/doc/CHANGES.txt:1.625.2.341Tue Jul 5 10:10:10

Re: [Zope-dev] RAMCacheManager and object size

2005-07-10 Thread Shane Hathaway
Florent Guillaume wrote: The RAMCacheManager does a costly pseudo-pickling of the objects it stores to compute their size, but that information is only used in the statistics screen. The motivation was actually more subtle: I wanted to prevent applications from caching things that weren't

Re: [Zope-dev] RAMCacheManager and object size

2005-07-10 Thread Sidnei da Silva
On Sun, Jul 10, 2005 at 12:18:03AM -0600, Shane Hathaway wrote: | Catalog results in particular are an obvious thing to cache, but they | aren't safe for caching because they link back to the catalog. You'd | have major thread problems and probably inconsistent results. Would using thread.local

Re: [Zope-dev] RAMCacheManager and object size

2005-07-10 Thread Shane Hathaway
Sidnei da Silva wrote: On Sun, Jul 10, 2005 at 12:18:03AM -0600, Shane Hathaway wrote: | Catalog results in particular are an obvious thing to cache, but they | aren't safe for caching because they link back to the catalog. You'd | have major thread problems and probably inconsistent results.

Re: [Zope-dev] RAMCacheManager and object size

2005-07-10 Thread Sidnei da Silva
On Sun, Jul 10, 2005 at 09:32:29AM -0600, Shane Hathaway wrote: | Would using thread.local help here? | | I don't think so. You want either a shared cache (like RAMCacheManager) | or a per-database-connection cache (which would let you cache catalog | results.) Database connections are not

Re: [Zope-dev] Default ZODB cache size

2005-07-10 Thread Dieter Maurer
Tim Peters wrote at 2005-7-8 15:08 -0400: [Florent Guillaume] How about boosting the default ZODB cache_size to something less ridiculous than the default 4000 ? I propose changing etc/zope.conf.skel to have an explicit value of 2. [Dieter Maurer] | That may already be a bit large: We

Re: [Zope-dev] RAMCacheManager and object size

2005-07-10 Thread Dieter Maurer
Florent Guillaume wrote at 2005-7-8 20:36 +0200: The RAMCacheManager does a costly pseudo-pickling of the objects it stores to compute their size, but that information is only used in the statistics screen. I replaced it by the following code: try: from cPickle import Pickler,

Re: [Zope] where is Zope-2.7.6

2005-07-10 Thread Andreas Jung
--On 9. Juli 2005 15:31:55 -0700 Dennis Allison [EMAIL PROTECTED] wrote: The download list at zope.org does not have any releases between 2.7.3 and 2.8. We've been using 2.7.6 and would like to be able to download clean copies... This is a problem of this half-baked software running on

[Zope] [ANN] Zope 2.7.7 released

2005-07-10 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.7 final. Zope 2.7.7 can be downloaded from http://www.zope.org/Products/Zope/2.7.7 The release notes can be found at

[Zope] Re: [Zope-Annce] [ANN] Zope 2.7.7 released

2005-07-10 Thread Sebastien Douche
On 7/10/05, Andreas Jung [EMAIL PROTECTED] 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.7 final. Yeah ! But : % tar tvfz Zope-2.7.7-final.tgz | grep tgz -rw-rw-r-- ajung/ajung 49152

[Zope] Re: [Zope-Annce] [ANN] Zope 2.7.7 released

2005-07-10 Thread Andreas Jung
Yes, in fact...there seems to be a probllem with the command line parameters creating the tar file (which worked for me on FC3 but I am running FC4 since some days)...looking into it.. -aj --On 10. Juli 2005 13:00:19 +0200 Sebastien Douche [EMAIL PROTECTED] wrote: On 7/10/05, Andreas Jung

[Zope] Re: [Zope-Annce] [ANN] Zope 2.7.7 released

2005-07-10 Thread Andreas Jung
fixed --On 10. Juli 2005 13:00:19 +0200 Sebastien Douche [EMAIL PROTECTED] wrote: On 7/10/05, Andreas Jung [EMAIL PROTECTED] 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.7 final.

Re: [Zope] Simple paypal IPN external method or product

2005-07-10 Thread Marcel Maré
Maybe you got it solved already, but here is some of my stuff (which works ;-): I looked into PloneMall, but it's code is in some closed CVS and looked very complex. I decided to create my own shop starting from the product Simple Cart Item (by Aaron). In the end it was much expanded. This

Re: [Zope] DTML bug with database arrays in sqltest

2005-07-10 Thread Dieter Maurer
David Pratt wrote at 2005-7-8 14:08 -0300: ... dtml-and dtml-sqltest column=a_table.an_array_field[dtml-sqlvar an_array_key type=int][2] name=a_title_var op=eq type=string optional . (rest of query) The issue is how to test against these values when DTML cannot parse them? You can

Re: [Zope] Zope Newbie

2005-07-10 Thread Emmanuel V. Salvador
Thanks for the tip. On Saturday 09 July 2005 1:58 am, you wrote: Emmanuel V. Salvador wrote at 2005-7-8 10:51 +0800: ... Upon trying out the page with the script as an anonymous user, I'm asked for a username and password. According to the book, this was not suppose to happen since I