Bugzilla – Attachment 29022 Details for
Bug 9811
Patrons search improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9811: FIX encoding issue on patron categories
PASSED-QA-Bug-9811-FIX-encoding-issue-on-patron-ca.patch (text/plain), 1.71 KB, created by
Katrin Fischer
on 2014-06-19 13:25:07 UTC
(
hide
)
Description:
[PASSED QA] Bug 9811: FIX encoding issue on patron categories
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-06-19 13:25:07 UTC
Size:
1.71 KB
patch
obsolete
>From 465b64d257fbcf9b24d15815463b2a9962189784 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 14 Mar 2014 11:03:34 +0100 >Subject: [PATCH] [PASSED QA] Bug 9811: FIX encoding issue on patron categories > >The patron categories should use the html_entity filter (on the current >master). > >Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >This fix solves the issue of double encoding some utf8-characters by html_encoding the >patron categories, which are not marked as utf8. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index a017726..ae7f06f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -446,9 +446,9 @@ function filterByFirstLetterSurname(letter) { > <option value="">Any</option> > [% FOREACH cat IN categories %] > [% IF cat.selected %] >- <option selected="selected" value="[% cat.categorycode %]">[% cat.description %]</option> >+ <option selected="selected" value="[% cat.categorycode %]">[% cat.description | html_entity %]</option> > [% ELSE %] >- <option value="[% cat.categorycode %]">[% cat.description %]</option> >+ <option value="[% cat.categorycode %]">[% cat.description | html_entity %]</option> > [% END %] > [% END %] > </select> >-- >1.8.3.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 9811
:
16096
|
16111
|
16112
|
16320
|
16362
|
16403
|
16957
|
19056
|
19057
|
19307
|
19633
|
19642
|
20094
|
20095
|
20096
|
20174
|
20266
|
20290
|
20291
|
21169
|
21170
|
21171
|
21172
|
21173
|
21174
|
21175
|
22265
|
23261
|
24095
|
24111
|
26067
|
26068
|
26261
|
26336
|
26337
|
26342
|
26347
|
27642
|
27643
|
27644
|
27645
|
27646
|
27711
|
28738
|
28739
|
28740
|
28741
|
28742
|
28743
|
28744
|
28745
|
28746
|
28747
|
28781
|
28782
|
29019
|
29020
|
29021
| 29022 |
29023
|
29024
|
29025
|
29026
|
29027
|
29028
|
29029
|
29442