[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.01-71-ga7fecfd

Git repo owner gitmaster at git.koha-community.org
Tue Jan 14 02:23:09 CET 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, 19.11.x has been updated
       via  a7fecfd8274a72ac268dd8b4e631b6976f06a4d2 (commit)
       via  a1035fad409d1226dd556de217012467f2690407 (commit)
      from  a112e379f9b5068379e0a7437e7235b00461fdf4 (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 a7fecfd8274a72ac268dd8b4e631b6976f06a4d2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Dec 13 23:42:28 2019 +0000

    Bug 10469: Display more when editing subfields in frameworks
    
    This patch removes the accordion feature from the MARC subfields
    structure editor. The form is not long, and I think in this case the
    accordion makes the process more difficult to navigate.
    
    To test, apply the patch and go to Administration -> MARC frameworks ->
    Framework structure -> Subfield structure -> Edit. Choose a tag with
    multiple subfields to best test the changes.
    
    The whole form should apppear, and tabs functionality should work
    correctly. Test that making changes under multiple tabs works correctly.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit a1035fad409d1226dd556de217012467f2690407
Author: Cori Lynn Arnold <carnold at dgiinc.com>
Date:   Wed Dec 18 18:18:59 2019 +0000

    Bug 24173: Advanced Editor: Show subtitle & published date on the search page
    
    To test:
    
    Prior to patch:
    1/Verify that EnableAdvancedCatalogingEditor syspref is set to "enable"
    2/Go to Cataloging
    3/Click on "Advanced Editor" button
    4/In left hand box put "specious" under Keywords and hit "enter"
    5/verify that "Library of Congress" (or some other server) Z39.50 is checked
    6/Verify that there are no headings for "Subtitle" and "Published"
    
    Apply Patch
    1/Go to Administration->Koha to MARC mapping
    2/Add or verify that there are entries for "biblio.subtitle" and
    "biblio.copyrightdate"
    3/Go to Cataloging
    4/Click on "Advanced Editor" button
    5/In left hand box put "specious" under Keywords and hit "enter"
    6/verify that "Library of Congress" (or some other server) Z39.50 is checked
    7/Verify that there are headings for "Subtitle" and "Published" and the
    data matches with the fields from Koha to MARC mapping when you click on
    "View MARC" link for that record.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha/MetaSearcher.pm                                     |    1 +
 .../intranet-tmpl/prog/en/includes/cateditor-ui.inc      |    2 ++
 .../prog/en/modules/admin/marc_subfields_structure.tt    |   14 ++++++++------
 .../intranet-tmpl/prog/js/marc_subfields_structure.js    |    1 -
 4 files changed, 11 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list