[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.07.1-5-g13239b1

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 16:34:20 CET 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  13239b15a56822beef510feb7cd08bba8e51265d (commit)
      from  77589b549c1b355cbf0fe0748fbaef76c8ec684f (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 13239b15a56822beef510feb7cd08bba8e51265d
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Sep 1 09:46:35 2015 +0200

    Bug 14363: OAI-PMH: Handle records without marcxml
    
    Test plan:
    
    1/ git checkout 3.18.x
    2/ GET http://OPAC/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml
    3/ Take the first biblionumber from the results ($biblionumber)
    4/ mysql> update biblioitems set marcxml=null where biblionumber=$biblionumber
    5/ Repeat step 2 => XML error
    6/ Apply patch
    7/ Repeat step 2 => no errors
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Works on 3.20.x
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Fix works for 3.18.x and 3.20.x
    3.22 is not impacted
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 opac/oai.pl |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list