[Zope-Checkins] SVN: Products.Five/branches/1.4/ Branch off Five 1.4. We're not releasing Five 1.4b yet, but we need a Five

2006-02-28 Thread Philipp von Weitershausen
Log message for revision 65584: Branch off Five 1.4. We're not releasing Five 1.4b yet, but we need a Five branch that is geared towards Zope trunk (=Zope 2.10). Rocky should merge his work only to the Five 1.4 branch. Five 1.4 is geared towards Zope 2.9. Changed: A

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/Traversable.py using startswith()

2006-02-28 Thread Andreas Jung
Log message for revision 65598: using startswith() Changed: U Zope/trunk/lib/python/OFS/Traversable.py -=- Modified: Zope/trunk/lib/python/OFS/Traversable.py === --- Zope/trunk/lib/python/OFS/Traversable.py2006-02-28

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/Traversable.py reverted all changes (obviously having a bad day today)

2006-02-28 Thread Andreas Jung
Log message for revision 65602: reverted all changes (obviously having a bad day today) Changed: U Zope/trunk/lib/python/OFS/Traversable.py -=- Modified: Zope/trunk/lib/python/OFS/Traversable.py === ---

[Zope-Checkins] SVN: Zope/branches/2.9/ - Missing import of NotFound in webdav.Resource.

2006-02-28 Thread Sidnei da Silva
Log message for revision 65607: - Missing import of NotFound in webdav.Resource. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/webdav/Resource.py -=- Modified: Zope/branches/2.9/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/ - Missing import of NotFound in webdav.Resource.

2006-02-28 Thread Sidnei da Silva
Log message for revision 65608: - Missing import of NotFound in webdav.Resource. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/webdav/Resource.py -=- Modified: Zope/trunk/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Zope/branches/ajung-final-zpt-integration/ Integration of Z3 ZPT with the current Z2 trunk and Five trunk

2006-02-28 Thread Andreas Jung
Log message for revision 65609: Integration of Z3 ZPT with the current Z2 trunk and Five trunk Changed: A Zope/branches/ajung-final-zpt-integration/ -=- Copied: Zope/branches/ajung-final-zpt-integration (from rev 65608, Zope/trunk) ___

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/ New approach to local components in Zope 2, based on Jim's new component registration

2006-02-28 Thread Philipp von Weitershausen
Log message for revision 65631: New approach to local components in Zope 2, based on Jim's new component registration in the jim-adapter branch of Zope 3. Five.component.browser actually features a CustomizationView which lets you walk up to an object, view a list of template-based

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/component/browser.py Use _setObject which actually adds the object to the items list of the container.

2006-02-28 Thread Philipp von Weitershausen
Log message for revision 65656: Use _setObject which actually adds the object to the items list of the container. We probably still need to fix up the ZPT class so that it provides the correct manage_* junk (which essentially means creating a subclass with a bunch of mix-ins).

[Zope-Checkins] SVN: Products.Five/branches/philikon-local-components/component/templateviews.pt correct ZCML info object API

2006-02-28 Thread Philipp von Weitershausen
Log message for revision 65659: correct ZCML info object API Changed: U Products.Five/branches/philikon-local-components/component/templateviews.pt -=- Modified: Products.Five/branches/philikon-local-components/component/templateviews.pt