[Zope-Checkins] SVN: Zope/branches/2.12/ fix regression in traversing to 'macros' on template-based browser views, which crept in somewhere on the way to 2.12

2010-03-23 Thread David Glick
Log message for revision 110119: fix regression in traversing to 'macros' on template-based browser views, which crept in somewhere on the way to 2.12 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py U

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py fix obvious NameError

2010-03-23 Thread David Glick
Log message for revision 110120: fix obvious NameError Changed: U Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py -=- Modified: Zope/branches/2.12/src/Products/Five/browser/metaconfigure.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/Five/browser/tests/test_metaconfigure.py avoid test method name collision

2010-03-23 Thread David Glick
Log message for revision 110121: avoid test method name collision Changed: U Zope/branches/2.12/src/Products/Five/browser/tests/test_metaconfigure.py -=- Modified: Zope/branches/2.12/src/Products/Five/browser/tests/test_metaconfigure.py

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/browser/ merge r110118-110121 from 2.12 branch

2010-03-23 Thread David Glick
Log message for revision 110122: merge r110118-110121 from 2.12 branch Changed: U Zope/trunk/src/Products/Five/browser/metaconfigure.py U Zope/trunk/src/Products/Five/browser/tests/test_metaconfigure.py -=- Modified: Zope/trunk/src/Products/Five/browser/metaconfigure.py