[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py bring back some junk that's apparently needed

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68028: bring back some junk that's apparently needed Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py =

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ Get rid of spurious svn:executable bit.

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68029: Get rid of spurious svn:executable bit. Changed: _U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplate.py _U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py _U Zope/branches/ajung-z

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py clean up, missing imports, missing logger

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68030: clean up, missing imports, missing logger Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py =

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Engine.py clean up

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68031: clean up Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Engine.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Engine.py ==

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Engine.py get rid of 2nd, less useful implementation of translate()

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68033: get rid of 2nd, less useful implementation of translate() correct argument order in useful implementation Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Engine.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/GlobalTranslationService.py minor clean up and reminder to get rid of GTS asap.

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68034: minor clean up and reminder to get rid of GTS asap. Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/GlobalTranslationService.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/GlobalTranslati

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ZopePageTemplate.py soem more cleanup

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68035: soem more cleanup Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ZopePageTemplate.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ZopePageTemplate.py =

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Engine.py Greatly sanify the way we marry Zope 3 ZPTs and Zope 2 traversal.

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68038: Greatly sanify the way we marry Zope 3 ZPTs and Zope 2 traversal. Basically, zope.app's path expressions use ITraversable adapters to traverse through the object graph. This is the only sane thing to do, really. However, we still want to take care of Zope2

[Zope-Checkins] SVN: Products.Five/branches/ajung-zpt-end-game/ Branch of Five for some minor fixes that would be necessary if Zope 2 used

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68039: Branch of Five for some minor fixes that would be necessary if Zope 2 used the Zope3 ZPT engine completely. Changed: A Products.Five/branches/ajung-zpt-end-game/ -=- Copied: Products.Five/branches/ajung-zpt-end-game (from rev 68038, Products.Five/trunk)

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/ switch to branch of Five

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68040: switch to branch of Five Changed: _U Zope/branches/ajung-zpt-end-game/lib/python/Products/ -=- Property changes on: Zope/branches/ajung-zpt-end-game/lib/python/Products ___ Name: svn:externals

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ use expressions that have been implemented doubly from Zope 3.

2006-05-08 Thread Philipp von Weitershausen
Log message for revision 68042: use expressions that have been implemented doubly from Zope 3. this still needs further clean up, is to say consolidation. also, Five needs to be fixed regarding its (very funky) usage of Expressions.py Changed: UU Zope/branches/ajung-zpt-end-game/lib/