[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-127-g699ac0e

Git repo owner gitmaster at git.koha-community.org
Tue Oct 17 10:24:05 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, 17.05.x has been updated
       via  699ac0eba3b9acc057cdcf317a549df9b416d08c (commit)
       via  13f9359dc3da8be011370327b20d9cd4f05ee490 (commit)
      from  e23822b869ea66f63ce6c6027e418c79e3c7ba04 (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 699ac0eba3b9acc057cdcf317a549df9b416d08c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 2 14:11:52 2017 -0300

    Bug 19122: (bug 18098 follow-up) Fix IncludeSeeFromInSearches behaviour
    
    The IncludeSeeFromInSearches system preference is designed so that 'See from' headings from the authorities are included when you search in the catalog.
    That means that you could find an author not only by the name printed on the book, but for example also by their pseudonym or a different spelling of their name.
    
    It was added by bug 7417.
    
    This regression has been introduced by
      commit 5ef1b6710e7520b844e145e248da0deeee707fde
      Bug 18098: Add an index with the count of not onloan items
    
    -        } elsif ($record_type eq 'biblio' && C4::Context->preference('IncludeSeeFromInSearches')) {
    -            my $normalizer = Koha::RecordProcessor->new( { filters => 'EmbedSeeFromHeadings' } );
    [...]
    +            push @filters, 'IncludeSeeFromInSearches'
    +                if C4::Context->preference('IncludeSeeFromInSearches');
    
    Test plan:
    - Activate IncludeSeeFromInSearches
    - Catalog an authority for a person
      - main heading in 100
      - see from headings in 400
    - Catalog a bibliographic record and link it to the authority
    - Make sure the record is indexed
    - Verify that the record can be found searching for the main heading
    - Verify that the record can be found searching for the see from headings
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Yet another reason to get rid of all this functions from this script.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 10b5e1ee049605ae6a0614214a7dab76e20e0ca5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 13f9359dc3da8be011370327b20d9cd4f05ee490
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 27 12:54:18 2017 -0300

    Bug 19372: (bug 15801 follow-up) pass selected frameworkcode to the template
    
    Bug 15801 removes the 2 lines that were necessary to retrieve the
    framework selected by the user and pass it to the template.
    All bibliographic records created when adding an order to the basket
    using an external source used the default framework.
    
    Test plan:
    Add an order to a basket from an external source
    Select another framework than the default one
    => Without this patch, whatever the framework you picked, the default
    one is used
    => With this patch applied the framework code you will pick will be used
    
    Signed-off-by: Marijana Glavica <mglavica at ffzg.hr>
    
    Signed-off-by: Marijana Glavica <mglavica at ffzg.hr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 60a17c1b2b8582620fc94ab9eadd7e8336a5d1fa)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 acqui/z3950_search.pl                 |    2 ++
 misc/migration_tools/rebuild_zebra.pl |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list