[Koha-bugs] [Bug 15108] OAI-PMH provider improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 15 15:09:51 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15108

Ere Maijala <ere.maijala at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58245|0                           |1
        is obsolete|                            |
  Attachment #58246|0                           |1
        is obsolete|                            |
  Attachment #58247|0                           |1
        is obsolete|                            |
  Attachment #58248|0                           |1
        is obsolete|                            |
  Attachment #58249|0                           |1
        is obsolete|                            |
  Attachment #58250|0                           |1
        is obsolete|                            |
  Attachment #58251|0                           |1
        is obsolete|                            |

--- Comment #77 from Ere Maijala <ere.maijala at helsinki.fi> ---
Created attachment 60260
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60260&action=edit
Bug 15108 - OAI-PMH provider improvements

This patch incorporates the extended test from bug 17493 and all other patches
(if I didn't mess up anything!). It also fixes a record range display problem
in OAI.xslt and reverts the order back to biblionumber to avoid a situation
where a record update could have changed the order of records and cause records
to be skipped.

This also fixes the QA problem with PartialList not found, removes the broken
and unused deleted method from ResumptionToken, fixes tests and fixes
resumptionToken cursor handling etc. compared to the previous patch. 

Here's the complete change list compared to master branch:

- 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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list