[koha-commits] main Koha release repository branch master updated. v16.11.00-995-g5fbd655

Git repo owner gitmaster at git.koha-community.org
Mon May 8 15:28:30 CEST 2017


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  5fbd65513329eb8962d10221e0c60417b9cfe726 (commit)
       via  c22e18d5a097ce9ece52f68e3fd9a2bb77a772a2 (commit)
       via  9356c050b2fa2453912581f15938e4bc16b2cc32 (commit)
      from  56bbec4a4ea441ed9d96f6a721cb0f8db2c2550a (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 5fbd65513329eb8962d10221e0c60417b9cfe726
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri May 5 11:38:31 2017 -0300

    Bug 15108: (QA followup) Fix atomic update file
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c22e18d5a097ce9ece52f68e3fd9a2bb77a772a2
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Thu Feb 23 14:44:09 2017 +0200

    Bug 15108: (followup) OAI-PMH provider improvements
    
    Fixed OAI-PMH Server tests to delete any existing issues before deleting biblios,
    to delete oai_sets to avoid sets in the responses and to work with UNIMARC and
    NORMARC as well as MARC21.
    
    Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9356c050b2fa2453912581f15938e4bc16b2cc32
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Wed Feb 15 15:20:27 2017 +0200

    Bug 15108: OAI-PMH provider improvements
    
    - Fixed date handling to use UTC as specs require.
    
    - Added support for second precision in time stamps.
    
    - Added support for marc21 metadata prefix as recommended in the
      guidelines (synonym for marcxml).
    
    - Improved performance of database queries especially for large
      collections.
    
    - Unified functionality of ListRecords and ListIdentifiers to a common
      base class.
    
    - If items are included in the records, their timestamps are taken into
      account everywhere so that whichever is the most recent (timestamp of
      biblioitem or any of its items) is considered the record's timestamp.
    
    - Fixed OAI.xslt to show correct record range.
    
    - Incorporated extended tests from Bug 17493 and their tweaks from Bug 15108.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/OAI/Server/GetRecord.pm                       |   88 ++++--
 Koha/OAI/Server/Identify.pm                        |    7 +-
 Koha/OAI/Server/ListBase.pm                        |  182 +++++++++++
 Koha/OAI/Server/ListIdentifiers.pm                 |   58 +---
 Koha/OAI/Server/ListMetadataFormats.pm             |    7 +-
 Koha/OAI/Server/ListRecords.pm                     |   75 +----
 Koha/OAI/Server/Record.pm                          |    2 +-
 Koha/OAI/Server/Repository.pm                      |   27 +-
 Koha/OAI/Server/ResumptionToken.pm                 |   15 +-
 .../Bug15108-OAI-PMH_provider_improvements.perl    |   18 ++
 installer/data/mysql/kohastructure.sql             |   12 +-
 koha-tmpl/opac-tmpl/xslt/OAI.xslt                  |    4 +-
 t/db_dependent/OAI/Server.t                        |  333 ++++++++++++++++----
 13 files changed, 606 insertions(+), 222 deletions(-)
 create mode 100644 Koha/OAI/Server/ListBase.pm
 create mode 100644 installer/data/mysql/atomicupdate/Bug15108-OAI-PMH_provider_improvements.perl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list