[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/2.12/src/Products/Five/browser/resource.py Apply some safety to the fix in r110185 after reports it may be causing some problems

2010-04-13 Thread Martin Aspeli
Log message for revision 110799: Apply some safety to the fix in r110185 after reports it may be causing some problems Changed: U Zope/branches/2.12/src/Products/Five/browser/resource.py -=- Modified: Zope/branches/2.12/src/Products/Five/browser/resource.py

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/resource.py Merge c110799 from svn+ssh://svn.zope.org/repos/main/Zope/branches/2.12

2010-04-13 Thread Martin Aspeli
Log message for revision 110800: Merge c110799 from svn+ssh://svn.zope.org/repos/main/Zope/branches/2.12 Changed: U Zope/trunk/src/Products/Five/browser/resource.py -=- Modified: Zope/trunk/src/Products/Five/browser/resource.py

[Zope-Checkins] SVN: Zope/trunk/src/OFS/SimpleItem.py simplified code:

2010-04-13 Thread Yvo Schubbe
Log message for revision 110801: simplified code: 'handle_errors' is *always* true at this point because otherwise the error would have been re-raised in line 270. Removed the raise statement because it was unreachable. Changed: U Zope/trunk/src/OFS/SimpleItem.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/src/OFS/SimpleItem.py simplified code: The 'can_raise' check was broken and useless.

2010-04-13 Thread Yvo Schubbe
Log message for revision 110806: simplified code: The 'can_raise' check was broken and useless. - *Broken* because re-raising doesn't work with more than one required argument. Needs to be able to take more than two arguments was a wrong assumption. - *Useless* because the code below never

[Zope-Checkins] SVN: Zope/branches/2.12/doc/CHANGES.rst Add a change entry for Martin's fix

2010-04-13 Thread Hanno Schlichting
Log message for revision 110821: Add a change entry for Martin's fix 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-04-13