Re: [Zope] A question on pool-size

2007-06-27 Thread Maciej Wisniowski
The thing that is bugging me is that it seems my configuration is not being taken into account. Is there an absolute limit for pool_size? Go to lib/python/ZODB/DB.py file There is a DB class with __init__ method. Put some print statements here to display pool_size and start zope with

Re: [Zope] Zope products that allows people to Add Comments to publications

2007-06-27 Thread Andreas Jung
Forget Squishdot, it's unmaintained since 4 years. -aj --On 26. Juni 2007 09:45:22 -0400 Thomas Bennett [EMAIL PROTECTED] wrote: I have been wanting to try a SquishDot site also and get the very same error. Traceback (innermost last): Module ZPublisher.Publish, line 119, in publish

Re: [Zope] Zope products that allows people to Add Comments topublications

2007-06-27 Thread Jaroslav Lukesh
And what is better or equivalent with that ease? I have modified squishdot with wysiwyg editor for intranets. - Original Message - From: Andreas Jung [EMAIL PROTECTED] To: [EMAIL PROTECTED]; zope@zope.org Sent: Wednesday, June 27, 2007 8:28 AM Subject: Re: [Zope] Zope products that

Re: [Zope] New class, no access to manage_propertiesForm etc.

2007-06-27 Thread Sascha Welter
(Tue, Jun 26, 2007 at 03:37:28PM +0200) Winterflood, Jonathan wrote/schrieb/egrapse: I have created a new class in my product, but I can't access the PropertyManager pages for it: import Persistence from OFS.PropertyManager import PropertyManager # Zope security infrastructure from

Re: [Zope] how to restore a copied instance.

2007-06-27 Thread Sascha Welter
(Tue, Jun 26, 2007 at 01:41:51AM +0300) Tudor Gabriel wrote/schrieb/egrapse: (in debian) plone-site using aptitude ... it automatically makes a new ^ note this after that i stopped the server ... and copied my site (instance folder) from the other computer

Re: [Zope] Zope products that allows people to Add Comments topublications

2007-06-27 Thread Andreas Jung
Plone? --On 27. Juni 2007 09:01:27 +0200 Jaroslav Lukesh [EMAIL PROTECTED] wrote: And what is better or equivalent with that ease? I have modified squishdot with wysiwyg editor for intranets. - Original Message - From: Andreas Jung [EMAIL PROTECTED] To: [EMAIL PROTECTED];

[Zope] securing port 8080 behind apache

2007-06-27 Thread Chris Hoy
Hi I have an a 2.9.6 instance of zope sitting behind apache all the requrest on port 80 work fine but what i would like to do is disable direct access to the 8080 port. I obviously still need access to the management console of zope but i would like to redirect the request via the apache say

Re: [Zope] securing port 8080 behind apache

2007-06-27 Thread Andreas Jung
--On 27. Juni 2007 10:20:11 +0100 Chris Hoy [EMAIL PROTECTED] wrote: Hi I have an a 2.9.6 instance of zope sitting behind apache all the requrest on port 80 work fine but what i would like to do is disable direct access to the 8080 port. I obviously still need access to the management

Re: [Zope] Zope products that allows people to Add Comments to publications

2007-06-27 Thread Chris Withers
Andreas Jung wrote: Forget Squishdot, it's unmaintained since 4 years. Urm, excuse me, but that's just plain lies. I actively maintain Squishdot. The svn trunk works fine in Zope 2.9 and should be fine in Zope 2.10. cheers, Chris -- Simplistix - Content Management, Zope Python Consulting

Re: [Zope] Zope products that allows people to Add Comments topublications

2007-06-27 Thread Chris Withers
Andreas Jung wrote: Plone? yes, that well-known light weight solution that has a plethora of decent discussion software ;-) cheers, Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk ___

Re: [Zope] Zope products that allows people to Add Comments to publications

2007-06-27 Thread Tom Von Lahndorff
I've been using it for years without issue. Very easy to set up and configure. Currently have it running in a 2.9 *and* 2.10 instance. On Jun 27, 2007, at 10:19 AM, Chris Withers wrote: Andreas Jung wrote: Forget Squishdot, it's unmaintained since 4 years. Urm, excuse me, but that's

