[Zope] I wonder why class constructor is never in apidoc ?

2008-07-07 Thread KLEIN Stéphane
Hi, I wonder why class constructor is never in apidoc ? Are there something in OOP concept I haven't understand ? Thanks for your help, Stephane ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

[Zope] Best policy to assign policy to assign ids to objects inside BTreeFolder2

2008-07-07 Thread Marco Bizzarri
Hi all. I need to create a number of objects inside a BTreeFolder2 container. I would like to minimize the chances of conflicts, so I'm exploring possibilities to assign ids; up to now I've found the following: - timestamps - random numbers What is the best choice to reduce the chances of

[Zope] Re: I wonder why class constructor is never in apidoc ?

2008-07-07 Thread Philipp von Weitershausen
KLEIN Stéphane wrote: I wonder why class constructor is never in apidoc ? Because nobody has bothered to implement this feature. Patches are welcome :) Are there something in OOP concept I haven't understand ? I don't know what you mean with this.

RE: [Zope] Best policy to assign policy to assign ids to objects insideBTreeFolder2

2008-07-07 Thread Kees de Brabander
You could use the uuid package (http://pypi.python.org/pypi/uuid/1.30) cb -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Marco Bizzarri Verzonden: maandag 7 juli 2008 14:53 Aan: Zope Users Mailing List Onderwerp: [Zope] Best policy to assign policy to

[Zope] ZCatalog : Searching Multiple Indexes : Returning One Result

2008-07-07 Thread Tom Von Lahndorff
Hi, I have a catalog called catalog that contains a bunch of cataloged items. I have indexed 3 properties for each item, name, body and description. I'd like to be able to search the catalog in the following way: if the word text shows up in any index, name, body or description, return that

Re: [Zope] ZCatalog : Searching Multiple Indexes : Returning One Result

2008-07-07 Thread Jonathan
- Original Message - From: Tom Von Lahndorff [EMAIL PROTECTED] To: zope list user zope@zope.org Sent: Monday, July 07, 2008 3:42 PM Subject: [Zope] ZCatalog : Searching Multiple Indexes : Returning One Result Hi, I have a catalog called catalog that contains a bunch of cataloged

AW: [Zope] ZCatalog : Searching Multiple Indexes : Returning One R esult

2008-07-07 Thread Andreas Jung
Look at AdvancedQuer Andreas -- Ursprüngl. Mitteil. -- Betreff:[Zope] ZCatalog : Searching Multiple Indexes : Returning One Result Von:Tom Von Lahndorff [EMAIL PROTECTED] Datum: 07.07.2008 19:46 Hi, I have a catalog called catalog that contains a bunch of cataloged items.

[Zope-dev] Zope Tests: 5 OK

2008-07-07 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Jul 6 11:00:00 2008 UTC to Mon Jul 7 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Sun Jul 6 21:08:10 EDT 2008 URL:

[Zope-dev] Product version number redundancy with version.txt and setup.py

2008-07-07 Thread Tim Hicks
Hi, Am I right in thinking that there is a duplication of information in having an eggified product's version number stored in setup.py and version.txt? Both seem to be necessary - the first for use with pypi and the second so that Zope knows what version of a product it has. The former

[Zope-dev] Re: Product version number redundancy with version.txt and setup.py

2008-07-07 Thread Hanno Schlichting
Tim Hicks wrote: Am I right in thinking that there is a duplication of information in having an eggified product's version number stored in setup.py and version.txt? Having your setup.py read its version from version.txt is easy, if you don't want to update two places. I think the more

Re: [Zope-dev] Re: Product version number redundancy with version.txt and setup.py

2008-07-07 Thread Wichert Akkerman
Previously Hanno Schlichting wrote: Tim Hicks wrote: Am I right in thinking that there is a duplication of information in having an eggified product's version number stored in setup.py and version.txt? Having your setup.py read its version from version.txt is easy, if you don't want to