[Zope-Checkins] SVN: Zope/trunk/ - removed old-style product metadata support

2005-10-31 Thread Yvo Schubbe
Log message for revision 39763: - removed old-style product metadata support - removed all dependencies on that support Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/Application.py UU Zope/trunk/lib/python/OFS/tests/testProductInit.py UU

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/main.dtml - don't show meta_types that don't have an action

2005-10-31 Thread Yvo Schubbe
Log message for revision 39765: - don't show meta_types that don't have an action Changed: UU Zope/trunk/lib/python/OFS/dtml/main.dtml -=- Modified: Zope/trunk/lib/python/OFS/dtml/main.dtml === ---

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/ update zconfig to 2.3.1 for a zpkg-related case sensitivity fix

2005-10-31 Thread Philipp von Weitershausen
Log message for revision 39771: update zconfig to 2.3.1 for a zpkg-related case sensitivity fix Changed: _U Zope/branches/philikon-zope32-integration/lib/python/ -=- Property changes on: Zope/branches/philikon-zope32-integration/lib/python

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ - converted ILexicon to z3 and bridged it back

2005-10-31 Thread Yvo Schubbe
Log message for revision 39790: - converted ILexicon to z3 and bridged it back - ZCTextIndex now accepts lexicons with the z3 interface Changed: UU Zope/branches/Zope-2_8-branch/lib/python/Products/ZCTextIndex/ILexicon.py UU

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCTextIndex/ - converted ILexicon to z3 and bridged it back

2005-10-31 Thread Yvo Schubbe
Log message for revision 39791: - converted ILexicon to z3 and bridged it back - ZCTextIndex now accepts lexicons with the z3 interface Changed: UU Zope/trunk/lib/python/Products/ZCTextIndex/ILexicon.py UU Zope/trunk/lib/python/Products/ZCTextIndex/Lexicon.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/ warnings.resetwarnings() should never be called by tests.

2005-10-31 Thread Tim Peters
Log message for revision 39802: warnings.resetwarnings() should never be called by tests. Doing so wipes out all the warning filters other tests may set up to suppress warnings those tests need to provoke but want to hide from the entity running the tests. This stops all the

[Zope-Coders] Zope tests: 8 OK

2005-10-31 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Oct 30 12:01:01 2005 UTC to Mon Oct 31 12:01:01 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Sun Oct 30 22:31:55 EST

[Zope-Coders] Confusing code in ObjectManager manage_FTPstat

2005-10-31 Thread Sidnei da Silva
Found some lovely piece of code deep into the FTP parts of Zope 2 last saturday, one of them is truely ugly. It's listing the contents of the current and parent folders for no apparent reason (or at least, it didn't make sense either to me or Chris McDonough). The code in question is in the

Re: [Zope-Coders] Re: Confusing code in ObjectManager manage_FTPstat

2005-10-31 Thread Sidnei da Silva
On Mon, Oct 31, 2005 at 10:05:45AM -0500, Jim Fulton wrote: | Sidnei da Silva wrote: | Found some lovely piece of code deep into the FTP parts of Zope 2 last | saturday, one of them is truely ugly. It's listing the contents of | the current and parent folders for no apparent reason (or at least,

[Zope-Coders] [Zope2.9] Schedule

2005-10-31 Thread Andreas Jung
Hi everyone, with Zope 2.9 and Zope 3.2 we are switching to a time-based release cycle. Major release are supposed to appear every six months (December and June). For Zope 2.9 the schedule is as follows: - 2.9 beta 1 on 2005-11-07 - 2.9 beta 2 aka RC1 on 2005-11-20 - 2.9 final on 2005-12-01

[Zope-dev] differences in PropertyManager._setPropValue

2005-10-31 Thread Victor Safronovich
Hello zope-dev! I have a question about PropertyManager._setPropValue in 2.6 and its changed version in 2.7-2.8. I found this revision http://svn.zope.org/Zope/trunk/lib/python/OFS/PropertyManager.py?rev=24349view=rev Why in this method added conversion to the tuple for all the

[Zope-dev] Re: differences in PropertyManager._setPropValue

2005-10-31 Thread Florent Guillaume
Victor Safronovich wrote: I have a question about PropertyManager._setPropValue in 2.6 and its changed version in 2.7-2.8. I found this revision http://svn.zope.org/Zope/trunk/lib/python/OFS/PropertyManager.py?rev=24349view=rev Why in this method added conversion to the tuple

[Zope-dev] Maintenance cycles for Zope 2.X branches

2005-10-31 Thread Andreas Jung
Hi, because of the fact that we are switching to a time-based release cycle for Zope 2 and Zope 3. I would like to discuss how deal with the maintenance of older branches. My idea is to support branches for one year from now on. Zope 2.7 should be maintained until the end of this year, Zope

[Zope-dev] [Zope2.9] Schedule

2005-10-31 Thread Andreas Jung
Hi everyone, with Zope 2.9 and Zope 3.2 we are switching to a time-based release cycle. Major release are supposed to appear every six months (December and June). For Zope 2.9 the schedule is as follows: - 2.9 beta 1 on 2005-11-07 - 2.9 beta 2 aka RC1 on 2005-11-20 - 2.9 final on 2005-12-01

[Zope-dev] Memory Leak Question

2005-10-31 Thread Dan Pozmanter
Ahoy, I was poking around in _Acquisition.c, and noticed my memory usage spiked. Returning to the vanilla code (2.8.2-final), I noticed the same spike (just less pronounced). (If you refresh the page a few gazillion times this pops up). I would not categorize this as an actual bug

Re: [Zope-dev] Maintenance cycles for Zope 2.X branches

2005-10-31 Thread Chris Withers
Andreas Jung wrote: What do you think? Sounds good to me :-) Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] Memory Leak Question

2005-10-31 Thread Chris McDonough
Nobody has yet reported a memory leak symptom against any particular piece of Zope 2.8.X yet, AFAIK. On Oct 31, 2005, at 6:34 PM, Dan Pozmanter wrote: Ahoy, I was poking around in _Acquisition.c, and noticed my memory usage spiked. Returning to the vanilla code (2.8.2-final), I noticed

[Zope] Silva

2005-10-31 Thread Piotr Konstanty
I'm new in zope world. I would like to install Silva as a product in zope. When I put all core silva product to lib/python/Products cataloge unpack it an restart zope again every think seems to be good but when I want to do next step from INSALL.txt of Silva namely on add list of ZMI I choose

[Zope] zopeXMLMethods and zope 2.8.x

2005-10-31 Thread Kees de Brabander
I succeeded using zopeXMLMethods up to zope 2.7.8 after adapting its __init__.py (see http://mail.zope.org/pipermail/zope/2005-February/156670.html by Anton Stonor), which was necessary starting with zope 2.7.3. Trying to use this very same zopeXMLMethods product (that is with adapted __ini__.py)