[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.15-11-g2bad119d04

Git repo owner gitmaster at git.koha-community.org
Tue Apr 14 05:36:49 CEST 2020


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, 18.11.x has been updated
       via  2bad119d043d46ea5998e40dc8a15f2deba682ad (commit)
       via  edf7b852923f8ed7194c538e64a955c4ba373946 (commit)
      from  7a92d126df700be6ffcfbc3a371a04808714f2d6 (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 2bad119d043d46ea5998e40dc8a15f2deba682ad
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 20 10:12:24 2020 +0000

    Bug 24809: (QA follow-up) Add prefix to prevent disambiguity
    
    This seems not to be needed. Just at the safe side.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 96e6362ab721621dd7e24d6f8a56d168e2a9b497)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 27be06c67281bf24df755c67e305da420c11eac8)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

commit edf7b852923f8ed7194c538e64a955c4ba373946
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Mar 5 10:59:22 2020 +0000

    Bug 24809: Get only timestamp of deleted items attached to existing bibs when check if bib deleted
    
    To test:
     1 - Edit/create a file in the koha home dir '/var/lib/koha/{instance}/OAI.yaml' with content like below:
    format:
      marcxml:
        metadataPrefix: marcxml
        metadataNamespace: http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim
        schema: http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
        include_items: 1
     2 - Set the systempreferences below to indicated values:
      OAI-PMH => Enable
      OAI-PMH:ConfFile => /var/lib/koha/{instace}/OAI.yaml
     3 - View a record with items and confirm the items show:
      http://localhost:8080/cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=marcxml&identifier=KOHA-OAI-TEST:4
     4 - Delete the items, then delete the record
     5 - Reload the URL from step 3
     6 - Internal Server Error:
      Empty String at /kohadevbox/koha/Koha/OAI/Server/Record.pm line 58.
        at /usr/share/perl/5.24/Carp.pm line 167
     7 - Apply patch
     8 - restart_all
     9 - Repeat
    10 - Reload URL from step 3
    11 - Success
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 68488f40558d66b7e4e444c1ed57a260b33ee034)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit d474a4edb165d7116b5bfc459d33e04cc88ca456)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

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

Summary of changes:
 Koha/OAI/Server/GetRecord.pm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list