Re: [Zope] external method

2009-06-16 Thread Chris Withers
Garry Saddington wrote: I have the following external method to back up a postgres database, using the following software versions. Why on earth would you not just do this in a cron job?! Chris -- Simplistix - Content Management, Zope Python Consulting -

Re: [Zope] external method

2009-06-16 Thread Garry Saddington
Chris Withers wrote: Garry Saddington wrote: I have the following external method to back up a postgres database, using the following software versions. Why on earth would you not just do this in a cron job?! Chris Because I want the backup to be done manually, through the

Re: [Zope] external method

2009-06-16 Thread Chris Withers
Garry Saddington wrote: Because I want the backup to be done manually, That doesn't seem like such a hot idea. Something that's easilly forgotten. Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

Re: [Zope] external method

2009-06-16 Thread Garry Saddington
Garry Saddington wrote: Chris Withers wrote: Garry Saddington wrote: Because I want the backup to be done manually, That doesn't seem like such a hot idea. Something that's easilly forgotten. Thanks, I've sorted it. Turns out that pg_dump was being run by SYSTEM and

[Zope] Deny public access to ZMI

2009-06-16 Thread Ustun Kaya
Hello, Is there a straightforward way of defining which IPs are authorized to access to ZMI? I want to block public interface access and allow it only from internal network - VPN. I don't want authentication box to pop up to any single visitor with a browser. It is Zope 2.9.4. As I searched, I

Re: [Zope] Deny public access to ZMI

2009-06-16 Thread Andreas Jung
On 16.06.09 17:36, Ustun Kaya wrote: Hello, Is there a straightforward way of defining which IPs are authorized to access to ZMI? I want to block public interface access and allow it only from internal network - VPN. I don't want authentication box to pop up to any single visitor with a

Re: [Zope] Deny public access to ZMI

2009-06-16 Thread Ustun Kaya
You mean running Zope behind Apache server with rewrite rule and stuff? That's what I'm going to do unless Zope itself provides me this functionality? Best, Ustun On Tue, Jun 16, 2009 at 6:49 PM, Andreas Jungli...@zopyx.com wrote: On 16.06.09 17:36, Ustun Kaya wrote: Hello, Is there a

[Zope-Checkins] SVN: Zope/trunk/ Updated with some new package releases

2009-06-16 Thread Hanno Schlichting
Log message for revision 101075: Updated with some new package releases Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/ZOPE_APP_DEPENDENCIES.rst Update notes on current / retired zope.app dependencies.

2009-06-16 Thread Tres Seaver
Log message for revision 101086: Update notes on current / retired zope.app dependencies. Changed: U Zope/trunk/ZOPE_APP_DEPENDENCIES.rst -=- Modified: Zope/trunk/ZOPE_APP_DEPENDENCIES.rst === ---

[Zope-dev] buildbots

2009-06-16 Thread Wolfgang Schnerring
Hello, from various clippings of this list and the ZTK docs at http://docs.zope.org/zopetoolkit/process/tools.html I've gathered that there are (at least) three buildbot installations running tests for the Zope Toolkit: http://zope3.pov.lt/buildbot/waterfall

[Zope-dev] Zope Tests: 8 OK

2009-06-16 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Jun 15 12:00:00 2009 UTC to Tue Jun 16 12:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Mon Jun 15 20:43:22 EDT 2009 URL:

Re: [Zope-dev] buildbots

2009-06-16 Thread Sebastien Douche
On Tue, Jun 16, 2009 at 08:00, Wolfgang Schnerring w...@gocept.com wrote: Hello, Hi Wolfgang http://zope3.pov.lt/buildbot/waterfall http://zope3.afpy.org/buildbot/waterfall http://zope.buildbot.securactive.org/waterfall (the ZTK docs mention only the first two. Why?) Because nobody had

Re: [Zope-dev] HA storage for zope

2009-06-16 Thread Chris Withers
Shane Hathaway wrote: Chris Withers wrote: It's a shame that the 2 or 3 times I've tried to organise purchase of ZRS for customers, the Zope Corp sales process hasn't succeeded in delivering anything :-( (I'm not 100% on the details, but it may just have been that the prices were

[Zope-dev] Zope 3.4.1 release?

2009-06-16 Thread Sebastien Douche
Hi, any chance to see a new release (KGS) ? Some packages are old : - docutils - zope.testing - z3c.etestbrowser I can help on this task. -- Sebastien Douche sdou...@gmail.com ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] Zope 3.4.1 release?

2009-06-16 Thread Stephan Richter
On Tuesday 16 June 2009, Sebastien Douche wrote: any chance to see a new release (KGS) ? Some packages are old : - docutils - zope.testing - z3c.etestbrowser I can help on this task. Update the package list and test it. I'll do the announcement. Regards, Stephan -- Entrepreneur and

Re: [Zope-dev] Zope 3.4.1 release?

2009-06-16 Thread Sebastien Douche
On Tue, Jun 16, 2009 at 16:54, Stephan Richter srich...@cosmos.phy.tufts.edu wrote: Update the package list and test it. I'll do the announcement. Fantastic, I work on it. -- Sebastien Douche sdou...@gmail.com ___ Zope-Dev maillist -

[Zope-dev] REQUEST vs. request

2009-06-16 Thread Patrick Gerken
Hello, I am a bit confused about self.request and self.REQUEST. Can anybody point me to an explanation of the different tasks that both have? Googling for request vs REQUEST is not helpful... Here is the reason why I am wondering: Context is a small product to be used in plone. A testcase in

Re: [Zope-dev] REQUEST vs. request

2009-06-16 Thread Martin Aspeli
Patrick Gerken wrote: Hello, I am a bit confused about self.request and self.REQUEST. Can anybody point me to an explanation of the different tasks that both have? Googling for request vs REQUEST is not helpful... D'oh! :-) REQUEST is a Zope2-ism. When you do self.REQUEST somewhere, you