[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.08-16-g8f4fbba

Git repo owner gitmaster at git.koha-community.org
Tue Jul 22 09:29:48 CEST 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  8f4fbba79b6a64eeed03e4780bcebbf264a69c9d (commit)
      from  5a54cd590838d379fcc27b7e446107834be9fd59 (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 8f4fbba79b6a64eeed03e4780bcebbf264a69c9d
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Jun 17 16:38:54 2014 +0200

    Bug 12438 - Bad encoding in acquisition basket
    
    We noticed a bad encoding (diacritics replaced by <?>) in acquisition basket when updating a server to Debian Wheezy.
    We found it comes from a query containing biblio.title twice.
    Maybe the mysql newer version creates this side-effect.
    
    Test plan :
    - Create an order on a record containing a diacritic in title
    - Look at the basket : cgi-bin/koha/acqui/basket.pl?basketno=x
    => Without the patch the record title is bad encoded (with <?>)
    => With this patch the record title is well encoded
    - Check also basket CSV export
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Good catch!
    Works as expected, passes tests and QA script.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Duplicated biblio.title is a (minor) bug, and should be removed.
    
    The side-effect of it solving an encoding problem might be seen
    as problematic: it hides a real problem.
    The efforts on 11944 actually solve this encoding problem (11944
    merged into master actually fixes this), so I'm pushing it, for
    a short term solution for stable, with the hope that we will soon
    have 11944 pushed.
    BTW, non-diacritic but non-ASCII characters are not broken either.
    
    (cherry picked from commit 9fe36e0c705b958859babe565517554b722c66cd)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Acquisition.pm |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list