Bug 3087 Fix Z39.50 server to return the correct record syntax
authorFrédéric Demians <f.demians@tamil.fr>
Wed, 11 Apr 2012 15:36:40 +0000 (17:36 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 22 Oct 2012 12:12:22 +0000 (14:12 +0200)
commit084367f6cb6af84817d08672e26054e13a2057f5
tree15f74c5df939b8bd4aac95cc679e77f1f727abc8
parentee3eee451d2c36ff58f9443c86a8522ef905eca1
Bug 3087 Fix Z39.50 server to return the correct record syntax

Modify Makefile.PL and Zebra configuration files in order to parametrized
biblio record type returned by Zebra Z39.50 server.

How to test:

- Test with a MARC21 and a UNIMARC DB
- Do a new installation
- Search from OPAC
- Search from a Z39.50 client like yaz-client: syntax = MARC21/UNIMARC must be
  choosed
- It was working for MARC21: it continues to work
- It wasn't working for UNIMARC: it works now, both in OPAC and from a Z39.50
  client

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Works fine for MARC21. Frederic looked at UNIMARC. Magnus looked at NORMARC.
GRS1 works okay for me. I still have issues with DOM, but they are not directly related to changes in this patch.
A followup is still needed for packaging (debian/templates).

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Context.pm
Makefile.PL
etc/koha-conf.xml
etc/zebradb/etc/usmarc.mar
etc/zebradb/retrieval-info-auth-dom.xml
etc/zebradb/retrieval-info-auth-grs1.xml
etc/zebradb/retrieval-info-bib-dom.xml
etc/zebradb/retrieval-info-bib-grs1.xml