[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.03-12-ga0bc776

Git repo owner gitmaster at git.koha-community.org
Wed Sep 6 15:22:09 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  a0bc776e67569b83dc3d5bc47069ceb1408badb2 (commit)
       via  39a2f6421e3d0b2c415ad9abc655193357e24328 (commit)
      from  4c86b575b2ef09cceefa9a2718053e45a71c2b25 (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 a0bc776e67569b83dc3d5bc47069ceb1408badb2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jul 7 17:55:50 2017 +0000

    Bug 16976 - Unit tests
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    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 07c0d968b70421852ac4915633fa7f3cbd0d18cd)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 39a2f6421e3d0b2c415ad9abc655193357e24328
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 16 06:36:22 2017 -0400

    Bug 16976 - Authorities searches with double quotes gives ZOOM error 20003 [Alternate]
    
    I dug into this a little bit, it seems the issue is that we were double
    processing the query because of an extra call to
    C4::AuthoritiesMarc::SearchAuthorities
    
    I think we can simply remove this call
    
    To test:
    1 - Perform an authority search for a value that returns results
    2 - Wrap it in quotes and search
    3 - 'Internal server error'
    4 - Apply patch
    5 - Search with quotes succeeds
    
    https://bugs.koha-community.org/show_bug.cgi?id=16796
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    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 9c8a04acb05466356fec8e9d6d13183295719c7d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/SearchEngine/Zebra/QueryBuilder.pm |    1 -
 t/Search/Zebra/QueryBuilder.t           |   38 +++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 1 deletion(-)
 create mode 100644 t/Search/Zebra/QueryBuilder.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list