[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.02-101-g1f24fb1

Git repo owner gitmaster at git.koha-community.org
Thu Aug 8 12:11:55 CEST 2019


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, 19.05.x has been updated
       via  1f24fb10af2cf29fa66b9691aeca882c3ce5ca5b (commit)
       via  ab0de52ab286dfd2e8585432907d5bf2c36df944 (commit)
       via  d21a1fb964d26192977bb0ba5145906b8a1a31cb (commit)
      from  bb6e73c5babc0d5566a6be77a98e621082eb8bd4 (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 1f24fb10af2cf29fa66b9691aeca882c3ce5ca5b
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jul 26 16:21:58 2019 +0100

    Bug 22524: DBRev 19.05.02.001
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f292b4ff29a0aa1a109c3f1af9c2f5412dd1a5e8)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ab0de52ab286dfd2e8585432907d5bf2c36df944
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Mon Apr 29 11:03:22 2019 +0300

    Bug 22524: Fix date/time-last-modified search with Elasticsearch
    
    Avoid using slash in the field name since it would need to be escaped. Fix conversion of dtlm and any existing mapping.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 5d27fb71cbd91fdf196b6568a590f2eef54d7cd1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit d21a1fb964d26192977bb0ba5145906b8a1a31cb
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Tue Apr 16 16:26:40 2019 +0300

    Bug 22524: Fix publication date and year search with Elasticsearch
    
    Also fixes the mappings.yaml to use correct field name (left over issue from bug 19575), so reset mappings and reindex before testing.
    
    Test plan:
    1. Reset mappings and reindex biblios.
    2. Check that tests in t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t pass.
    3. Try that all of the following year range type work in publication date search and year limit in advanced search:
    yyyy
    yyyy-yyyy
    -yyyy
    yyyy-
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2293e6597c69d55ce5916b7a31029f13d65d4fea)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |   14 ++++++--
 admin/searchengine/elasticsearch/mappings.yaml     |    4 +--
 installer/data/mysql/updatedatabase.pl             |    8 +++++
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |   38 +++++++++++++++++++-
 5 files changed, 59 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list