[koha-commits] main Koha release repository branch master updated. v19.05.00-1195-g6e1d759

Git repo owner gitmaster at git.koha-community.org
Sun Nov 3 09:15:57 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, master has been updated
       via  6e1d759981b442b00306405ddb0c0c970dea9d29 (commit)
       via  ce6ba9aac97689d296d46a200a95aa36a64a5201 (commit)
      from  8f23c95052ffd52885e849c9c004a3572ffb2226 (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 6e1d759981b442b00306405ddb0c0c970dea9d29
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Thu Mar 28 13:37:13 2019 +0200

    Bug 22592: Add index scan emulation to Elasticsearch
    
    Adds support for using the "scan indexes" action in advanced search by using faceting with a prefix filter. Requires that the field be set as facetable for anything to be found.
    
    Test plan:
    1. Apply patch
    2. Go to advanced search and click "More options"
    3. Select author as the search field, enter a last name and check "Scan indexes"
    4. Perform search and observe the result list resembling scan results
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ce6ba9aac97689d296d46a200a95aa36a64a5201
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Thu Oct 25 11:19:01 2018 +0200

    Bug 20194: Display both biblioitems.itemtype and items.itype in circulation screens
    
    Test plan:
    1. Verify that biblioitems.itemtype, items.itype are
       mapped to a MARC field. Otherwise create those mappings.
    2. Create a biblio with an itemtype
    3. Create an item with a different itemtype for this biblio
    4. Check out this item to a patron (P1)
    5. Verify that both itemtypes are displayed in the
    checkouts table (moremember.pl, circulation.pl, returns.pl)
    6. Create a patron whose guarantor is P1 and verify that both itemtypes
    and the ccode are displayed in the 'relatives checkouts' table
    
    Followed test plan, patch worked as described, also passes QA test tool
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |  191 ++++++++++++--------
 Koha/SearchEngine/Elasticsearch/Search.pm          |   80 +++++++-
 admin/columns_settings.yml                         |    6 +
 catalogue/search.pl                                |    9 +-
 circ/returns.pl                                    |    4 +-
 .../prog/en/includes/checkouts-table-footer.inc    |    2 +-
 .../prog/en/includes/checkouts-table.inc           |    1 +
 .../prog/en/includes/relatives-issues-table.inc    |    1 +
 .../prog/en/modules/catalogue/results.tt           |    3 +-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    8 +-
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js       |   12 +-
 svc/checkouts                                      |    7 +-
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |   42 ++++-
 .../Koha/SearchEngine/Elasticsearch/Search.t       |   12 +-
 14 files changed, 278 insertions(+), 100 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list