[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.00-41-g689db31

Git repo owner gitmaster at git.koha-community.org
Wed Dec 20 12:38:24 CET 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.11.x has been updated
       via  689db3115c42dad8d02aaf27f80814564e1de826 (commit)
       via  313803ac03358c7c4b049561f55b911843058b83 (commit)
       via  7a49adacf9c77fd3de6d60f0d76da99dc338223c (commit)
       via  bb91d7b848696608e5093983c77bfa9e6bf4f03a (commit)
       via  9418010d63d04090fc1e317096e16e264eb593c6 (commit)
       via  3b2669c90d4bdaa9f98eb442ec5e78eb08bd9957 (commit)
       via  6dca540053020860f62d86a9e02d2ad0d45af0df (commit)
      from  dc06795ff74f7cb5e9fd9b992b72b7487b2ce7de (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 689db3115c42dad8d02aaf27f80814564e1de826
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Dec 20 11:30:14 2017 +0000

    Update version after bug 19724
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 313803ac03358c7c4b049561f55b911843058b83
Author: Claire Gravely <claire.gravely at bsz-bw.de>
Date:   Thu Dec 7 07:35:37 2017 +0000

    Bug 19769: 'Pickup library is different' message does not display library branch name when placing hold
    
    When placing a hold for a patron whose pickup library and home library
    are different, the message displayed only shows the branch code and not
    the branch name.
    
    This patch displays the branch name as well as the branch code.
    
    To test:
    1. Search for an item
    2. Click 'place hold'
    3. Enter patron name/card number for a patron whose home library is
       different to the item's
    4. Note the message displayed only shows the branch code but not the
       name
    5. Apply Patch
    6. Repeat 1-3
    7. Message should now also display the branch name
    
    https://bugs.koha-community.org/show_bug.cgi?id=19769
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 7a49adacf9c77fd3de6d60f0d76da99dc338223c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 4 16:07:52 2017 -0300

    Bug 19746: Remove debug statements in returns.pl
    
    From bug commit bb6277ffcc593685554112d770ac273c9efeda33
    Bug 14464: Add ability to cancel waiting holds from checkin screen
    
    +use Carp 'verbose';
    +$SIG{ __DIE__ } = sub { Carp::confess( @_ ) };
    
    See also
    http://lists.koha-community.org/pipermail/koha-devel/2017-November/044168.html
    
    Test plan:
    Read the changes and make sure they make sense
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bb91d7b848696608e5093983c77bfa9e6bf4f03a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 26 15:41:47 2017 -0300

    Bug 3841: Add the ACQ framework for new installations
    
    This patch adds the acquisition frameworks (frameworkcode=ACQ) for new
    installations.
    It copies the 952 (MARC21) or 995 (UNIMARC) fields from the default
    framework (frameworkcode='')
    
    Test plan:
    Create a new installation and make sure the ACQ framework exists.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9418010d63d04090fc1e317096e16e264eb593c6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Nov 17 12:13:55 2017 +0000

    Bug 19563: (follow-up) Restore checking sort variable
    
    This code seems a bit odd, $self->sort_fields()->{$name} is checking if
    there is any mapping in ES for a field, so if one marc field in an index
    is marked as sortable this will exists. We need to check the individual
    marc field to see if it should be added to the sort index here.
    
    If you apply the first patch, reindex, and view a record in es:
    curl -XGET 'localhost:9200/koha_kohadev_biblios/data/19/?pretty' | grep
    -A 10 author__sort
    
    You will see that 245$c is included in the record without that
    additional check
    
    Apply this, reindex again, and that field should not be included
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3b2669c90d4bdaa9f98eb442ec5e78eb08bd9957
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Nov 17 12:12:32 2017 +0000

    Bug 19563: Unit tests
    
    To test:
    1 - Apply first patch and this patch
    2 - prove -v t/db_dependent/Koha_Elasticsearch.t
    3 - New tests will fail
    4 - Apply followup patch
    5 - Tests shuld pass
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6dca540053020860f62d86a9e02d2ad0d45af0df
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Thu Nov 2 13:44:13 2017 +0100

    Bug 19563: Generation of sort_fields uses incorrect condition
    
    Fix incorrect condition for if clause for generating <field>__sort mappings
    for Elasticsearch. Also remove redundant check for same condition when
    generating fixer rules.
    
    Test plan:
    1. Inspect current mappings for example by viewing: http://<elasticsearch_host>:9200/koha_<koha_instance_name>_biblios/_mapping.
    2. If using the default configuraion only "author" has a sort field (author__sort).
    4. Appy patch.
    5. Reindex using rebuild_elastic_search.pl.
    6. All fields except those with sort sort set to "0" should now have sort fields, which in the default configuration is all but "author".
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                               |    2 +-
 Koha/SearchEngine/Elasticsearch.pm                    |   12 ++++--------
 circ/returns.pl                                       |    3 ---
 .../marc21/optional/marc21_simple_bib_frameworks.sql  |    8 ++++++++
 .../marc21/mandatory/marc21_framework_DEFAULT.sql     |    8 ++++++++
 .../marc21/optional/marc21_simple_bib_frameworks.sql  |    8 ++++++++
 .../marc21/Optionnel/marc21_simple_bib_frameworks.sql |    6 ++++++
 .../unimarc_complet/Obligatoire/framework_DEFAULT.sql |    8 ++++++++
 .../Obligatoire/framework_DEFAULT.sql                 |    8 ++++++++
 .../marc21/optional/marc21_simple_bib_frameworks.sql  |    8 ++++++++
 .../marc21/optional/marc21_simple_bib_frameworks.sql  |    6 ++++++
 .../unimarc_bibliographic_DEFAULT_general.sql         |    8 ++++++++
 .../marc21_bibliographic_DEFAULT_general.sql          |    8 ++++++++
 .../unimarc_bibliographic_DEFAULT_general.sql         |    8 ++++++++
 .../intranet-tmpl/prog/en/modules/reserve/request.tt  |    2 +-
 t/db_dependent/Koha_Elasticsearch.t                   |   17 ++++++++++++++---
 16 files changed, 104 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list