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

Git repo owner gitmaster at git.koha-community.org
Tue Oct 20 20:32:00 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  3d70a7f4e452ba9248dc08217ef95959de70233a (commit)
       via  9f2dc5949407a95355aa727f7ea3cb09132f5b82 (commit)
      from  8cade56f27cd8e9ef228a0a6d16bb3adbad97ba5 (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 3d70a7f4e452ba9248dc08217ef95959de70233a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Sep 14 13:33:01 2020 +0000

    Bug 19322: Typo in UNIMARC field 140 plugin
    
    This patch corrects some incorrect information in the UNIMARC plugin for
    tag 140. Literature code "li" should be "mystic literature."
    
    To test you do not need a UNIMARC installation. Apply the patch and go
    to Administration -> MARC frameworks and Actions -> MARC structure for
    one of your frameworks.
    
    - Edit subfields for a tag, e.g. 245. This is only for testing purposes
      so it doesn't have to be any particular tag.
    - Change the options for one of the subfields, e.g. $a. Under "Other
      options (choose one), set "Plugin" to "unimarc_field_140.pl"
    - Save changes.
    - Open a bibliographic record for editing using the framework you
      modified.
    - Click the plugin link next to the subfield you modified, e.c. 245$a.
    - This should trigger the "UNIMARC field 140 builder" popup window.
    - Find "Literature" and select "Mystic literature." Save.
    - In the MARC editor, the field you modified should contain the value
      "li" at position 17-18.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c72f01d9072a35753d235db26983560a4c984522)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 9f2dc5949407a95355aa727f7ea3cb09132f5b82
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Sep 14 13:49:14 2020 +0000

    Bug 19327: Typo in UNIMARC field 128a plugin
    
    This patch corrects some incorrect information in the UNIMARC plugin for
    tag 128$a. The value for "partsong" should be "pt#"
    
    To test you do not need a UNIMARC installation. Apply the patch and go
    to Administration -> MARC frameworks and Actions -> MARC structure for
    one of your frameworks.
    
    - Edit subfields for a tag, e.g. 245. This is only for testing purposes
      so it doesn't have to be any particular tag.
    - Change the options for one of the subfields, e.g. $a. Under "Other
      options (choose one), set "Plugin" to "unimarc_field_128a.pl"
    - Save changes.
    - Open a bibliographic record for editing using the framework you
      modified.
    - Click the plugin link next to the subfield you modified, e.c.
      245$a.
    - This should trigger the "UNIMARC field 128a builder" popup window.
    - Select "partsong" in the dropdown. Save.
    - In the MARC editor, the field you modified should contain the
      value "pt#"
    - Trigger the popup window again and click "Save" without making
      changes.
    - The value in the MARC editor should be the same.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit fce5887e16c7869eeeea49c4bab6620eaa2f26e3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt   | 2 +-
 .../prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list