[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.02-55-gbe781fc

Git repo owner gitmaster at git.koha-community.org
Mon Aug 6 15:14:30 CEST 2018


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, 18.05.x has been updated
       via  be781fc30c34b9aa6d685ada075e8419b7a93b98 (commit)
       via  3a55fe35d37040b77da3f3e6ebab2361e0920cbc (commit)
       via  866806997f4cbb018062c0b1eb12381940d44962 (commit)
       via  7b8ea20bce5e1e2329536677dba049a768f19a83 (commit)
       via  9529ddd29baa9946d577ba1b9cb4d02a08450c0f (commit)
      from  11b6ad197ab279aca89944001a9751a492bdb573 (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 be781fc30c34b9aa6d685ada075e8419b7a93b98
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Thu May 3 09:38:19 2018 +0000

    Bug 20273: (follow-up) Autocomplete use start instead of contains
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 1abee30bb8bd786d9523bf75594f3aae9a37d3d5)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3a55fe35d37040b77da3f3e6ebab2361e0920cbc
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Aug 6 14:00:54 2018 +0100

    Bug 20273: Use compat routines for autocomplete in auth_finder.pl
    
    Test plan:
      - Context: Koha working with elasticsearch,
      - Apply BZ 19582 (that make auth_finder.pl works again),
      - apply this patch,
      - go to cgi-bin/koha/authorities/auth_finder.pl,
      - type at least 3 chararcters in a search field and
        check that the autocomplete returns results
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 96e768eb43a1555ae2f03b098edddbd051e8ae80)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 866806997f4cbb018062c0b1eb12381940d44962
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 31 08:21:00 2018 -0300

    Bug 19604: Fix perlcritic "Loop iterator is not lexical"
    
    Loop iterator is not lexical at line 318, column 13.  See page 108 of
    PBP.  (Severity: 5)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 4d45bd575569880676a212655d3d747f368697e4)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7b8ea20bce5e1e2329536677dba049a768f19a83
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Nov 9 16:23:57 2017 +0000

    Bug 19604: Elasticsearch Fixes for build_authorities_query for auth searching
    
    To test:
    1 - Do some authority searches in Zebra
    2 - Switch to ES and repeat, results will vary and some may fail
    3 - Apply patch and dependencies
    4 - Reindex ES
    5 - Repeat searches, they should suceed and results should be similar to
    Zebra
    6 - Slight differences are okay, but results should (mostly) meet
    expectations
    
    A few notes:
    We add a 'normalizer' to ensure we get a single token from the heading
    indexes, this makes 'starts with' work as expcted
    We switch to 'AND' for fields searched from cataloging editor - this
    matches Zebra results
    We force the '__sort' fields for sorting - if sorting looks wrong try
    reducing the heading field to a single subfield - this will need to be
    addressed on a future bug (multiple subfields create an array, ES sorts
            those randomly)
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f983c1e3f7404c60143d595ba5824f5324829723)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9529ddd29baa9946d577ba1b9cb4d02a08450c0f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Nov 17 14:07:41 2017 +0000

    Bug 19604: Unit tests
    
    1 - Apply previous patches
    2 - prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t
    3 - Should be green
    4 - high fives!
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7eceade7daf2943f6112291a8bfd6aa754ffaa5c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch.pm                 |   10 ++++
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |   55 +++++++++----------
 Koha/SearchEngine/Elasticsearch/Search.pm          |    1 +
 authorities/ysearch.pl                             |   16 +++++-
 .../intranet-tmpl/prog/js/auth-finder-search.js    |    8 +--
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |   56 ++++++++++++++++----
 6 files changed, 101 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list