[Zope-Checkins] SVN: Zope/branches/2.13/src/Products/Five/browser/ Fix test errors for unicode id fixes.

2013-02-20 Thread Wichert Akkerman
Log message for revision 129542: Fix test errors for unicode id fixes. Changed: U Zope/branches/2.13/src/Products/Five/browser/metaconfigure.py U Zope/branches/2.13/src/Products/Five/browser/tests/pages.txt U Zope/branches/2.13/src/Products/Five/browser/tests/test_menu.py -=-

[Zope-Checkins] SVN: Zope/branches/2.13/ Use str __name__ for generated simple view classes.

2013-02-18 Thread Wichert Akkerman
Log message for revision 129447: Use str __name__ for generated simple view classes. This fixes LP #1129030 Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/Products/Five/browser/metaconfigure.py -=- Modified: Zope/branches/2.13/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/ Use str __name__ for generated simple view classes.

2013-02-18 Thread Wichert Akkerman
Log message for revision 129448: Use str __name__ for generated simple view classes. This fixes LP #1129030 M Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/Five/browser/metaconfigure.py -=- Modified: Zope/trunk/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/wichert-ofs-paste-naming/ Pass object to CopyContainer._get_id

2013-01-11 Thread Wichert Akkerman
Log message for revision 129036: Pass object to CopyContainer._get_id Modify OFS.CopySupport.CopyContainer to pass the object to _get_id as well, allowing for more flexible id generation logic such as using INameChooser. Changed: A Zope/branches/wichert-ofs-paste-naming/ U

Re: [Zope-Checkins] [Checkins] SVN: Zope/trunk/ Removed the rarely used support for the `++skin++` traverser and added instructions on how to get it back for a specific application

2011-07-02 Thread Wichert Akkerman
On 07/02/2011 05:49 PM, Hanno Schlichting wrote: Log message for revision 122056: Removed the rarely used support for the `++skin++` traverser and added instructions on how to get it back for a specific application FWIW I have multiple sites in production which rely heavily on ++skin++.

Re: [Zope-Checkins] [Checkins] SVN: Zope/trunk/ Removed catalog length migration code. Direct upgrades from Zope 2.7 and earlier are no longer supported.

2010-08-01 Thread Wichert Akkerman
On 8/1/10 14:52 , Hanno Schlichting wrote: Log message for revision 115322: Removed catalog length migration code. Direct upgrades from Zope 2.7 and earlier are no longer supported. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/HelpSys/HelpTopic.py U

[Zope-Checkins] SVN: Zope/branches/2.12/ Update Five's testbrowser to support both mechanize 0.1.x and 0.2.x.

2010-05-28 Thread Wichert Akkerman
Log message for revision 112803: Update Five's testbrowser to support both mechanize 0.1.x and 0.2.x. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/Five/testbrowser.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/src/Testing/testbrowser.py Merge r112803 from 2.12 branch

2010-05-28 Thread Wichert Akkerman
Log message for revision 112804: Merge r112803 from 2.12 branch Changed: U Zope/trunk/src/Testing/testbrowser.py -=- Modified: Zope/trunk/src/Testing/testbrowser.py === --- Zope/trunk/src/Testing/testbrowser.py

[Zope-Checkins] SVN: Zope/branches/2.12/doc/CHANGES.rst This is a feature really, not a bug

2010-05-28 Thread Wichert Akkerman
Log message for revision 112805: This is a feature really, not a bug Changed: U Zope/branches/2.12/doc/CHANGES.rst -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CHANGES.rst 2010-05-28

[Zope-Checkins] SVN: Zope/branches/2.12/ Fix several template errors in SiteErrorLog (chameleon compatibility)

2010-05-15 Thread Wichert Akkerman
Log message for revision 112324: Fix several template errors in SiteErrorLog (chameleon compatibility) Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/SiteErrorLog/www/main.pt -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/src/Products/SiteErrorLog/www/main.pt Merge r112324 from 2.12 branch

