[koha-commits] main Koha release repository branch master updated. v19.05.00-602-gb26c2a1

Git repo owner gitmaster at git.koha-community.org
Tue Sep 10 11:01:25 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  b26c2a18630538ee515f8e383293efd2c2928c70 (commit)
       via  949e36c7b8a11cd185025a4c9e102f0e26205009 (commit)
       via  a7d5a4cc82ad7a1402eb0d11fd6d9613cadfa13a (commit)
       via  237b86006bc7880ffcf8427e2fdc1c71797d4abc (commit)
       via  b9c236ecb8534b4682939440feff86a4275658fe (commit)
      from  3cb66af150171abf44868f8b0bdca8f70132e4f0 (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 b26c2a18630538ee515f8e383293efd2c2928c70
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Aug 8 08:51:14 2019 +0200

    Bug 23004: Unit test
    
    Run prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 949e36c7b8a11cd185025a4c9e102f0e26205009
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed May 29 08:15:08 2019 +0200

    Bug 23004: Missing authtype filter in auth_finder.pl
    
    In cataloguing, the use of tag editor opens authorities finder with a limit on specific authorities type.
    This limit is missing with Elasticsearch.
    
    This patch adds in query a "filter" on "term" which is the most performant way because there must be no ranking computed on this part.
    
    Test plan :
    1) Use Elasticsearch
    2) Create an autority of type author (NP in UNIMARC) with heading "Tolkien"
    3) Create an autority of type subject-author (SAUT in UNIMARC) with heading "Tolkien"
    4) Create a biblio record
    5) Use tag editor on a author field (700 in UNIMARC)
    6) Seach for "Tolkien" in $a
    without patch : you see the 2 authorities in results
    with patch : you see only the correct authority in results (NP in UNIMARC)
    7) Check search in authorities-home.pl is still OK
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a7d5a4cc82ad7a1402eb0d11fd6d9613cadfa13a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Sep 10 09:38:39 2019 +0100

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

commit 237b86006bc7880ffcf8427e2fdc1c71797d4abc
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue May 28 14:14:02 2019 +0000

    Bug 22996: Move barcode separators to a preference
    
    This patch makes batchMod.pl and inventory.pl pick the barcode
    separators from a new pref BarcodeSeparators (instead of hardcoding
    these separators differently).
    A few other code locations may be potential candidates for such a change
    too.
    
    Test plan:
    Test inventory with a few variations of BarcodeSeparators.
    Test Batch item modification similarly.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b9c236ecb8534b4682939440feff86a4275658fe
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue May 28 14:47:35 2019 +0000

    Bug 22996: Add new preference BarcodeSeparators
    
    The pref value is used within a regex character class like [pref].
    This means that we should precede hyphen with a backslash; the pipe char
    or dot does not need escaping.
    
    Test plan:
    Run new install or upgrade.
    Check pref value.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                                    |    2 +-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm            |    3 +++
 installer/data/mysql/sysprefs.sql                          |    1 +
 installer/data/mysql/updatedatabase.pl                     |    7 +++++++
 .../prog/en/modules/admin/preferences/tools.pref           |    6 ++++++
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t         |   10 +++++++++-
 tools/batchMod.pl                                          |   12 ++++++++----
 tools/inventory.pl                                         |    3 ++-
 8 files changed, 37 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list