[koha-commits] main Koha release repository branch master updated. v19.11.00-1174-gbbe77b10d8

Git repo owner gitmaster at git.koha-community.org
Wed Mar 18 19:19:01 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  bbe77b10d8435ae7f6b59954964836b9ddc89de6 (commit)
       via  06f7cc332cad6ac425a1fe149c1be862e4324ce8 (commit)
      from  8ba48fb5f1cb397148623ef88cca680f65bda750 (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 bbe77b10d8435ae7f6b59954964836b9ddc89de6
Author: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
Date:   Mon Jan 27 12:00:47 2020 +0000

    Bug 24518: Fix IE11 partner filtering
    
    This patch adopts the approach detailed in comment #1.
    
    It also fixes a couple of additional minor bugs relating to the ILL
    partner list:
    - Exclude partners with no email address, we cannot use them
    - Quote the "value" attribute to avoid warnings displayed by IE, they
    should be quoted anyway!
    
    Test plan: USE IE11
    - Apply the patch
    - Define 3 ILL partner patrons (patrons in the category that has a code
    that matches the <partner_code> value in the ILL config). One patron
    should have no email address, the other two should have an email address
    - Navigate to "Place request with partners" for an ILL request
    - TEST: Observe that the patron with no email address is not displayed
    - Try filtering the list
    - TEST: Observe that the list filters correctly
    
    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>

commit 06f7cc332cad6ac425a1fe149c1be862e4324ce8
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Sep 8 17:20:38 2017 +0200

    Bug 19279: performance of linked items in search
    
    When catalog has fields 773 (461 in UNIMARC), those linked items are fetched for display in search results.
    Looks like the code could be more performant by replacing item search by $9 with direct call with GetMarcItem().
    
    Test plan :
    1) Enable system preference EasyAnalyticalRecords
    2) Get a record A with a lot of items, it will be the 'Host record'
    3) Click on 'Analytics' on this record
    4) On one of its items (say item A1) click on 'Create analytics' to
    create record B
    5) Enter the same title as record A and all mandatory fields
    6) Edit field 773 (461 in UNIMARC)
    6) Check that $0 contains the biblionumber of record A
    7) Check that $9 contains the itemnumber of item A1
    8) Perform a search on record A title, be sure you see record B with
    other results
    => Compare execution times with and without patch
    
    Signed-off-by: Hugo Agud <hagud at orex.es>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Search.pm                                            | 17 +++++------------
 .../intranet-tmpl/prog/en/modules/ill/ill-requests.tt   |  8 +++++---
 koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js       | 12 +++++++-----
 3 files changed, 17 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list