[Zope-Checkins] SVN: Zope/trunk/utilities/tracelog.py Added url summary statistics.

2006-06-21 Thread Jim Fulton
Log message for revision 41497: Added url summary statistics. Added HTML output that makes it easy to jump from a URL shown in a minute detail to the statistics for that URL. Changed: U Zope/trunk/utilities/tracelog.py -=- Modified: Zope/trunk/utilities/tracelog.py ===

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/ Collector #2136: Map ResourceLockedError to the correct response code.

2006-06-21 Thread Tres Seaver
Log message for revision 68781: Collector #2136: Map ResourceLockedError to the correct response code. Changed: U Zope/trunk/lib/python/ZPublisher/HTTPResponse.py U Zope/trunk/lib/python/ZPublisher/tests/testHTTPResponse.py -=- Modified: Zope/trunk/lib/python/ZPublisher/HTTPResponse.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/ Collector #2136: Map ResourceLockedError to the correct response code.

2006-06-21 Thread Tres Seaver
Log message for revision 68781: Collector #2136: Map ResourceLockedError to the correct response code. Changed: U Zope/trunk/lib/python/ZPublisher/HTTPResponse.py U Zope/trunk/lib/python/ZPublisher/tests/testHTTPResponse.py -=- Modified: Zope/trunk/lib/python/ZPublisher/HTTPResponse.py

[Zope-Checkins] SVN: Zope/branches/2.9/ Collector #2136: Map ResourceLockedError to the correct response code.

2006-06-21 Thread Tres Seaver
Log message for revision 68779: Collector #2136: Map ResourceLockedError to the correct response code. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/ZPublisher/HTTPResponse.py U Zope/branches/2.9/lib/python/ZPublisher/tests/testHTTPResponse.py -=- Modif

[Zope-Checkins] SVN: Zope/branches/2.10/ Collector #2136: Map ResourceLockedError to the correct response code.

2006-06-21 Thread Tres Seaver
Log message for revision 68780: Collector #2136: Map ResourceLockedError to the correct response code. Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/ZPublisher/HTTPResponse.py U Zope/branches/2.10/lib/python/ZPublisher/tests/testHTTPResponse.py -=- Mo

[Zope-Checkins] SVN: Zope/branches/2.10/ Merge from regebro-traversalfix branch:

2006-06-21 Thread Lennart Regebro
Log message for revision 68776: Merge from regebro-traversalfix branch: - View and attribute lookup order was changed to the following: 1. Unacquired attributes 2. Views 3. Acquired attributes According to consensus in z3-five mailing list: http://codespeak.net/pipe

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Collector #2136: Map ResourceLockedError to the correct response code.

2006-06-21 Thread Tres Seaver
Log message for revision 68778: Collector #2136: Map ResourceLockedError to the correct response code. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/ZPublisher/HTTPResponse.py U Zope/branches/Zope-2_8-branch/lib/python/ZPublisher

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/ Backport provider expression fix (-r68672) from trunk.

2006-06-21 Thread Alec Mitchell
Log message for revision 68757: Backport provider expression fix (-r68672) from trunk. Changed: _U Zope/branches/2.10/lib/python/Products/ U Zope/branches/2.10/lib/python/Products/PageTemplates/Expressions.py -=- Property changes on: Zope/branches/2.10/lib/python/Products ___

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ Switched to the correct revision of Five.

2006-06-21 Thread Lennart Regebro
Log message for revision 68756: Switched to the correct revision of Five. Changed: _U Zope/trunk/lib/python/Products/ -=- Property changes on: Zope/trunk/lib/python/Products ___ Name: svn:externals - Five-r 68672 svn:

[Zope-Checkins] SVN: Zope/trunk/ - View and attribute lookup order was changed to the following:

2006-06-21 Thread Lennart Regebro
Log message for revision 68753: - View and attribute lookup order was changed to the following: 1. Unacquired attributes 2. Views 3. Acquired attributes According to consensus in z3-five mailing list: http://codespeak.net/pipermail/

[Zope-Checkins] SVN: Products.Five/trunk/ * Added tests to make sure that views are not blocked by acquired attributes.

2006-06-21 Thread Lennart Regebro
Log message for revision 68752: * Added tests to make sure that views are not blocked by acquired attributes. * Changed the tests to reflect that defaultView no only works for views (and not on attributes). Changed: U Products.Five/trunk/CHANGES.txt U Products.Five/trunk/b

