[koha-commits] main Koha release repository branch master updated. v19.05.00-809-g95c43eb

Git repo owner gitmaster at git.koha-community.org
Tue Oct 8 15:39:21 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  95c43ebe7206ee68711f5bc7d7b24b6a81d7ec81 (commit)
       via  172a4836bf4cf142db2a49a24b0e56a5f0952d72 (commit)
       via  1145b7406cbd1ba3bc850d4d6c5268372abee073 (commit)
       via  9355a035fb202efb54925aebe59737e1e7888eda (commit)
       via  da16f6bc9185f8ae166d46c8e35f3565e41d6bc0 (commit)
       via  3ab36c2c935d8cdef5158147d659590b4015b53e (commit)
       via  c47e4736f2a9356eac26dca980ecbcbb509b8f97 (commit)
       via  018bcce2f7e4f58de7177f7985055a34abcdb616 (commit)
      from  1e727da0446ad3814f8519b86120020af2f4099a (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 95c43ebe7206ee68711f5bc7d7b24b6a81d7ec81
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Oct 8 14:05:49 2019 +0200

    Bug 23101: (follow-up) use NoSort class in datatable
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 172a4836bf4cf142db2a49a24b0e56a5f0952d72
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Oct 8 14:13:59 2019 +0100

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

commit 1145b7406cbd1ba3bc850d4d6c5268372abee073
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Oct 28 23:57:46 2018 +0000

    Bug 20334: Move new system preference into right spot in alphabet
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9355a035fb202efb54925aebe59737e1e7888eda
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Mon Oct 22 15:50:07 2018 +0200

    Bug 20334: Improve syspref description and set more sensible defaults
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit da16f6bc9185f8ae166d46c8e35f3565e41d6bc0
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Fri Mar 2 18:16:39 2018 +0100

    Bug 20334: Option for escaping slashes in search queries
    
    Add "QueryRegexEscapeOption" system preference to provide option to escape
    Elasticsearch regexp delimiters (/) within queries, or alternativly to
    unescape escaped slashes (\/) while escaping unescaped slashes, in
    effect making "\/" the new regexp delimiter.
    
    How to test:
    1) Run tests in ./t/Koha/SearchEngine/ElasticSearch/QueryBuilder.t
    2) All tests should succeed
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    Signed-off-by: Maksim Sen <maksim.sen at inlibro.com>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3ab36c2c935d8cdef5158147d659590b4015b53e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Dec 4 14:58:35 2018 +0000

    Bug 15422: Consider partial copies needed as whole numbers
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c47e4736f2a9356eac26dca980ecbcbb509b8f97
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Nov 29 02:07:18 2018 +0000

    Bug 15422: Correct calculation of holds ratio report
    
    See comment 1 for a detailed explanation of current calculations and
    needed calculations
    
    Also removes an unnecessary variable
    
    To test:
     1 - Place 4 holds on a biblio with one item
     2 - go to /cgi-bin/koha/circ/reserveratios.pl (Circulation->Holds
            ratios)
     3 - Run with 'Hold ratio'=3, it says order 1, ok
     4 - Run with HR=4, it says order 1, wrong
     5 - Run with HR=2, it syas order 2, wrong
     6 - Run with HR=.5, it syas order 4, wrong
     7 - Apply patch
     8 - Run with HR=3, order 1, OK
     9 - Run with HR=4, item does not appear (0 to order), OK
    10 - Run with HR=2, order 1, OK
    11 - Run with HR=.5, order 7, OK
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 018bcce2f7e4f58de7177f7985055a34abcdb616
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat May 11 21:08:11 2019 +0000

    Bug 14669: Add search option for managing library to orders search
    
    Currently the order search can't be limited by managing library.
    The patch adds the search option to the order history search form
    and a column for the managing library to the search results table.
    
    To test:
    - Create some baskets with orders
      - Set managing library for some, but also have some without
    - Apply patch
    - prove t/db_dependent/Acquisition.t
    - Go to Aquisition > Orders search tab on top > Advanced search link
    - Search for orders without limiting
      Orders with and without managing library set should show up
    - Limit search to a specific managing library
    - Verify results match expectations
    
    Signed-off-by: Alex Sassmannshausen <alex at komputilo.eu>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   11 +-
 Koha.pm                                            |    2 +-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |   34 ++++++
 acqui/histsearch.pl                                |    6 +-
 circ/reserveratios.pl                              |    9 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   12 ++
 .../prog/en/includes/filter-orders.inc             |    8 ++
 .../prog/en/modules/acqui/histsearch.tt            |    5 +-
 .../prog/en/modules/acqui/supplier.tt              |    8 +-
 .../en/modules/admin/preferences/searching.pref    |    8 ++
 t/Koha/SearchEngine/ElasticSearch/QueryBuilder.t   |  125 ++++++++++++++++++++
 t/db_dependent/Acquisition.t                       |   40 ++++++-
 13 files changed, 252 insertions(+), 17 deletions(-)
 create mode 100644 t/Koha/SearchEngine/ElasticSearch/QueryBuilder.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list