[koha-commits] main Koha release repository branch master updated. v3.22.00-377-g283d807

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 06:25:05 CET 2016


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, master has been updated
       via  283d80729a49c8821a5ce95bcf3affd24cce93e6 (commit)
      from  f98225c7c231926332bba9ec40de786aa58174d6 (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 283d80729a49c8821a5ce95bcf3affd24cce93e6
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Mon Jan 11 22:34:01 2016 -0600

     Bug 15190: Bad utf8 decode to unapi and fixing status code 200
    
    Fix bad utf8 decoding, also fix status code 200 for no parameters passed to
    script
    
    To reproduce the issue in OPAC
    1) Copy from LOC (Z39.50) ISBN 8467020113 or test it with whichever record with
       special characters
    2) Open URL in OPAC cgi-bin/koha/unapi?id=koha:biblionumber:4&format=oai_dc
       play with oai_dc, srw_dc, mods, mods-full, mods3, mods3-full, rdfdc.
       Note: marcxml does not fail
    3) Enter the new biblionumber for ISBN 8467020113 or the record of your choise
    4) An oai_dc record will display, notice about the bad utf8
       decoding characters
    5) Search the record in OPAC
    6) To reproduce code 200 Ok and 300 Multiple choices play with:
        cgi-bin/koha/unapi
        cgi-bin/koha/unapi?id=koha:biblionumber:4
    7) If possible test in NORMARC (UNIMARC will launch an error because bug 15162)
    
    Test plan
    -Apply patch
    -Follow steps 2 to 6
    -You will see no errors in utf8
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 opac/unapi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list