[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.01-54-gacdf648

Git repo owner gitmaster at git.koha-community.org
Tue Jul 14 01:42:06 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.20.x has been updated
       via  acdf64889d6652750fd4b6b08525f85e752350da (commit)
      from  42b55cf0f5b2e9a2b5e14f03fbb98ef2d8ec3f3f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit acdf64889d6652750fd4b6b08525f85e752350da
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Mon Jun 22 12:45:50 2015 +0200

    Bug 14431: FIX encoding issues in search (staff client)
    
    Note that this does not appears at the OPAC.
    
    We will need 2 different testers here, the results seem to depend on the
    Encode version.
    
    0/ Determine your Encode version (`pmvers Encode`).
    If you have 2.60:
    1) /cgi-bin/koha/catalogue/search.pl?q=ééé&op=Submit
    You should get
    " No results match your search for 'kw,wrdl: ���' in my library Catalog."
    2) /cgi-bin/koha/catalogue/search.pl?q=ກ
    You should get
    Cannot decode string with wide characters at
    /usr/lib/i386-linux-gnu/perl/5.20/Encode.pm line 215.
    
    If you have <2.60 (? not sure here):
    1) /cgi-bin/koha/catalogue/search.pl?q=ééé&op=Submit
    You should not get encoding problems.
    2) /cgi-bin/koha/catalogue/search.pl?q=ກ
    You should not get encoding problems.
    
    Apply this patch, try again 1 and 2.
    If the Encode version is >=2.60, the encoding issues should be fixed.
    If not, please detail if there are any regression.
    
    NOTE: Tested on Ubuntu 14.04, Debian 8, and Debian 7. See comment #3.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit ffedc98577f4967181e9a17886483c6ac5a1d140)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

-----------------------------------------------------------------------

Summary of changes:
 catalogue/search.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list