[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-10-g27be06c672

Git repo owner gitmaster at git.koha-community.org
Wed Apr 8 17:35:43 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, 19.05.x has been updated
       via  27be06c67281bf24df755c67e305da420c11eac8 (commit)
       via  d474a4edb165d7116b5bfc459d33e04cc88ca456 (commit)
      from  a9d7aa85186ddd7f0488c89337544d56d09fcccb (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 27be06c67281bf24df755c67e305da420c11eac8
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>

commit d474a4edb165d7116b5bfc459d33e04cc88ca456
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>

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

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