[Zope-Checkins] SVN: Zope/branches/regebro-traversalfix/doc/CHANGES.txt The defaultView directive now only looks up views, not attributes.

2006-06-21 Thread Lennart Regebro
Log message for revision 68749: The defaultView directive now only looks up views, not attributes. Changed: U Zope/branches/regebro-traversalfix/doc/CHANGES.txt -=- Modified: Zope/branches/regebro-traversalfix/doc/CHANGES.txt ==

[Zope-Checkins] SVN: Products.Five/branches/regebro-traversalfix/ * Added tests to make sure that views are not blocked by acquired attributes.

2006-06-21 Thread Lennart Regebro
Log message for revision 68748: * Added tests to make sure that views are not blocked by acquired attributes. * Changed the tests to reflect that defaultView no only works for views (and not on attributes). Changed: U Products.Five/branches/regebro-traversalfix/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/HTTPRequest.py Spaceified some tabs.

2006-06-21 Thread Lennart Regebro
Log message for revision 68751: Spaceified some tabs. Changed: U Zope/trunk/lib/python/ZPublisher/HTTPRequest.py -=- Modified: Zope/trunk/lib/python/ZPublisher/HTTPRequest.py === --- Zope/trunk/lib/python/ZPublisher/HTTPRequ

[Zope-Checkins] SVN: Products.Five/branches/regebro-traversalfix/traversable.py BBB fix.

2006-06-21 Thread Lennart Regebro
Log message for revision 68747: BBB fix. Changed: U Products.Five/branches/regebro-traversalfix/traversable.py -=- Modified: Products.Five/branches/regebro-traversalfix/traversable.py === --- Products.Five/branches/regebro-t

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Use updated ZODB 3.7 (http://www.zope.org/Collectors/Zope/2016).

2006-06-21 Thread Tres Seaver
Log message for revision 68683: Use updated ZODB 3.7 (http://www.zope.org/Collectors/Zope/2016). Changed: _U Zope/trunk/lib/python/ -=- Property changes on: Zope/trunk/lib/python ___ Name: svn:externals - ZConfigsvn:

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ZPublisher/ DateTime marshalling addendum:

2006-06-21 Thread Stefan H. Holek
Log message for revision 68713: DateTime marshalling addendum: Fixed edge case of attribute name ''. Changed: U Zope/branches/2.10/lib/python/ZPublisher/tests/test_xmlrpc.py U Zope/branches/2.10/lib/python/ZPublisher/xmlrpc.py -=- Modified: Zope/branches/2.10/lib/python/ZPublisher/

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ Made DateTime.DateTime marshallable via XML-RPC.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68691: Made DateTime.DateTime marshallable via XML-RPC. Fixes http://www.zope.org/Collectors/Zope/2109 Changed: U Zope/branches/2.10/lib/python/DateTime/DateTime.py U Zope/branches/2.10/lib/python/ZPublisher/tests/test_xmlrpc.py U Zope/branches/2.10/lib/

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/ DateTime marshalling addendum:

2006-06-21 Thread Stefan H. Holek
Log message for revision 68714: DateTime marshalling addendum: Fixed edge case of attribute name ''. Changed: U Zope/trunk/lib/python/ZPublisher/tests/test_xmlrpc.py U Zope/trunk/lib/python/ZPublisher/xmlrpc.py -=- Modified: Zope/trunk/lib/python/ZPublisher/tests/test_xmlrpc.py ===

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/ZPublisher/ DateTime marshalling addendum:

2006-06-21 Thread Stefan H. Holek
Log message for revision 68712: DateTime marshalling addendum: Fixed edge case of attribute name ''. Changed: U Zope/branches/2.9/lib/python/ZPublisher/tests/test_xmlrpc.py U Zope/branches/2.9/lib/python/ZPublisher/xmlrpc.py -=- Modified: Zope/branches/2.9/lib/python/ZPublisher/tes

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Made DateTime.DateTime marshallable via XML-RPC.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68692: Made DateTime.DateTime marshallable via XML-RPC. Fixes http://www.zope.org/Collectors/Zope/2109 Changed: U Zope/trunk/lib/python/DateTime/DateTime.py U Zope/trunk/lib/python/ZPublisher/tests/test_xmlrpc.py U Zope/trunk/lib/python/ZPublisher/xmlrpc

[Zope-Checkins] SVN: Zope/branches/2.9/ Made DateTime.DateTime marshallable via XML-RPC.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68690: Made DateTime.DateTime marshallable via XML-RPC. Fixes http://www.zope.org/Collectors/Zope/2109 Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/DateTime/DateTime.py U Zope/branches/2.9/lib/python/ZPublisher/tests/test_x

[Zope-Checkins] SVN: Zope/branches/regebro-traversalfix/lib/python/ZPublisher/ This should be lowercase, evidently.

2006-06-21 Thread Lennart Regebro
Log message for revision 68735: This should be lowercase, evidently. Changed: U Zope/branches/regebro-traversalfix/lib/python/ZPublisher/BaseRequest.py U Zope/branches/regebro-traversalfix/lib/python/ZPublisher/tests/testBaseRequest.py -=- Modified: Zope/branches/regebro-traversalf

[Zope-Checkins] SVN: Zope/branches/regebro-traversalfix/lib/python/ZPublisher/ When using default view name, make sure it really is a view.

2006-06-21 Thread Lennart Regebro
Log message for revision 68736: When using default view name, make sure it really is a view. Changed: U Zope/branches/regebro-traversalfix/lib/python/ZPublisher/BaseRequest.py U Zope/branches/regebro-traversalfix/lib/python/ZPublisher/tests/testBaseRequest.py -=- Modified: Zope/bra

[Zope-Checkins] SVN: Zope/branches/2.10/ Use updated ZODB 3.7 (http://www.zope.org/Collectors/Zope/2016).

2006-06-21 Thread Tres Seaver
Log message for revision 68682: Use updated ZODB 3.7 (http://www.zope.org/Collectors/Zope/2016). Changed: U Zope/branches/2.10/doc/CHANGES.txt _U Zope/branches/2.10/lib/python/ -=- Modified: Zope/branches/2.10/doc/CHANGES.txt ==

[Zope-Checkins] SVN: Zope/branches/2.9/ Use updated ZODB 3.6 (http://www.zope.org/Collectors/Zope/2016).

2006-06-21 Thread Tres Seaver
Log message for revision 68681: Use updated ZODB 3.6 (http://www.zope.org/Collectors/Zope/2016). Changed: U Zope/branches/2.9/doc/CHANGES.txt _U Zope/branches/2.9/lib/python/ -=- Modified: Zope/branches/2.9/doc/CHANGES.txt =

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py Use custom Provider expression from Five instead of the Zope 3 one which doesn't do acquisition wrapping.

2006-06-21 Thread Alec Mitchell
Log message for revision 68672: Use custom Provider expression from Five instead of the Zope 3 one which doesn't do acquisition wrapping. Changed: U Zope/trunk/lib/python/Products/PageTemplates/Expressions.py -=- Modified: Zope/trunk/lib/python/Products/PageTemplates/Expressions.py

[Zope-Checkins] SVN: Products.Five/trunk/ * Enabled the viewlet related directives by default.

2006-06-21 Thread Alec Mitchell
Log message for revision 68671: * Enabled the viewlet related directives by default. * Added acquisition wrappers to viewlets before updating or rendering. * Moved the custom 'provider:' tales expression back into Five. Made the provider directive acquisition wrap the resultant conten

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/ Use updated ZODB 3.4 (http://www.zope.org/Collectors/Zope/2016).

2006-06-21 Thread Tres Seaver
Log message for revision 68679: Use updated ZODB 3.4 (http://www.zope.org/Collectors/Zope/2016). Changed: _U Zope/branches/Zope-2_8-branch/lib/python/ -=- Property changes on: Zope/branches/Zope-2_8-branch/lib/python ___ Name:

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt Use updated ZODB 3.4 (http://www.zope.org/Collectors/Zope/2016).

2006-06-21 Thread Tres Seaver
Log message for revision 68680: Use updated ZODB 3.4 (http://www.zope.org/Collectors/Zope/2016). Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt -=- Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt === --- Zope/

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ Update the revision for the Five external to get the new provider expression.

2006-06-21 Thread Alec Mitchell
Log message for revision 68673: Update the revision for the Five external to get the new provider expression. Changed: _U Zope/trunk/lib/python/Products/ -=- Property changes on: Zope/trunk/lib/python/Products ___ Name: svn:

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ZPublisher/HTTPResponse.py Collector #2133: standard_error_messages are out of sync.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68666: Collector #2133: standard_error_messages are out of sync. Changed: U Zope/branches/2.10/lib/python/ZPublisher/HTTPResponse.py -=- Modified: Zope/branches/2.10/lib/python/ZPublisher/HTTPResponse.py ===

[Zope-Checkins] SVN: Zope/branches/2.9/ Collector #2133: standard_error_messages are out of sync.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68665: Collector #2133: standard_error_messages are out of sync. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/ZPublisher/HTTPResponse.py -=- Modified: Zope/branches/2.9/doc/CHANGES.txt ===

[Zope-Checkins] SVN: Zope/branches/regebro-traversalfix/ View and attribute lookup order was changed to the following:

2006-06-21 Thread Lennart Regebro
Log message for revision 68655: View and attribute lookup order was changed to the following: 1. Unacquired attributes 2. Views 3. Acquired attributes According to consensus in z3-five mailing list: http://codespeak.net/pipermail/z3-five/2006q2/001474.html Changed: U

[Zope-Checkins] SVN: Products.Five/branches/regebro-traversalfix/browser/tests/test_traversable.py New test that acquired attributes gets shadowed.

2006-06-21 Thread Lennart Regebro
Log message for revision 68654: New test that acquired attributes gets shadowed. Changed: U Products.Five/branches/regebro-traversalfix/browser/tests/test_traversable.py -=- Modified: Products.Five/branches/regebro-traversalfix/browser/tests/test_traversable.py

[Zope-Checkins] SVN: Products.Five/branches/regebro-traversalfix/ Adding tests for new view traversal behaviour.

2006-06-21 Thread Lennart Regebro
Log message for revision 68653: Adding tests for new view traversal behaviour. Changed: A Products.Five/branches/regebro-traversalfix/ -=- Copied: Products.Five/branches/regebro-traversalfix (from rev 68652, Products.Five/trunk) ___ Zope-Chec

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/HTTPResponse.py Collector #2133: standard_error_messages are out of sync.

2006-06-21 Thread Stefan H. Holek
Log message for revision 68667: Collector #2133: standard_error_messages are out of sync. Changed: U Zope/trunk/lib/python/ZPublisher/HTTPResponse.py -=- Modified: Zope/trunk/lib/python/ZPublisher/HTTPResponse.py === --- Zop

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/OFS/tests/testObjectManager.py Add simple tests for manage_hasId

2006-06-21 Thread Wichert Akkerman
Log message for revision 68648: Add simple tests for manage_hasId Changed: U Zope/branches/2.10/lib/python/OFS/tests/testObjectManager.py -=- Modified: Zope/branches/2.10/lib/python/OFS/tests/testObjectManager.py === --- Zope/b

[Zope-Checkins] SVN: Zope/branches/regebro-traversalfix/lib/python/ZPublisher/HTTPRequest.py Removed some tabs.

2006-06-21 Thread Lennart Regebro
Log message for revision 68649: Removed some tabs. Changed: U Zope/branches/regebro-traversalfix/lib/python/ZPublisher/HTTPRequest.py -=- Modified: Zope/branches/regebro-traversalfix/lib/python/ZPublisher/HTTPRequest.py ===

[Zope-Checkins] SVN: Zope/branches/regebro-traversalfix/ Fixing the Five traversal by splitting the attribute getting as discussed on zope-dev.

2006-06-21 Thread Lennart Regebro
Log message for revision 68647: Fixing the Five traversal by splitting the attribute getting as discussed on zope-dev. Changed: A Zope/branches/regebro-traversalfix/ -=- Copied: Zope/branches/regebro-traversalfix (from rev 68646, Zope/trunk) _

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - Collector #2063: cleaned up some mess in MailHost.sendTemplate()

2006-06-21 Thread Andreas Jung
Log message for revision 68646: - Collector #2063: cleaned up some mess in MailHost.sendTemplate() Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/Products/MailHost/MailHost.py -=- Modified: Zope/branches/Zope-2_8-branch/doc/C

[Zope-Checkins] SVN: Zope/branches/2.10/ - Collector #2063: cleaned up some mess in MailHost.sendTemplate()

2006-06-21 Thread Andreas Jung
Log message for revision 68644: - Collector #2063: cleaned up some mess in MailHost.sendTemplate() Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Products/MailHost/MailHost.py -=- Modified: Zope/branches/2.10/doc/CHANGES.txt ==

[Zope-Checkins] SVN: Zope/trunk/ - Collector #2063: cleaned up some mess in MailHost.sendTemplate()

2006-06-21 Thread Andreas Jung
Log message for revision 68643: - Collector #2063: cleaned up some mess in MailHost.sendTemplate() Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Products/MailHost/MailHost.py -=- Modified: Zope/trunk/doc/CHANGES.txt ==

[Zope-Checkins] SVN: Products.Five/branches/1.4/ * Enabled the viewlet related directives by default.

2006-06-21 Thread Alec Mitchell
Log message for revision 68635: * Enabled the viewlet related directives by default. * Added acquisition wrappers to viewlets before updating or rendering. * Made the provider directive acquisition wrap the resultant content provider so that simple providers that need security declarat

[Zope-Checkins] Re: [Checkins] SVN: Zope/trunk/ removed deprecated zLOG module

2006-06-21 Thread Benji York
Andreas Jung wrote: Log message for revision 68528: removed deprecated zLOG module This change caused test failures in the Zope 2 BuildBot. The zLOG module is apparently still in use. A log of the test run is available at http://buildbot.zope.org/Zope%20trunk%202.4%20Linux%20zc-buildbot/

[Zope-Checkins] SVN: Zope/trunk/skel/etc/site.zcml - set svn:eol-style

2006-06-21 Thread Yvo Schubbe
Log message for revision 68390: - set svn:eol-style - removed tabs Changed: UU Zope/trunk/skel/etc/site.zcml -=- Modified: Zope/trunk/skel/etc/site.zcml === --- Zope/trunk/skel/etc/site.zcml 2006-05-30 05:25:36 UTC (rev

[Zope-Checkins] SVN: Zope/branches/2.9/ - Collector #2063: cleaned up some mess in MailHost.sendTemplate()

2006-06-21 Thread Andreas Jung
Log message for revision 68645: - Collector #2063: cleaned up some mess in MailHost.sendTemplate() Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/Products/MailHost/MailHost.py -=- Modified: Zope/branches/2.9/doc/CHANGES.txt =

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Shared/DC/ZRDB/DA.py Backport fix for collector #1429 to 2.8 branch: Fix name/value traversal of ZSQL methods

2006-06-21 Thread Casey Duncan
Log message for revision 68160: Backport fix for collector #1429 to 2.8 branch: Fix name/value traversal of ZSQL methods Changed: U Zope/branches/Zope-2_8-branch/lib/python/Shared/DC/ZRDB/DA.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Shared/DC/ZRDB/DA.py =

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Shared/DC/ZRDB/DA.py Backport fix for Collector #1429 to 2.9 branch: Fix name/value traversal of ZSQL methods

2006-06-21 Thread Casey Duncan
Log message for revision 68159: Backport fix for Collector #1429 to 2.9 branch: Fix name/value traversal of ZSQL methods Changed: U Zope/branches/2.9/lib/python/Shared/DC/ZRDB/DA.py -=- Modified: Zope/branches/2.9/lib/python/Shared/DC/ZRDB/DA.py =

[Zope-Checkins] SVN: Products.Five/branches/1.4/ Merge from trunk and add CHANGES.txt message.

2006-06-21 Thread Brian Sutherland
Log message for revision 67959: Merge from trunk and add CHANGES.txt message. r67957 | jinty | 2006-05-04 02:11:01 +0200 (Thu, 04 May 2006) | 1 line Five.testbrowser did not do the munging of the head

[Zope-Checkins] SVN: Products.Five/trunk/test Five.testbrowser did not do the munging of the headers that the zope2 HTTP response did. It was also inconsistent with Zope3 testbrowser tests. Fix that.

2006-06-21 Thread Brian Sutherland
Log message for revision 67957: Five.testbrowser did not do the munging of the headers that the zope2 HTTP response did. It was also inconsistent with Zope3 testbrowser tests. Fix that. Changed: U Products.Five/trunk/testbrowser.py U Products.Five/trunk/tests/test_testbrowser.py -=- Mo

[Zope-Checkins] SVN: Products.Five/trunk/test Commit patch and test to make testbrowser not swallow cookies. Contributed by Daniel Nouri and modified by me

2006-06-21 Thread Brian Sutherland
Log message for revision 67936: Commit patch and test to make testbrowser not swallow cookies. Contributed by Daniel Nouri and modified by me Changed: U Products.Five/trunk/testbrowser.py A Products.Five/trunk/tests/test_testbrowser.py -=- Modified: Products.Five/trunk/testbrowser.py =

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/ - fixed import errors

2006-06-21 Thread Jean-Marc Orliaguet
Log message for revision 67141: - fixed import errors Changed: U Products.Five/branches/philikon-local-components/fiveconfigure.py U Products.Five/branches/philikon-local-components/meta.zcml -=- Modified: Products.Five/branches/philikon-local-components/fiveconfigure.py ==

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/site/metaconfigure.py - fixed incorrect import of the 'adapter' zcml handler.

2006-06-21 Thread Jean-Marc Orliaguet
Log message for revision 67136: - fixed incorrect import of the 'adapter' zcml handler. Changed: U Products.Five/branches/philikon-local-components/site/metaconfigure.py -=- Modified: Products.Five/branches/philikon-local-components/site/metaconfigure.py ===

[Zope-Checkins] SVN: Products.Five/trunk/CHANGES.txt Add changelog entries, for my past 2 bugfixes, though there doesnt seem to be an intelligent way of expressing a bugfix that was in Five 1.4 and 1.

2006-06-21 Thread Brian Sutherland
Log message for revision 67958: Add changelog entries, for my past 2 bugfixes, though there doesnt seem to be an intelligent way of expressing a bugfix that was in Five 1.4 and 1.5, but not in Five 1.5b Changed: U Products.Five/trunk/CHANGES.txt -=- Modified: Products.Five/trunk/CHANGES.t

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ reverted r65904:

2006-06-21 Thread Yvo Schubbe
Log message for revision 66024: reverted r65904: - I still believe this was the Right Thing to do, but not everybody agrees Changed: U Zope/trunk/lib/python/OFS/ObjectManager.py U Zope/trunk/lib/python/OFS/tests/testObjectManager.py -=- Modified: Zope/trunk/lib/python/OFS/ObjectManage

[Zope-Checkins] SVN: Zope/branches/2.9/ reverted r65903:

2006-06-21 Thread Yvo Schubbe
Log message for revision 66023: reverted r65903: - I still believe this was the Right Thing to do, but not everybody agrees Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/OFS/ObjectManager.py U Zope/branches/2.9/lib/python/OFS/tests/testObjectManager.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ - fixed checkValidId, disallowing IDs starting with '@'

2006-06-21 Thread Yvo Schubbe
Log message for revision 65904: - fixed checkValidId, disallowing IDs starting with '@' Changed: U Zope/trunk/lib/python/OFS/ObjectManager.py U Zope/trunk/lib/python/OFS/tests/testObjectManager.py -=- Modified: Zope/trunk/lib/python/OFS/ObjectManager.py =

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ reverted r65902:

2006-06-21 Thread Yvo Schubbe
Log message for revision 66022: reverted r65902: - I still believe this was the Right Thing to do, but not everybody agrees Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py U Zope/branches/Zope-2_8-branch/lib/p

[Zope-Checkins] SVN: Zope/branches/2.9/ - fixed checkValidId, disallowing IDs starting with '@'

2006-06-21 Thread Yvo Schubbe
Log message for revision 65903: - fixed checkValidId, disallowing IDs starting with '@' Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/OFS/ObjectManager.py U Zope/branches/2.9/lib/python/OFS/tests/testObjectManager.py -=- Modified: Zope/branches/2.9/doc/

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/inst/WinBuilders/ Merge revs 65842 65843 65844 65845 from Zope/tags/2-8-6/.

2006-06-21 Thread Tim Peters
Log message for revision 65846: Merge revs 65842 65843 65844 65845 from Zope/tags/2-8-6/. Move to pywin32 build 207, and repair mangling of installer bitmaps. These should have been done before the 2.8.6 tag was made. Changed: U Zope/branches/Zope-2_8-branch/inst/WinBuilders/README

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - fixed checkValidId, disallowing IDs starting with '@'

2006-06-21 Thread Yvo Schubbe
Log message for revision 65902: - fixed checkValidId, disallowing IDs starting with '@' Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py U Zope/branches/Zope-2_8-branch/lib/python/OFS/tests/testObjectManager.py

[Zope-Checkins] SVN: Zope/tags/2-8-6/inst/WinBuilders/etc/zope.iss.in More installer bitmap repair.

2006-06-21 Thread Tim Peters
Log message for revision 65845: More installer bitmap repair. Changed: U Zope/tags/2-8-6/inst/WinBuilders/etc/zope.iss.in -=- Modified: Zope/tags/2-8-6/inst/WinBuilders/etc/zope.iss.in === --- Zope/tags/2-8-6/inst/WinBuilder

[Zope-Checkins] SVN: Zope/tags/2-8-6/inst/WinBuilders/etc/zeo.iss.in Repair distorted installer bitmaps.

2006-06-21 Thread Tim Peters
Log message for revision 65844: Repair distorted installer bitmaps. Changed: U Zope/tags/2-8-6/inst/WinBuilders/etc/zeo.iss.in -=- Modified: Zope/tags/2-8-6/inst/WinBuilders/etc/zeo.iss.in === --- Zope/tags/2-8-6/inst/WinBui

[Zope-Checkins] SVN: Zope/tags/2-8-6/inst/WinBuilders/README.txt Move to build 207 of pywin32 (this should have been

2006-06-21 Thread Tim Peters
Log message for revision 65843: Move to build 207 of pywin32 (this should have been done before Zope 2.8.6 was tagged). Changed: U Zope/tags/2-8-6/inst/WinBuilders/README.txt -=- Modified: Zope/tags/2-8-6/inst/WinBuilders/README.txt =

[Zope-Checkins] SVN: Products.Five/branches/rocky-products-less-product-loading/ Going to cut a new branch and copy over logic from the old one as necessary.

2006-06-21 Thread Rocky Burt
Log message for revision 65792: Going to cut a new branch and copy over logic from the old one as necessary. Changed: D Products.Five/branches/rocky-products-less-product-loading/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://ma

[Zope-Checkins] SVN: Zope/tags/2-8-6/inst/WinBuilders/mk/python.mk Move to build 207 of pywin32 (this should have been

2006-06-21 Thread Tim Peters
Log message for revision 65842: Move to build 207 of pywin32 (this should have been done before Zope 2.8.6 was tagged). Changed: U Zope/tags/2-8-6/inst/WinBuilders/mk/python.mk -=- Modified: Zope/tags/2-8-6/inst/WinBuilders/mk/python.mk =

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/BTreeFolder2/BTreeFolder2.py Sean Upton's optimization of BTreeFolder2.objectIds(). Should speed up

2006-06-21 Thread Shane Hathaway
Log message for revision 41421: Sean Upton's optimization of BTreeFolder2.objectIds(). Should speed up certain operations significantly. Changed: U Zope/trunk/lib/python/Products/BTreeFolder2/BTreeFolder2.py -=- Modified: Zope/trunk/lib/python/Products/BTreeFolder2/BTreeFolder2.py ==

[Zope-Checkins] SVN: Zope/trunk/test.py Have test.py remove iself from the pythonpath.

2006-06-21 Thread Brian Sutherland
Log message for revision 41392: Have test.py remove iself from the pythonpath. Changed: U Zope/trunk/test.py -=- Modified: Zope/trunk/test.py === --- Zope/trunk/test.py 2006-01-20 21:49:12 UTC (rev 41391) +++ Zope/trunk/test.p

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/Five/ for alecm:

2006-06-21 Thread david whitfield Morriss
Log message for revision 41744: for alecm: Changed Traversable to call the original __bobo_traverse__ method before attempting to use attribute access to find the desired object. This ensures that the monkeypatched object retains the same behavior as the original object during trav

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/Five/ reversing webdav changes for alec

2006-06-21 Thread david whitfield Morriss
Log message for revision 41746: reversing webdav changes for alec Changed: U Zope/branches/2.9/lib/python/Products/Five/browser/tests/test_traversable.py U Zope/branches/2.9/lib/python/Products/Five/traversable.py -=- Modified: Zope/branches/2.9/lib/python/Products/Five/browser/tes

[Zope-Checkins] SVN: zdaemon/trunk/src/zdaemon/zd Included "../lib/python" in the search path for modules

2006-06-21 Thread Yoshito Komatsu
Log message for revision 41133: Included "../lib/python" in the search path for modules so that the scripts can find modules when Zope 3 is installed not in the standard path. Changed: U zdaemon/trunk/src/zdaemon/zdctl.py U zdaemon/trunk/src/zdaemon/zdrun.py -=- Modified: zdaemon