Bugzilla – Attachment 17954 Details for
Bug 10176
Invalid URLs in 'Refine Search Results' when it uses UNICODE symbols
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10176: Solve the Invalid URLs in 'Refine Search Results' when it uses UNICODE symbols
PASSED-QA-Bug-10176-Solve-the-Invalid-URLs-in-Refi.patch (text/plain), 1.27 KB, created by
Katrin Fischer
on 2013-05-05 11:19:00 UTC
(
hide
)
Description:
[PASSED QA] Bug 10176: Solve the Invalid URLs in 'Refine Search Results' when it uses UNICODE symbols
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-05-05 11:19:00 UTC
Size:
1.27 KB
patch
obsolete
>From 58238284bd8d62e968d94f2c546f883103fd150b Mon Sep 17 00:00:00 2001 >From: Karam Qubsi <karamqubsi@gmail.com> >Date: Sat, 4 May 2013 23:44:57 +0300 >Subject: [PATCH] [PASSED QA] Bug 10176: Solve the Invalid URLs in 'Refine > Search Results' when it uses UNICODE symbols > >I just add use utf8; to the Search.pm and the problem >was solved . > >Test plan : >1- Add bib records with non-latin characters >2- search for some of these records >3- try to refine your search using Subject / Author > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Comment: Work fixing URLs in facets. Now they work correctly. >No errors. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Passes all tests and QA script. > >I tested facets with the 22 Arabic records provided on >bug 9579 successfully. Before the patch the links are not >correct, after applying the patch the links work as >expected. >--- > C4/Search.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Search.pm b/C4/Search.pm >index 39bbbc5..da729ad 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -36,7 +36,7 @@ use URI::Escape; > use Business::ISBN; > use MARC::Record; > use MARC::Field; >- >+use utf8; > use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $DEBUG); > > # set the version for version checking >-- >1.7.9.5
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 10176
:
17952
|
17953
| 17954