2010-05-15 Thread Wichert Akkerman
Log message for revision 112326: Merge r112324 from 2.12 branch Changed: U Zope/trunk/src/Products/SiteErrorLog/www/main.pt -=- Modified: Zope/trunk/src/Products/SiteErrorLog/www/main.pt === ---

[Zope-Checkins] SVN: Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py Merge r110877 to trunk

2010-04-14 Thread Wichert Akkerman
Log message for revision 110879: Merge r110877 to trunk Changed: U Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py -=- Modified: Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/ Wrap exception views in the context of the published object.

2010-04-13 Thread Wichert Akkerman
Log message for revision 110779: Wrap exception views in the context of the published object. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Zope2/App/startup.py U Zope/branches/2.12/src/Zope2/App/tests/testExceptionHook.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/App/ Merge change from 2.12 branch

2010-04-13 Thread Wichert Akkerman
Log message for revision 110780: Merge change from 2.12 branch Changed: U Zope/trunk/src/Zope2/App/startup.py U Zope/trunk/src/Zope2/App/tests/testExceptionHook.py -=- Modified: Zope/trunk/src/Zope2/App/startup.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/App/startup.py Safety harness

2010-04-13 Thread Wichert Akkerman
Log message for revision 110784: Safety harness Changed: U Zope/branches/2.12/src/Zope2/App/startup.py -=- Modified: Zope/branches/2.12/src/Zope2/App/startup.py === --- Zope/branches/2.12/src/Zope2/App/startup.py 2010-04-13

[Zope-Checkins] SVN: Zope/branches/2.12/src/Zope2/App/startup.py Acquisition is an even harsher mistress now that we have __parent__

2010-04-13 Thread Wichert Akkerman
Log message for revision 110785: Acquisition is an even harsher mistress now that we have __parent__ Changed: U Zope/branches/2.12/src/Zope2/App/startup.py -=- Modified: Zope/branches/2.12/src/Zope2/App/startup.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/App/startup.py Merge changes from 2.12 branch

2010-04-13 Thread Wichert Akkerman
Log message for revision 110786: Merge changes from 2.12 branch Changed: U Zope/trunk/src/Zope2/App/startup.py -=- Modified: Zope/trunk/src/Zope2/App/startup.py === --- Zope/trunk/src/Zope2/App/startup.py 2010-04-13 12:43:06

[Zope-Checkins] SVN: Zope/branches/wichert=request-modifier/ New branch to test a ZPublisher change

2010-02-21 Thread Wichert Akkerman
Log message for revision 109225: New branch to test a ZPublisher change Changed: A Zope/branches/wichert=request-modifier/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/wichert=request-modifier/ If a traversal step returns the same object do not call before-publish hooks again

2010-02-21 Thread Wichert Akkerman
Log message for revision 109226: If a traversal step returns the same object do not call before-publish hooks again Changed: U Zope/branches/wichert=request-modifier/doc/CHANGES.rst U Zope/branches/wichert=request-modifier/src/ZPublisher/BaseRequest.py U

Re: [Zope-Checkins] [Checkins] SVN: Zope/branches/2.12/ Fall back to HELO when EHLO (an optional extension) fails

2010-02-03 Thread Wichert Akkerman
On 2/3/10 15:07 , Martijn Pieters wrote: Log message for revision 108731: Fall back to HELO when EHLO (an optional extension) fails Does that check if the server greets you with ESMTP or SMTP? If it is ESMTP and EHLO fails something is quite wrong, and if it is SMTP you already know EHLO

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PageTemplates/tests/ Add a TAL attribute test

2008-03-09 Thread Wichert Akkerman
Log message for revision 70918: Add a TAL attribute test Changed: A Zope/branches/2.9/lib/python/Products/PageTemplates/tests/input/Attributes.html A Zope/branches/2.9/lib/python/Products/PageTemplates/tests/output/Attributes.html U

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ImageFile.py Remove useless executable flag

