]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 457524: Reports don't calculate totals correctly if one of the axes contain utf...
authorlpsolit%gmail.com <>
Fri, 24 Jul 2009 18:56:57 +0000 (18:56 +0000)
committerlpsolit%gmail.com <>
Fri, 24 Jul 2009 18:56:57 +0000 (18:56 +0000)
and

Bug 469794: On windows, export bug list to CSV breaks because of extra line breaks

Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

Bugzilla/Install/Requirements.pm

index f8fe2bbc831a5bf71cc90aaac1fa92cf82edbaca..8dc4164ad2addf497e891e1970d1c8363128f36f 100644 (file)
@@ -102,10 +102,12 @@ sub REQUIRED_MODULES {
         module  => 'DBI',
         version => '1.41'
     },
+    # 2.22 fixes various problems related to UTF8 strings in hash keys,
+    # as well as line endings on Windows.
     {
         package => 'Template-Toolkit',
         module  => 'Template',
-        version => '2.15'
+        version => '2.22'
     },
     {
         package => 'Email-Send',