[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.05-48-ge93241a

Git repo owner gitmaster at git.koha-community.org
Mon May 14 21:58:08 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, 17.11.x has been updated
       via  e93241a7174930c52c6f03560027cd527492148d (commit)
       via  1584f469b06bfcdc20030ee14956e945ce9e31a5 (commit)
       via  47c8656b490f5393e3fe3e552df693a22a606c29 (commit)
       via  8d5e9750afbf7d73d02d8db19cae428bfd397d59 (commit)
       via  87ad3304d8c4bffe0815cffee980a45cf4b7d01c (commit)
       via  ed19ac866f6f3b4c1b0c4bfea4d6359e7cd76dbf (commit)
       via  1653094ae24407d0ecc229eaf22dfe7fdc677401 (commit)
       via  5308cfd0471a71780ca9b89167eea25d3922d2b8 (commit)
       via  ad90aec72c21e5cc6457a220f64d189e99b7c541 (commit)
       via  88e7fc2dab04f4a811e1f7f8333cf58bd7fd315a (commit)
      from  16c6ff1e3cb30f3aa4d2e23301b942eaf5a63d4c (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 e93241a7174930c52c6f03560027cd527492148d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 7 13:15:34 2018 -0300

    Bug 20721: (bug 19403 follow-up) Prevent Circulation.t to fail randomly
    
    If items.restricted == 1, CanBookBeIssued will not returned what we are
    testing.
    
    The easiest and global fix is to define a default value at TestBuilder
    package level
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1584f469b06bfcdc20030ee14956e945ce9e31a5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 2 12:56:21 2018 -0300

    Bug 20426: Fix default fund value when adding orders from iso2709 file
    
    A new bug has been highlighted since:
      commit b830349f45007629f141a9835e05b95f90ee4b92
      Bug 19453: Incorrect jQuery selector for fund drop down validation
    
    Prior to bug 19453 the check on the existence of the fund did not work
    as expected, no select with name='budget_code' existed and the error was
    never raised.
    Now it works but expect a fund to be selected for every record to
    import.
    This check must only be done if there is no default value selected.
    
    Test plan:
    - Create an order from a staged file
    - Do not select any funds
    => You must get a warning
    - Select a specific fund for some of the records
    => You must get a warning
    - Select a default fund in the last tab
    => You must not get a warning and the records must be imported and
    inserted with the correct fund
    
    Signed-off-by: Sonia Bouis <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Conflicts:
    	koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 47c8656b490f5393e3fe3e552df693a22a606c29
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 6 10:22:20 2018 +0100

    Bug 20536: (ILL) authnotrequired should be explicitly unset on opac
    
    * koha/opac-illrequest.pl - Added explicit setting of authnotrequired
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8d5e9750afbf7d73d02d8db19cae428bfd397d59
Author: Claire Gravely <claire.gravely at bsz-bw.de>
Date:   Tue Apr 10 12:46:11 2018 +0000

    Bug 20552: Fix HTML tag for search facets
    
    The tags for home library and holding library in the 'refine your
    search' list should be h5.
    
    This patch changes the html tag for the availability, holding library and home library
    facets.
    
    To test:
    - Search for an item in the OPAC where the relevant facet appears
    - Use 'Inspect element' to check the tag
    - Apply patch
    - Confirm the facet now has the h5 tag
    - Confirm spacing is improved
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 87ad3304d8c4bffe0815cffee980a45cf4b7d01c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 10 12:04:59 2018 -0300

    Bug 3841: (follow-up) Add the ACQ framework for pl-PL
    
    No idea why I missed pl-PL!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ed19ac866f6f3b4c1b0c4bfea4d6359e7cd76dbf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 9 17:43:41 2018 -0300

    Bug 19581: Fix Koha_Elasticsearch.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1653094ae24407d0ecc229eaf22dfe7fdc677401
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Mar 16 09:03:46 2018 +0000

    Bug 19581: (follow-up) Fix handling of new and old arrays for auth compat
    
    Stolen from bug 20244
    
    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 5308cfd0471a71780ca9b89167eea25d3922d2b8
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Mar 13 09:32:04 2018 +0000

    Bug 19581: Remove unused comment and line
    
    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 ad90aec72c21e5cc6457a220f64d189e99b7c541
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sun Nov 5 01:47:49 2017 +0000

    Bug 19581: Unit tests
    
    This patch makes a few changes to the tests to take into account the
    change to indexing.
    
    To test:
    prove t/db_dependent/Koha_Elasticsearch_Indexer.t
    Should return green
    
    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 88e7fc2dab04f4a811e1f7f8333cf58bd7fd315a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sun Nov 5 01:51:39 2017 +0000

    Bug 19581: Remove 'split' option from Catmandu fixes for marc
    
    This option in combination with append seems to add null entries in the indexes
    for fields that don't exist. These fields then affect sorting. Removing it solves
    the issue
    
    To test:
    1 - Have an ES setup
    2 - Catalog and index some records
    3 - View a record in ES:
        curl 'localhost:9200/koha_kohadev_biblios/data/4?pretty=yes'
    4 - Note there are 'null' entries in the indexes, save this result for
    comparison
    5 - Apply patch
    6 - Reindex, amking sure to delete existing indexes
        perl misc/search_tools/rebuild_elastic_search.pl -d
    7 - View the record again
    8 - Note the null entries are removed
    9 - Note indices are otherwise intact
    
    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/SearchEngine/Elasticsearch.pm                 |    9 +---
 Koha/SearchEngine/Elasticsearch/Search.pm          |    6 +--
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    8 ++++
 .../prog/en/modules/acqui/addorderiso2709.tt       |   19 ++++----
 .../bootstrap/en/includes/opac-facets.inc          |    6 +--
 opac/opac-illrequests.pl                           |    2 +-
 t/db_dependent/Circulation.t                       |   22 ----------
 t/db_dependent/Koha_Elasticsearch.t                |   46 ++++++++++----------
 t/db_dependent/Koha_Elasticsearch_Indexer.t        |   23 +++++++---
 t/lib/TestBuilder.pm                               |    4 ++
 10 files changed, 72 insertions(+), 73 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list