[Zope-Checkins] SVN: Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt chameleon compatibility

2011-07-14 Thread Nikolay Kim
Log message for revision 122247:
  chameleon compatibility

Changed:
  U   Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt

-=-
Modified: Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt
===
--- Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt2011-07-14 
14:09:50 UTC (rev 122246)
+++ Zope/branches/2.13/src/Products/SiteErrorLog/www/main.pt2011-07-14 
18:42:31 UTC (rev 122247)
@@ -73,7 +73,7 @@
  /tr
  tr tal:repeat=entry entries
   td valign=top nowrap=nowrap
-   span tal:content=python: DateTime(entry['time']).Time()13:04:41/span
+   span tal:content=python: 
modules['DateTime'].DateTime(entry['time']).Time()13:04:41/span
   /td
   td
span tal:content=string: ${entry/username} (${entry/userid})

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt chameleon compatibility

2011-07-14 Thread Nikolay Kim
Log message for revision 122248:
  chameleon compatibility

Changed:
  U   Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt

-=-
Modified: Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt
===
--- Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt   
2011-07-14 18:42:31 UTC (rev 122247)
+++ Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt   
2011-07-14 18:43:27 UTC (rev 122248)
@@ -20,7 +20,7 @@
 table
  tr
   th align=left valign=topTime/th
-  td tal:content=python: DateTime(entry['time'])/td
+  td tal:content=python: modules['DateTime'].DateTime(entry['time'])/td
  /tr
  tr
   th align=left valign=topUser Name (User Id)/th

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.13/doc/CHANGES.rst changelog updated

2011-07-14 Thread Nikolay Kim
Log message for revision 122249:
  changelog updated

Changed:
  U   Zope/branches/2.13/doc/CHANGES.rst

-=-
Modified: Zope/branches/2.13/doc/CHANGES.rst
===
--- Zope/branches/2.13/doc/CHANGES.rst  2011-07-14 18:43:27 UTC (rev 122248)
+++ Zope/branches/2.13/doc/CHANGES.rst  2011-07-14 18:48:32 UTC (rev 122249)
@@ -14,6 +14,8 @@
 - Restore ability to undo multiple transactions from the ZMI by using the
   `undoMultiple` API. Backported from trunk (r122087).
 
+- Fixed chameleon compatibility in templates
+
 Features Added
 ++
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins