[koha-commits] main Koha release repository branch master updated. v19.11.00-786-g26f9683448

Git repo owner gitmaster at git.koha-community.org
Wed Feb 19 16:14: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, master has been updated
       via  26f968344845c5ef6b078407d746a262691ceaaf (commit)
       via  d4783f244b9b8bfe786849c8bc5f46489999a7af (commit)
      from  907914624248890a3b50f407618d80e57c16b698 (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 26f968344845c5ef6b078407d746a262691ceaaf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 19 15:02:11 2020 +0100

    Bug 24669: Fix selenium test
    
    There is one more "Unlimited" on the circ rules now.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d4783f244b9b8bfe786849c8bc5f46489999a7af
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jan 14 13:00:03 2020 +0000

    Bug 24269: Adjust C4::Heading to generate headings from auth tags
    
    To test:
    1 - Be using Elasticsearch
    2 - Check that field 150 is mapped to 'Match-heading' or add it (the subfields don't matter)
    3 - Add a topic term authority record like "150 $aCats$vFiction"
    4 - Add a 650 with $aCats and $vFiction and  $e depicted to a bibliographic record
    5 - Run the linker for the bib
        perl misc/link_bibs_to_authorities.pl --bib-limit "biblionumber=89" -v
    6 - Confirm the record is not correctly linked to the record
    7 - Apply patch
    8 - Reindex authorities for ES
        perl misc/search_tools/rebuild_elasticsearch.pl -v -d -a
    9 - Run the linker and confirm record is correctly linked
        perl misc/link_bibs_to_authorities.pl --bib-limit "biblionumber=89" -v
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Biblio.pm                                   |  4 +-
 C4/Heading.pm                                  | 34 +++++-----
 C4/Heading/MARC21.pm                           | 69 ++++++++++++++++---
 C4/Heading/UNIMARC.pm                          |  8 +--
 C4/Linker/Default.pm                           |  2 +-
 Koha/SearchEngine/Elasticsearch.pm             | 16 ++++-
 t/Koha/SearchEngine/Elasticsearch.t            | 92 +++++++++++++++++++++++++-
 t/db_dependent/Heading.t                       | 33 ++++-----
 t/db_dependent/Heading_MARC21.t                |  4 +-
 t/db_dependent/Linker_Default.t                |  6 +-
 t/db_dependent/Linker_FirstMatch.t             |  2 +-
 t/db_dependent/selenium/administration_tasks.t |  2 +-
 12 files changed, 215 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list