Re: [Zope] Forum

2011-01-06 Thread Ricardo Newbery
Not sure about "integration" but GroupServer is built on Zope. http://groupserver.org/ Cheers, Ric On Jan 6, 2011, at 6:09 AM, Richard Harley wrote: > Hello all > > Are there any current forums which integrate into Zope nicely? I have > tried Zforum and Squishdot in the past but I don't t

Re: [Zope] apache rules with zope

2009-09-04 Thread Ricardo Newbery
> - Original Message - > From: "Thomas Bennett" > > >> I'm trying to serve the files on the underlying directories straight >> through >> apache with no zope interaction. >> >> My main site has all content on zope. I now have content also on the >> filesystem I want to server without le

Re: [Zope] HTTP Request Denial of Service Vulnerability

2009-07-24 Thread Ricardo Newbery
Ryan, Thanks for the quick work on resolving this. :-) Ric On Jul 24, 2009, at 10:15 AM, wrote: > Ok, the final analysis is as follows: > > We had an incorrect version regex that matched 2.10 the same as > 2.1. This issue seems to only affect zope version 2.0 through > 2.5.01. This le

Re: [Zope] HTTP Request Denial of Service Vulnerability

2009-07-21 Thread Ricardo Newbery
On Jul 19, 2009, at 11:04 PM, TsungWei Hu wrote: > The observation and recommendation is specifically generated by > Foundstone Labs' software. > It's my fault to suggest that might be related to Hotfix-2008-08-12. > From my side, I will try to stop improper information from > Foundstone lab.

Re: [Zope] HTTP Request Denial of Service Vulnerability

2009-07-19 Thread Ricardo Newbery
It might be premature to blame this on Foundstone. I can't seem to find this security advisory online at all. No advisory id was included nor any reference at all and the recommendation doesn't look at all like what usually comes from a legit advisory. I smeil a fake. Ric On Jul 19, 2

Re: [Zope] Mod_Rewrite port 8080

2009-04-06 Thread Ricardo Newbery
On Apr 6, 2009, at 10:01 AM, Bobby wrote: > > Hi, > > I want to use mod_rewrite on Apache to redirect http://internal:80/internal > to http://internal:8080/internal so that when the user request > http://internal:80/internal > , the Zope folder foo will be served up. I still want http://inter

Re: [Zope] How do I migrate CacheFu

2008-04-16 Thread Ricardo Newbery
On Apr 16, 2008, at 6:59 PM, Manuel Vazquez Acosta wrote: Hi all, I'm moving a Plone site from one server to another. At the same time I have upgraded Plone 2.5 to 2.5.5. I have managed to move all contents without major problems. Now I'm dealing with CacheFu. It refuses to enabled. I digged

Re: [Zope] merging zodb's

2008-04-01 Thread Ricardo Newbery
On Apr 1, 2008, at 3:29 PM, David Bear wrote: I have a zodb from a dead zope instance that I wanted to merge in to another running zope. I thought I could use a mount point to do this and just specify the old zodb for the storage in my mount point. alas, this did not work as expect. After

Re: [Zope] Re: Zeo and conflict resolution (was "suddenly confused")

2008-01-30 Thread Ricardo Newbery
On Jan 30, 2008, at 1:39 PM, Chris McDonough wrote: Ricardo Newbery wrote: On Jan 30, 2008, at 12:59 PM, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ricardo Newbery wrote: Has anyone given thought to maybe providing a more general class with conflict resolution in

Re: [Zope] Re: Zeo and conflict resolution (was "suddenly confused")

2008-01-30 Thread Ricardo Newbery
On Jan 30, 2008, at 12:59 PM, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ricardo Newbery wrote: Has anyone given thought to maybe providing a more general class with conflict resolution in the core distribution? The Length class works for simple counters and I guess

Re: [Zope] Re: Zeo and conflict resolution (was "suddenly confused")

2008-01-30 Thread Ricardo Newbery
On Jan 30, 2008, at 11:17 AM, Tres Seaver wrote: Ricardo Newbery wrote: Okay, then assuming you've installed ZEO from Zope software, if your third-party product includes conflict resolution by instantiating a class defined in the Zope product directory, then is it also safe to assume

Re: [Zope] Re: suddenly confused

2008-01-30 Thread Ricardo Newbery
On Jan 30, 2008, at 10:42 AM, Dieter Maurer wrote: Ricardo Newbery wrote at 2008-1-29 01:19 -0800: ... Apologies for jumping late in this thread but how precisely should "App.FindHomes" be imported? Someone else reported about a ZEO patch that does the same thing without a need

Re: [Zope] Re: Zeo and conflict resolution (was "suddenly confused")

2008-01-30 Thread Ricardo Newbery
On Jan 30, 2008, at 9:32 AM, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ricardo Newbery wrote: Another related question. With respect to conflict resolution, is is safe to assume that products (with _p_resolveConflict methods) in the main Zope products directory are

[Zope] Zeo and conflict resolution (was "suddenly confused")

2008-01-29 Thread Ricardo Newbery
On Jan 29, 2008, at 1:19 AM, Ricardo Newbery wrote: On Jan 19, 2008, at 10:39 AM, Dieter Maurer wrote: Zope uses Python import magic to make packages available in "INSTANCE_HOME/Products" as additional products in the "Products" package. If some of these produ

Re: [Zope] Re: suddenly confused

2008-01-29 Thread Ricardo Newbery
On Jan 19, 2008, at 10:39 AM, Dieter Maurer wrote: Tres Seaver wrote at 2008-1-18 21:06 -0500: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Bear wrote: I'm doing my first zeo setup, and suddenly I'm not sure about my products directory. Do I put all products in a products directory of

[Zope] Re: ZPL and GPL: What should one consider when choosing a license?

2007-12-21 Thread Ricardo Newbery
On Dec 21, 2007, at 9:48 PM, Alex Turner wrote: au contraire - it is the ZPL which is anti-sharing in my estimation. You do not have to contribute changes back to a project which you extend in a BSD style license, so you can take a BSD style licensed product, extend it, and sell it with

[Zope] Re: ZPL and GPL: What should one consider when choosing a license?

2007-12-21 Thread Ricardo Newbery
On Dec 21, 2007, at 12:53 PM, Ross Patterson wrote: > > [snip some stuff about GPL versus ZPL] > Guys... please don't crosspost. It's hard to follow a thread like this when it gets fragmented across different lists. If you feel the need to solicit advice from multiple communities then IMH

[Zope] AssertionError after update to Zope 2.8.1

2005-08-21 Thread Ricardo Newbery
Oh so close... Migrated from Zope 2.7.2 to 2.8.1 Updated all the Catalog instances according to the instructions. Fixed a few outdated products. Then just for kicks, I tried to update the Python scripts by visiting the /manage_addProduct/PythonScripts/recompile url. After about a minute, it