Bugzilla – Attachment 17128 Details for
Bug 9951
Resolve encoding problems where script parameters are not decoded
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9951: Followup for tools/viewlog.pl
Bug-9951-Followup-for-toolsviewlogpl.patch (text/plain), 731 bytes, created by
Marcel de Rooy
on 2013-04-02 13:20:19 UTC
(
hide
)
Description:
Bug 9951: Followup for tools/viewlog.pl
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-04-02 13:20:19 UTC
Size:
731 bytes
patch
obsolete
>From fe834b0072fd402cc10c107ad7b3a76c20f86546 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 2 Apr 2013 15:17:31 +0200 >Subject: [PATCH] Bug 9951: Followup for tools/viewlog.pl >Content-Type: text/plain; charset="utf-8" > >Adds utf8 cgi parameter decoding. > >Test plan: Enter diacritics in librarian field. Submit. Check. >--- > tools/viewlog.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/tools/viewlog.pl b/tools/viewlog.pl >index e48aaef..533f00e 100755 >--- a/tools/viewlog.pl >+++ b/tools/viewlog.pl >@@ -21,7 +21,7 @@ > use strict; > #use warnings; FIXME - Bug 2505 > use C4::Auth; >-use CGI; >+use CGI qw/-utf8/; > use C4::Context; > use C4::Koha; > use C4::Dates; >-- >1.7.7.6
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 9951
:
17124
|
17128
|
17221
|
17222