[koha-commits] main Koha release repository branch master updated. v3.16.00-890-gd4a7fa8

Git repo owner gitmaster at git.koha-community.org
Fri Oct 31 20:42:27 CET 2014


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  d4a7fa85807301ceb5268817d035235bdcf313a3 (commit)
      from  a0d1d9d198ebda382a47f402927240d9660bcb69 (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 d4a7fa85807301ceb5268817d035235bdcf313a3
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Oct 28 21:07:43 2014 -0300

    Bug 13163: NORMARC DOM config missing <id> entry
    
    This patch fixes the biblio-koha-indexdefs.xml for NORMARC, so
    it includes the <id> element.
    
    Because of how our DOM files work, the resulting biblio-zebra-indexdefs.xsl
    for NORMARC picked the whole MARC record as ID, so every time the record
    was edited, the id wouldn't match and a new record was created.
    
    To test:
    - Have a MARCXML record
    - run:
      $ xsltproc etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl the_record | less
    => FAIL: verify the z:id property on the <z:record> line contains all subfields concatenated
    - Apply the patch
    - re-run the xsltproc line
    => SUCCESS: z:id contains the 999$c number
    - Sign off :-D
    
    Regards
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Known bug with DOM: Without <z:id> indexing biblionumber Zebra hasn't it record
    unique ID, and so fails to identify existing records. Works as described. 999$c
    is linked to biblionumber in default Normarc framework.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    
    I have applied the patch to my production server, and at least one customer has
    confirmed that it fixes the problem with multiple copies of records in search
    results.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script, fix matches what we have for the other MARC flavours.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml  |    1 +
 etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list