[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.03-100-gced78bb

Git repo owner gitmaster at git.koha-community.org
Tue Mar 5 16:14:21 CET 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, 18.11.x has been updated
       via  ced78bb7c635d1e5eb44eb4e78e1b6f99e53d9a0 (commit)
       via  66cd31a309636d14e910a5dc259e94cab14ea025 (commit)
       via  1feeedaf1a0800e029232fccc524db7058df6df8 (commit)
       via  e522e32ea3bd826d068197428b8314811a967511 (commit)
       via  dc219b6c10c777670ff70c7826fb832336e29247 (commit)
       via  ce578a9aca25d2e57c0f419f2abd0a3297faebdf (commit)
       via  68b129e0c4fc52e953a10ad7f769a79f3498b769 (commit)
       via  db36421446fcdb40ac6aeeca3a7b7cb4a6711bda (commit)
      from  9597e099b15a740427677f6a44c7ee5c595949f6 (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 ced78bb7c635d1e5eb44eb4e78e1b6f99e53d9a0
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Mar 4 13:30:55 2019 -0500

    Bug 19575: DBRev 18.11.03.002
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ff20d029e397acbac2ddaf9d11e6a0a7dc184ce2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 66cd31a309636d14e910a5dc259e94cab14ea025
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Mon Feb 18 14:56:17 2019 +0100

    Bug 19575: Don't lower case fields in db and use update script instead of raw SQL
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a17c2d9c9fb08ce362b07c3ea1420ae30f0527e8)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1feeedaf1a0800e029232fccc524db7058df6df8
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 15 14:49:33 2019 +0000

    Bug 19575: (RM follow-up) Fix mapping typo
    
    Found with QA tools, simple fix
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7df5b35a36e859f745f42b5c857cd965c83b55f3)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e522e32ea3bd826d068197428b8314811a967511
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Thu Feb 14 16:52:04 2019 +0100

    Bug 19575: Keep authority-number as alias and fix query
    
    Keep authority-number as alias and change field name
    from alias to real field in hard coded Elasticsearch query
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit eeda2afd3a710cbf4115b96f1386294df7693252)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dc219b6c10c777670ff70c7826fb832336e29247
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Feb 14 12:44:13 2019 +0000

    Bug 19575: Fix an search field
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ef2a03a09249ee53ff2c431085673aca3f7c9863)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ce578a9aca25d2e57c0f419f2abd0a3297faebdf
Author: root <root at f1ebe1bec408>
Date:   Tue Feb 12 21:52:39 2019 +0000

    Bug 19575: Rebase and fix tests
    
    This patch lower cases the sort by fields to normalize checking them and adjusts
    some existing tests to meet the new expectations.
    
    The regex for splitting terms has been moved into a subroutine so that adjustment was made
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c2061adc8be1a6843c0e082c18629f4a6b8fac78)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 68b129e0c4fc52e953a10ad7f769a79f3498b769
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Fri Nov 3 13:21:22 2017 +0100

    Bug 19575: Use canonical field names and resolve aliased fields
    
    Adjust elastic search mappings to more closely match Zebra equivalents
    resolving serveral issues with coded Zebra searches in templates and
    sorting of search results in UI. Also make field names in search strings
    case insensitive to accept case variations in template links and user input.
    
    Sponsored-by: Gothenburg University Library
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 6d53910f0ca05ae41b0d10ce6f3eb274efd3aca4)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit db36421446fcdb40ac6aeeca3a7b7cb4a6711bda
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 21 15:28:10 2019 -0300

    Bug 22360: (bug 21205 follow-up) Restore OPACAcquisitionDetails behavior
    
    Caused by
      commit 7d10549ae8632e6640d3a99014268a2a1e46b3c4
      Bug 21205: Replace C4::Items::GetOrderFromItemnumber calls
    
    At this point $order is a Koha::Acquisition::Order object, not a hashref
    anymore.
    
    Test plan:
    Create an order, receive items
    Enable OPACAcquisitionDetails
    At the detail page of the bibliographic record you should see
    "X items are on order." at the bottom of the items list
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 2331b8a295ce3db011b88bf3d42eacd42c9df4ee)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/SearchEngine/Elasticsearch.pm                 |    4 +-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |  163 +-
 Koha/SearchEngine/Elasticsearch/Search.pm          |   14 +-
 admin/searchengine/elasticsearch/mappings.yaml     | 2223 ++++++++++++++------
 installer/data/mysql/updatedatabase.pl             |   34 +
 opac/opac-detail.pl                                |    2 +-
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |   24 +-
 8 files changed, 1799 insertions(+), 667 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list