[koha-commits] main Koha release repository branch master updated. v16.11.00-739-g5693f10

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 16:28:53 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  5693f102204f9685fc4b33c74315b22e1536b241 (commit)
      from  db467287d174827e52c322cb86d75b8628df52fe (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 5693f102204f9685fc4b33c74315b22e1536b241
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Thu Sep 1 21:10:57 2016 +0200

    Bug 17233 - Add 008 value builder plugin for MARC21 classifications
    
    This patch adds 008 cataloguing value builder for MARC21 classifications
    records (LCC, DDC/Dewey, UDC and so on).
    
    For most practical purposes, MARC21 classification records
    (<https://www.loc.gov/marc/classification/>) are quite similar to regular
    MARC21 authority records, so handling them in Koha is (almost) achievable
    by means of the built-in 'regular' MARC21 authority records related
    functionalities, but there are some notable differences - in particular,
    008 field length and format is not the same.
    
    To test:
    
    1) apply patch
    2) link the new plugin (marc21_field_008_classifications.pl) to the 008
    field in the existing (or cloned, ..) authority framework of your choice
    3) try to add, edit, re-edit 008 field using this "authority" framework,
    ensure that the new plugin behaves as it should according to the
    Library of Congress specifications for MARC21 classification records
    008 field format (<https://www.loc.gov/marc/classification/cd008.html>).
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 ...ties.pl => marc21_field_008_classifications.pl} |   53 ++---
 .../marc21_field_008_classifications.tt            |  219 ++++++++++++++++++++
 2 files changed, 240 insertions(+), 32 deletions(-)
 copy cataloguing/value_builder/{marc21_field_008_authorities.pl => marc21_field_008_classifications.pl} (58%)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_classifications.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list