Re: [Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Wichert Akkerman
Previously Martin Aspeli wrote: Philipp von Weitershausen wrote: Dieter Maurer wrote: Whit (mailto:[EMAIL PROTECTED]) reported that AdvancedQuery is going to ship with Plone3 and that packaging would be easier for them if AdvancedQuery were part of the Zope 2 distribution. I fail to find

[Zope-dev] Zope Tests: 7 OK

2007-02-04 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Feb 3 12:00:00 2007 UTC to Sun Feb 4 12:00:00 2007 UTC. There were 7 messages: 7 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.6 Python-2.1.3 : Linux From: Zope Unit Tests Date: Sat Feb 3 21:05:04 EST 2007

[Zope-dev] Re: ploneenv - Or how using workingenv for a common Zope2 project might look like ;-)

2007-02-04 Thread Daniel Nouri
Martin Aspeli wrote: Ian Bicking wrote: If you use the easy_install script in the workingenv bin/, then you don't have to activate the environment. Very similar to buildout, workingenv scripts contain their path/environment. Right, thanks for pointing that out. I should also mention that,

Re: [Zope-dev] How to map Zope with IIS 5.1

2007-02-04 Thread Chris Withers
Rohit Arora wrote: i have a website in zope 2.6.4 , and i want to link that website with IIS 5.1. These questions belong on the [EMAIL PROTECTED] list, not this this. in other words, i have created a virtual directory in IIS and i want to redirect the request to zope website. Stick Apache

Re: [Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4 Feb 2007, at 12:47, Wichert Akkerman wrote: I'm not quite sure it has to be part of Zope 2 as you install it. Having it in svn.zope.org would go a long, way, though, allowing us to use svn:externals during development and potentially fix

Re: [Zope-dev] Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Dieter Maurer
Andreas Jung wrote at 2007-2-3 08:47 +0100: ... * my code uses 2 blank indentation rather than the usual 4 blank (to make it more readable and easier to maintain for me) The source would have to be reformatted to fit at least in some way with the Zope standard :-) Any volunteers? If the

Re: [Zope-dev] Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Andreas Jung
--On 4. Februar 2007 18:12:52 +0100 Dieter Maurer [EMAIL PROTECTED] wrote: Andreas Jung wrote at 2007-2-3 08:47 +0100: ... * my code uses 2 blank indentation rather than the usual 4 blank (to make it more readable and easier to maintain for me) The source would have to be

[Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Dieter Maurer
yuppie wrote at 2007-2-3 11:44 +0100: ... Unfortunately integrating a product into the Zope core means more than just adjusting the coding style: - As already mentioned in this thread, monkey patches and code like fixPluginIndexes.py have to be resolved. AdvancedQuery contains a monkey patch

[Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Philipp von Weitershausen
Jens Vagelpohl wrote: On 4 Feb 2007, at 12:47, Wichert Akkerman wrote: I'm not quite sure it has to be part of Zope 2 as you install it. Having it in svn.zope.org would go a long, way, though, allowing us to use svn:externals during development and potentially fix issues ourselves as

Re: [Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4 Feb 2007, at 18:27, Philipp von Weitershausen wrote: Note that we have the same issue with ZopeVersionControl, which is currently only in CVS. An import of that into subversion would make a lot of us very happy. I think it has been

Re: [Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Andreas Jung
--On 4. Februar 2007 18:39:22 +0100 Jens Vagelpohl [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4 Feb 2007, at 18:27, Philipp von Weitershausen wrote: Note that we have the same issue with ZopeVersionControl, which is currently only in CVS. An import of that

Re: [Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Andreas Jung
--On 4. Februar 2007 18:44:38 +0100 Andreas Jung [EMAIL PROTECTED] wrote: --On 4. Februar 2007 18:39:22 +0100 Jens Vagelpohl [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4 Feb 2007, at 18:27, Philipp von Weitershausen wrote: Note that we have the same issue

Re: [Zope-dev] Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Dieter Maurer
Paul Winkler wrote at 2007-2-3 11:34 -0500: ... * my code uses 2 blank indentation rather than the usual 4 blank (to make it more readable and easier to maintain for me) are you saying you would refuse the donation if somebody else wanted to change it to 4 spaces? Not, if he takes over

Re: [Zope-dev] How to recover passwords in Zope 2.6.4

2007-02-04 Thread Dieter Maurer
Rohit Arora wrote at 2007-2-2 10:01 -0800: ... i have my website in zope 2.6.4 and i have forgotton UserId(admin) and Password of root direcrorty of zope. please tell me Is there any way to recover admin password ? or is there any default UID password provided in zope. Search for Zope emergency

[Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Dieter Maurer
Philipp von Weitershausen wrote at 2007-2-4 18:35 +0100: Monkey patches should be avoided when they can. I think that's something we don't need to discuss. You think this way but I disagree... There are (potentially) dangerous monkey patches and harmless ones. We discuss about a

[Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Dieter Maurer
Philipp von Weitershausen wrote at 2007-2-4 18:35 +0100: ... I think we can leave everything as it is and if Plone needs it in an svn repo, heck, why not do vendor imports? (not in svn.zope.org, of course, since the contributor agreement forbids that) One of the rare cases when I agree with

[Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: --On 4. Februar 2007 18:12:52 +0100 Dieter Maurer [EMAIL PROTECTED] wrote: Andreas Jung wrote at 2007-2-3 08:47 +0100: ... * my code uses 2 blank indentation rather than the usual 4 blank (to make it more readable

[Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-04 Thread Andreas Jung
--On 4. Februar 2007 19:24:09 -0500 Tres Seaver [EMAIL PROTECTED] wrote: Anyone else should think about how to deal with this issue...I'm too much biased :-) - -1 on reformatting code, especially if we are talking about putting it in

RE: [Zope-PAS] Re: Failing to fill users properties, should it cause an error?

2007-02-04 Thread Mark Hammond
Hi Tres, If it can validate credentials, however those credentials are extracted and checked, then yes. There is *no* generic requirement that a user have any properties. If your site depends on externally-provided properties to generate stuff which iscritical of the application, then

Re: [Zope] Florent Guillaume's database Conflict Error on session objects patch not working ?

2007-02-04 Thread Dieter Maurer
yacine chaouche wrote at 2007-2-3 13:55 +0100: ... Once I understood the publishing process, I edited the publish.py file to display a traceback of every raised exception before retrying the request. Thus, I could see that there were database conflict errors that were raised. Usually, such

Re: [Zope] Limiting access to a Zope Site

2007-02-04 Thread Dieter Maurer
Maciej Wisniowski wrote at 2007-2-3 15:22 +0100: So where is your *real* problem? Export/import works fine, we have tools like ZSyncer, we have ZEO...something you're missing? It is not my problem. I just pointed that copying data.fs between instances is not only and not preferrable way to

Re: [Zope] Limiting access to a Zope Site

2007-02-04 Thread Andreas Jung
--On 4. Februar 2007 19:20:19 +0100 Dieter Maurer [EMAIL PROTECTED] wrote: Maciej Wisniowski wrote at 2007-2-3 15:22 +0100: So where is your *real* problem? Export/import works fine, we have tools like ZSyncer, we have ZEO...something you're missing? It is not my problem. I just pointed

[Zope] winlock.error: 33 -- Zope2.app()

2007-02-04 Thread mycrazylists mycrazylists
Hi All, I am getting winlock.error :33 when trying to execute a function called connectZope (mentioned below). If i execute the same function when zope is not running, it works fine. I think this is bcoz of zope acquiring lock on data.fs when its running. Am i missing anything here or Is

Re: [Zope] single sign-on

2007-02-04 Thread Bryan Simmons
1. What do you mean by doesn't work? 2. Is there any log output either from your apache error_log/access_log or zope event.log? On 1/29/07, John Fugazi [EMAIL PROTECTED] wrote: I have installed Plone with openSUSE 10.2 (working). I have also installed LDAPUserFolder and LDAPMultiPlugins

Re: [Zope] Re: Zope + Oracle + Cron

2007-02-04 Thread Bryan Simmons
I always add my LD_LIBRARY_PATH variable to the zopectl and runzope scripts so that this kind of thing never happens. I have also found that I needed to add ORACLE_HOME to either the zope.conf or zope start scripts when using DCOracle or some other add-on that uses loadable libs. In fact, you