Re: [Zope] Zope products that allows people to Add Comments to publications

2007-06-27 Thread Andreas Jung
--On 27. Juni 2007 15:19:52 +0100 Chris Withers [EMAIL PROTECTED] wrote: Andreas Jung wrote: Forget Squishdot, it's unmaintained since 4 years. Urm, excuse me, but that's just plain lies. I actively maintain Squishdot. My info is from http://www.squishdot.org/Download/Squishdot/

RE: [Zope] New class, no access to manage_propertiesForm etc.

2007-06-27 Thread Winterflood, Jonathan
OK thanks for the tips :) I'll look at those pages I think I'll use SimpleItem; All I need is a few methods, a couple of properties, and some management stuff. Regards, Jonathan -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Sascha Welter Envoyé :

Re: [Zope] Zope products that allows people to Add Commentsto publications

2007-06-27 Thread kamal hamzat
Then what i have done wrong to be getting the error and how do i correct it. Error Type: TypeError Error Value: unbound method mailhost_list() must be called with SquishSite instance as first argument (got nothing instead) Traceback (innermost last): a.. Module ZPublisher.Publish, line 119,

Re: [Zope] Zope products that allows people to Add Comments to publications

2007-06-27 Thread Chris Withers
Andreas Jung wrote: Urm, excuse me, but that's just plain lies. I actively maintain Squishdot. My info is from http://www.squishdot.org/Download/Squishdot/ I won't do any releases without replacing the skin, which is still the same horrific dtml that was there when I first started using

Re: [Zope] Zope products that allows people to Add Commentsto publications

2007-06-27 Thread Chris Withers
kamal hamzat wrote: Then what i have done wrong to be getting the error and how do i correct it. You're not using the svn trunk of Squishdot, you're likely trying to use the 1.5.0 release... cheers, Chris -- Simplistix - Content Management, Zope Python Consulting -

Re: [Zope] Zope products that allows people to Add Commentsto publications

2007-06-27 Thread Shane Graber
So in order to be running the latest code base the implementer should be doing a svn/trunk checkout of SquishDot? It would be helpful to have this posted someplace on squishdot.org. Besides, this post really makes it sound like it is/will not be significantly maintained:

Re: [Zope] Zope products that allows people to Add Commentstopublications

2007-06-27 Thread Jaroslav Lukesh
- Original Message - From: Shane Graber [EMAIL PROTECTED] A quick look at svn (http://squishdot.svn.sourceforge.net/viewvc/squishdot/) shows no activity for 11 months, which also lends itself to this inference. I'm not meaning to sound harsh so I hope it doesn't come across this way.

Re: [Zope-dev] [SVN] Zope trunk - merged stuff for Zope 2.11 released

2007-06-27 Thread Stefan H. Holek
I plan to land the ZopeLite* layer work for 2.11. It's already running fine in my sandbox but has some implications for existing tests in both Zope and CMF, which I at least need to document. Do you have a target date for 2.11? Stefan (*) ZopeTestCase magic deferred to layer setup time

Re: [Zope-dev] [SVN] Zope trunk - merged stuff for Zope 2.11 released

2007-06-27 Thread Andreas Jung
--On 27. Juni 2007 10:27:12 +0200 Stefan H. Holek [EMAIL PROTECTED] wrote: I plan to land the ZopeLite* layer work for 2.11. It's already running fine in my sandbox but has some implications for existing tests in both Zope and CMF, which I at least need to document. Do you have a target

Re: [Zope-dev] Re: QuequeCatalog and GenericSetup

2007-06-27 Thread Joachim Schmitz
Joachim Schmitz schrieb: Tres Seaver schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joachim Schmitz wrote: Hi, We are now using the QueueCatalog as a replacement of the portal_catalog, and renamed the original portal_catalog to portal_catalog_real. In our local toolset.xml I

[Zope-dev] Zope Tests: 5 OK

2007-06-27 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Tue Jun 26 12:00:00 2007 UTC to Wed Jun 27 12:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Tue Jun 26 20:53:21 EDT 2007