Code

In do_history: replace "." in date by " " so html wraps more sensible.
authorgrubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 10 Jan 2002 10:02:15 +0000 (10:02 +0000)
committergrubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 10 Jan 2002 10:02:15 +0000 (10:02 +0000)
Should this be done in date's string converter ?

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@527 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/htmltemplate.py

index 28f4f40040ff7b1da352887f8e3b6ea4d4298e60..8892dd9d5f21dad012883c7264000eae5ee7afdc 100644 (file)
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: htmltemplate.py,v 1.50 2002-01-05 02:35:10 richard Exp $
+# $Id: htmltemplate.py,v 1.51 2002-01-10 10:02:15 grubert Exp $
 
 __doc__ = """
 Template engine.
@@ -457,8 +457,9 @@ class TemplateFunctions:
             _('<td><span class="list-item"><strong>Args</strong></span></td>')]
 
         for id, date, user, action, args in self.cl.history(self.nodeid):
+            date_s = str(date).replace("."," ")
             l.append('<tr><td>%s</td><td>%s</td><td>%s</td><td>%s</td></tr>'%(
-               date, user, action, args))
+               date_s, user, action, args))
         l.append('</table>')
         return '\n'.join(l)
 
@@ -885,6 +886,9 @@ class NewItemTemplate(TemplateFunctions):
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.50  2002/01/05 02:35:10  richard
+# I18N'ification
+#
 # Revision 1.49  2001/12/20 15:43:01  rochecompaan
 # Features added:
 #  .  Multilink properties are now displayed as comma separated values in