]> 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:58:46 +0000 (18:58 +0000)
committerlpsolit%gmail.com <>
Fri, 24 Jul 2009 18:58:46 +0000 (18:58 +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 2345ad8d952aff3fc60dfc3be7f418dc98272585..8b200e4a1d546c5383513ea91d455afcc8c89bd3 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',