[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.03-1-g171e2b4

Git repo owner gitmaster at git.koha-community.org
Fri Feb 7 08:45:21 CET 2014


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.14.x has been updated
       via  171e2b47460c7afa489b16eb885a9862eef9d43a (commit)
      from  7b68bfd53c58d0c1142914cc7f519362ef64fcc8 (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 171e2b47460c7afa489b16eb885a9862eef9d43a
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Jan 15 21:06:04 2014 -0300

    Bug 9579: fix truncation of facets containing multi-byte characters
    
    We seem to be relying on whatever Zoom::Results->render return, and
    Perl doesn't explicitly consider it UNICODE data. That's why CORE::substr
    (and probably CORE::length too) cut the bytes wrong.
    
    This patch just decodes the UTF-8 data that render() returns and then
    Perl behaves, heh.
    
    It uses Encode::decode_utf8 which is already a dependency for the current
    stable Koha releases.
    
    REVISED TEST PLAN
    -----------------
    1) Import the attached sample records.
    2) Rebuild your indexes
    3) In OPAC search for يكيمكتبات : قبسي ، كرم
    -- There will be ugly diamonds with question marks in the facets
    4) apply the patch
    5) Search again.
    -- The names will be properly truncated.
    NOTE: This test assumes FacetLabelTruncationLength = 20.
    
    Sponsored-by: Universidad Nacional de Cordoba
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Works as described, tested with several German, English and
    the Arabic test record. Arabic strings now display correctly
    and no regression was found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    I've reviewed it and approve its inclusion in 3.14.x and earlier.  I
    will use the patches for bug 11096, once they pass QA, for the master
    branch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Search.pm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list