[koha-commits] main Koha release repository branch master updated. v19.05.00-83-g62ae7ac

Git repo owner gitmaster at git.koha-community.org
Sat Jun 15 09:22:53 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, master has been updated
       via  62ae7ac7275329f6396d656a216ffc95b4f9494a (commit)
       via  001d433b427731a6efd55208ac3169107c830730 (commit)
       via  d2dc504ec1d87b74ea424d27462a214e7027385c (commit)
       via  fd5d274d3a351e70ed2008dccaf9b40905910390 (commit)
       via  3820d708a6e3b0a4920f96937fbfdcfaf5ee4d92 (commit)
       via  1171a20d05db2d7c66f9294863146becc938d6c3 (commit)
       via  0e8a95b4bdcde76646ad3a45a2022d82e6da277e (commit)
       via  a72feaa40cbcf34f8f77ecac58ca6b269e9b95c9 (commit)
       via  5438355b1d016b2699ea2efc5367eaa8d807496d (commit)
       via  c6540d1b72d45b2682860fc50716b0d74e3f5e2c (commit)
       via  77716188757d11e2a9fa79788ce99982e3c39839 (commit)
       via  adb30fb8a0347ab6ff391238a8bd1ce4b6931fcd (commit)
       via  4452273669c98bcbaf409dc653d01d5596ca415a (commit)
       via  eba980b3519263856c725cd42d4ff151d7822205 (commit)
       via  f8db499f4a9c71e7a2ffef0fadaecddb938330d4 (commit)
      from  ef0c31f735cf68a3b004c706e274ede4bb883940 (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 62ae7ac7275329f6396d656a216ffc95b4f9494a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 13 11:06:29 2019 -0500

    Bug 23117: Shortcut additem.pl on nonexistent biblionumber
    
    To prevent additem.pl to crash when called with a nonexistent
    biblionumber we are here implementing the blocking_error.inc trick to
    display a friendly message instead.
    
    Can't call method "fields" on an undefined value at
    /home/vagrant/kohaclone/cataloguing/additem.pl line 736.
    
    Test plan:
    hit
    /cataloguing/additem.pl?biblionumber=
    /cataloguing/additem.pl?biblionumber=424242
    You will get a friendly "Bibliographic record not found." message,
    instead of a 500
    
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 001d433b427731a6efd55208ac3169107c830730
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed May 29 15:20:41 2019 +0200

    Bug 21534: Always compute wildcards
    
    You get no results when searching with an hyphen + with * in query string (or with preference QueryAutoTruncate) :
    ie /cgi-bin/koha/opac-search.pl?q=saints-anges*
    
    Looks like query-string by default does not compute wildcards, see analyze_wildcard in :
    https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html
    
    Test plan :
    1) Use Elasticsearch
    2) Create a record with "saints-anges"
    3) Search for "saints-anges" => you get results
    4) Search for "saints-anges*" => you get results
    5) Search for "saints-ang*" => you get results
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Arthur Bousquet <arthur.bousquet at inlibro.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d2dc504ec1d87b74ea424d27462a214e7027385c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Sat Jun 15 07:58:29 2019 +0100

    Bug 9834: DBRev 19.06.00.005
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fd5d274d3a351e70ed2008dccaf9b40905910390
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 6 14:50:05 2019 -0500

    Bug 9834: Preserve biblio level hold preference on reverting waiting status
    
    When the waiting status of a hold is revert we want to preserve the
    level hold preference of the user.
    
    Test plan:
    Place a hold at biblio level
    Confirm the hold
    Revert the waiting hold
    
    => The hold must still be considered as a biblio level hold ("next
    available item")
    
    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>

commit 3820d708a6e3b0a4920f96937fbfdcfaf5ee4d92
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 6 14:49:43 2019 -0500

    Bug 9834: Add tests
    
    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>

commit 1171a20d05db2d7c66f9294863146becc938d6c3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 6 14:49:18 2019 -0500

    Bug 9834: Add DB changes
    
    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>

commit 0e8a95b4bdcde76646ad3a45a2022d82e6da277e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Sat Jun 15 07:55:35 2019 +0100

    Bug 22358: (RM follow-up) Typo fix
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a72feaa40cbcf34f8f77ecac58ca6b269e9b95c9
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 14 17:40:52 2019 +0000

    Bug 22358: (QA follow-up) Clear up phrasing
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5438355b1d016b2699ea2efc5367eaa8d807496d
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Thu Jun 6 12:00:22 2019 +0200

    Bug 22358: fix POD header and typo
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c6540d1b72d45b2682860fc50716b0d74e3f5e2c
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Wed Mar 13 15:14:31 2019 +0100

    Bug 22358: Add POD to Koha::SharedContent
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 77716188757d11e2a9fa79788ce99982e3c39839
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 5 19:11:59 2019 -0500

    Bug 23022: Remove the SQl mode NO_AUTO_CREATE_USER
    
    To make our sql mode list compatible with MySQL 8.0.11
    
    NO_AUTO_CREATE_USER has been removed in MySQL 8.0.11
    https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-11.html
    
    I do not think we needed it.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit adb30fb8a0347ab6ff391238a8bd1ce4b6931fcd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Jun 8 13:57:05 2019 -0500

    Bug 23075: Better error handling in Mana config
    
    Currently, if you input an incorrect mana service URL in your config
    (http rather than https for example) the error message you are given is
    the direct output of a failed json parse.  We should be able to catch
    such failures and display a more meaningful error to the end user.
    
    This patch makes it display a more friendly message.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4452273669c98bcbaf409dc653d01d5596ca415a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Sat Jun 15 07:50:43 2019 +0100

    Bug 22770: DBRev 19.06.00.004
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit eba980b3519263856c725cd42d4ff151d7822205
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jun 2 10:48:00 2019 +0200

    Bug 22770: Fix typo in German language description of el
    
    Fixes:
    Griechisch (Moern [1453- ] ==> Griechisch (Modern 1453-)
    
    To test:
    - Install de-DE language and activate it
    - Check the language pull down on advanced search has the typo
    - Apply patch and run database update
    - Check advanced search again
    - Verify the description now shows correctly
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f8db499f4a9c71e7a2ffef0fadaecddb938330d4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Jun 8 14:45:33 2019 -0500

    Bug 22941: Do not return 500 if sortfield contain parenthesis
    
    Test plan:
    Hit /virtualshelves/shelves.pl?op=view&shelfnumber=1&sortfield=author(
    
    You must not get:
    Unmatched ( in regex; marked by <-- HERE in m/^author( <-- HERE $/ at /home/vagrant/kohaclone/virtualshelves/shelves.pl line 236
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Output.pm                                       |    4 ++
 C4/Reserves.pm                                     |    8 +++
 Koha.pm                                            |    2 +-
 Koha/Database.pm                                   |    4 +-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |    1 +
 Koha/SharedContent.pm                              |   68 ++++++++++++++++----
 cataloguing/additem.pl                             |    4 ++
 installer/data/mysql/kohastructure.sql             |    2 +
 installer/data/mysql/mandatory/subtag_registry.sql |    2 +-
 installer/data/mysql/updatedatabase.pl             |   21 ++++++
 .../prog/en/modules/admin/share_content.tt         |    2 +-
 .../prog/en/modules/cataloguing/additem.tt         |    2 +-
 t/db_dependent/Reserves.t                          |   62 +++++++++++++++++-
 virtualshelves/shelves.pl                          |    2 +-
 14 files changed, 165 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list