[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ Move Engine.py (which was added on this branch) to Expressions.py which contain(ed)

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68044: Move Engine.py (which was added on this branch) to Expressions.py which contain(ed) the old-style expressions. We now use the ones from Zope 3. If we can. Not sure yet :) Changed: D

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ZPythonExpr.py Get rid of terribly old, no longer used module.

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68045: Get rid of terribly old, no longer used module. Changed: D Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ZPythonExpr.py -=- Deleted: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ZPythonExpr.py

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/ * Got rid of PythonExpr in favour of zope.tales.pythonexpr.

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68046: * Got rid of PythonExpr in favour of zope.tales.pythonexpr. * Made ZRPythonExpr subclass the one from zope.tales.pythonexpr. * Made Expressions use ZRPythonExpr instead of the standard one from zope.tales.pythonexpr. Changed: U

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py remember something

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68047: remember something Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/TALES.py get rid of redundant code, add deprecation warnings

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68048: get rid of redundant code, add deprecation warnings Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/TALES.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/TALES.py

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplate.py get rid of redundant code, add deprecation warnings

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68052: get rid of redundant code, add deprecation warnings Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplate.py -=- Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplate.py

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplate.py be a bit more careful with BBB. who knows who's importing what...

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68053: be a bit more careful with BBB. who knows who's importing what... Changed: U Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplate.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py The provider: TALES expression is supported since Five 1.4. Five 1.5 is included

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68054: The provider: TALES expression is supported since Five 1.4. Five 1.5 is included in Zope 2.10 now, so we could just as well register it here. Gets rid of some stupid code duplication in Five as well... Changed: U

[Zope-Checkins] SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/PageTemplateFile.py bring back meta_type which seems to have been lost...

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68055: bring back meta_type which seems to have been lost... 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: Products.Five/branches/ajung-zpt-end-game/browser/ We no longer need to do monkey business with the engine etc. At least I

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68056: We no longer need to do monkey business with the engine etc. At least I very much hope so... Changed: D Products.Five/branches/ajung-zpt-end-game/browser/ReuseUtils.py D Products.Five/branches/ajung-zpt-end-game/browser/TrustedExpression.py U

[Zope-Checkins] SVN: Products.Five/branches/ajung-zpt-end-game/ Make tests respect the new unicode nature of templates

2006-05-09 Thread Philipp von Weitershausen
Log message for revision 68058: Make tests respect the new unicode nature of templates Changed: U Products.Five/branches/ajung-zpt-end-game/browser/tests/pages.py U Products.Five/branches/ajung-zpt-end-game/browser/tests/pages.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/PropertyManager.py Provided missing security declarations.

2006-05-09 Thread Stefan H. Holek
Log message for revision 68062: Provided missing security declarations. Changed: U Zope/trunk/lib/python/OFS/PropertyManager.py -=- Modified: Zope/trunk/lib/python/OFS/PropertyManager.py === ---

[Zope-Checkins] SVN: Zope/branches/2.9/ SiteErrorLog only copied the unformatted traceback to the event.log,

2006-05-09 Thread Stefan H. Holek
Log message for revision 68063: SiteErrorLog only copied the unformatted traceback to the event.log, missing out on __traceback_supplement__. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/Products/SiteErrorLog/SiteErrorLog.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py SiteErrorLog only copied the unformatted traceback to the event.log,

2006-05-09 Thread Stefan H. Holek
Log message for revision 68064: SiteErrorLog only copied the unformatted traceback to the event.log, missing out on __traceback_supplement__. Changed: U Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/test.py Implemented --nowarnings flag for the new test runner.

2006-05-09 Thread Stefan H. Holek
Log message for revision 68066: Implemented --nowarnings flag for the new test runner. Changed: U Zope/trunk/test.py -=- Modified: Zope/trunk/test.py === --- Zope/trunk/test.py 2006-05-09 11:30:13 UTC (rev 68065) +++

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PageTemplates/Expressions.py We have multiple versions of restrictedTraverse which need to be patched, sadly.

2006-05-09 Thread Alec Mitchell
Log message for revision 68070: We have multiple versions of restrictedTraverse which need to be patched, sadly. Changed: U Zope/branches/2.9/lib/python/Products/PageTemplates/Expressions.py -=- Modified: Zope/branches/2.9/lib/python/Products/PageTemplates/Expressions.py