[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.04-18-g3b9b55eb3e

Git repo owner gitmaster at git.koha-community.org
Fri Oct 16 17:25:05 CEST 2020


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, 20.05.x has been updated
       via  3b9b55eb3ed7041e0a7e369ac1ea8385f648ce55 (commit)
       via  b5a75cc375d1f24c88f1e9460b3a29af9704cc93 (commit)
      from  e6867a9e26e5927e7e1731b16f9d09e6e34e43ac (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 3b9b55eb3ed7041e0a7e369ac1ea8385f648ce55
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 28 10:36:40 2020 +0200

    Bug 15933: Add +x to the script
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d716f2a18a7863f7b7f2e42fd8286b9982a52775)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit b5a75cc375d1f24c88f1e9460b3a29af9704cc93
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jul 13 17:42:36 2020 +0000

    Bug 15933: Add cataloguing plugin to search for existing publishers in other records
    
    This patch adds a new cataloging plugin for MARC21 installations,
    marc21_field-260b.pl. When enabled it provides autocomplete for
    publisher name, pulling existing data from biblioitems.publishercode.
    
    To test, apply the patch and enable the plugin:
    
    - Go to Administration -> MARC bibliographic framework -> MARC structure
      -> 260 -> Edit subfields -> Subfield b -> Other options.
    - Set "Plugin" to marc21_field_260b.pl.
    - Go to Cataloging and edit or create a record.
    - Under tab 2 click the field for 260$b. Start typing a publisher name.
      A dropdown should appear with matching publishers.
    - Selecting one of the results should populate the form field with that
      information.
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Also works with 264$b.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f90afe5c22445fb47430f629491d09762beeb3f8)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 cataloguing/value_builder/marc21_field_260b.pl | 59 ++++++++++++++++++++++++++
 koha-tmpl/intranet-tmpl/prog/css/addbiblio.css |  4 ++
 2 files changed, 63 insertions(+)
 create mode 100755 cataloguing/value_builder/marc21_field_260b.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list