2008-03-09 Thread Wichert Akkerman
Log message for revision 72900: Remove useless executable flag Changed: _U Zope/branches/2.10/lib/python/ImageFile.py -=- Property changes on: Zope/branches/2.10/lib/python/ImageFile.py ___ Name: svn:executable - *

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Set and restore the site for functional tests as well

2008-03-09 Thread Wichert Akkerman
Log message for revision 73047: Set and restore the site for functional tests as well Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/functional.py U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ Set and restore the site for functional tests as well. Forward port from 2.10 branch

2008-03-09 Thread Wichert Akkerman
Log message for revision 73048: Set and restore the site for functional tests as well. Forward port from 2.10 branch Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/functional.py U Zope/trunk/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Delay registration of python packages until a moment when a ZODB connection is available http://www.zope.org/Collectors/Zope/2293

2008-03-09 Thread Wichert Akkerman
Log message for revision 76740: Delay registration of python packages until a moment when a ZODB connection is available http://www.zope.org/Collectors/Zope/2293 Changed: U Zope/trunk/lib/python/OFS/Application.py U Zope/trunk/lib/python/OFS/ObjectManager.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ I hate unclean checkouts...

2008-03-09 Thread Wichert Akkerman
Log message for revision 76741: I hate unclean checkouts... 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: Products.Five/branches/1.5/ If Zope supports it delay initialization of packages until a later moment when a ZODB connection is available. This fixes http://www.zope.org/Collector

2008-03-09 Thread Wichert Akkerman
Log message for revision 76744: If Zope supports it delay initialization of packages until a later moment when a ZODB connection is available. This fixes http://www.zope.org/Collectors/Zope/2293 Changed: U Products.Five/branches/1.5/fiveconfigure.py U

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/BaseRequest.py Fix typo

2008-03-09 Thread Wichert Akkerman
Log message for revision 76753: Fix typo Changed: U Zope/trunk/lib/python/ZPublisher/BaseRequest.py -=- Modified: Zope/trunk/lib/python/ZPublisher/BaseRequest.py === --- Zope/trunk/lib/python/ZPublisher/BaseRequest.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/FindHomes.py Base the default location of softwarehome on Zope2, which is guaranteed not to be a namespace but always located inside the Zope2 software h

2007-11-13 Thread Wichert Akkerman
Log message for revision 81815: Base the default location of softwarehome on Zope2, which is guaranteed not to be a namespace but always located inside the Zope2 software home. This fixes Zope2 breaking on systems which uses namespace packages for Products.* Changed: U

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/App/FindHomes.py Base the default location of softwarehome on Zope2, which is guaranteed not to be a namespace but always located inside the Zope2 so

2007-11-13 Thread Wichert Akkerman
Log message for revision 81816: Base the default location of softwarehome on Zope2, which is guaranteed not to be a namespace but always located inside the Zope2 software home. This fixes Zope2 breaking on systems which uses namespace packages for Products.* Changed: U

[Zope-Checkins] SVN: Zope/trunk/lib/python/App/dtml/profile.dtml Remove useless svn:executable flag

2007-10-02 Thread Wichert Akkerman
Log message for revision 80490: Remove useless svn:executable flag Changed: _U Zope/trunk/lib/python/App/dtml/profile.dtml -=- Property changes on: Zope/trunk/lib/python/App/dtml/profile.dtml ___ Name: svn:executable - *

[Zope-Checkins] SVN: Zope/branches/2.10/ Merge r80451 from trunk

2007-10-01 Thread Wichert Akkerman
Log message for revision 80452: Merge r80451 from trunk Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Zope2/Startup/zopeschema.xml -=- Modified: Zope/branches/2.10/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Zope/branches/2.9/ Merge r80451 from trunk

2007-10-01 Thread Wichert Akkerman
Log message for revision 80453: Merge r80451 from trunk Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/Zope2/Startup/zopeschema.xml -=- Modified: Zope/branches/2.9/doc/CHANGES.txt === ---

[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 === ---