[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-8-g96e6362ab7

Git repo owner gitmaster at git.koha-community.org
Wed Apr 1 00:45:12 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.11.x has been updated
       via  96e6362ab721621dd7e24d6f8a56d168e2a9b497 (commit)
       via  68488f40558d66b7e4e444c1ed57a260b33ee034 (commit)
      from  9b0ba1c096ed72bd867792a11de59a825355e6dc (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 96e6362ab721621dd7e24d6f8a56d168e2a9b497
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>

commit 68488f40558d66b7e4e444c1ed57a260b33ee034
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>

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

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