Bugzilla – Attachment 17527 Details for
Bug 10074
Encoding problems for login and installer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10074 - Revert small change in C4/Templates.pm
Bug-10074---Revert-small-change-in-C4Templatespm.patch (text/plain), 1.09 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-04-18 14:20:22 UTC
(
hide
)
Description:
Bug 10074 - Revert small change in C4/Templates.pm
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-04-18 14:20:22 UTC
Size:
1.09 KB
patch
obsolete
>From f3d82d34927d2146de1e8cc984cd7cb551a508fe Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 18 Apr 2013 11:09:41 -0300 >Subject: [PATCH] Bug 10074 - Revert small change in C4/Templates.pm > >One of this bug's patches removed the addition of BOM from the templates by setting ENCODING=>'utf8'. >This change was found to be the cause of several random problems with encodings. This patch reverts it. > >Regards >To+ >--- > C4/Templates.pm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/C4/Templates.pm b/C4/Templates.pm >index 7f50143..5da4ee5 100644 >--- a/C4/Templates.pm >+++ b/C4/Templates.pm >@@ -66,8 +66,7 @@ sub new { > COMPILE_EXT => C4::Context->config('template_cache_dir')?'.ttc':'', > COMPILE_DIR => C4::Context->config('template_cache_dir')?C4::Context->config('template_cache_dir'):'',, > INCLUDE_PATH => \@includes, >- FILTERS => {}, >- ENCODING => 'utf8', # templates don't have BOM, see Template::FAQ >+ FILTERS => {} > } > ) or die Template->error(); > my $self = { >-- >1.8.1.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10074
:
17527
|
17528
|
17529
|
17530
|
17531
|
17532
|
17533
|
17534
|
17542
|
17545
|
17546
|
17548
|
17549
|
17550