[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.09-34-g646fec6

Git repo owner gitmaster at git.koha-community.org
Tue Sep 24 17:28:14 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, 18.11.x has been updated
       via  646fec65caa2f04b807dd78719520bbd13b30951 (commit)
       via  9baac5074de6ab7701162534560c579ebc61c9a7 (commit)
       via  144393dd9ec063c0e6977dee7e2b0ef198f8bf39 (commit)
      from  dc5870a21eb1d04eff8e07e42e77b227cc689448 (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 646fec65caa2f04b807dd78719520bbd13b30951
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 16 06:03:55 2019 +0000

    Bug 23324: (QA follow-up) Typo and remove unneeded use statement
    
    Two typos in POD typo for routine name.
    Remove "use Business::ISBN" from Normalize.pm.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b48e2d5e7a41511dccadb01808e1ece259c5f0b9)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit c8d170a6883c5b72de270ad556abd78080d3cf16)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 9baac5074de6ab7701162534560c579ebc61c9a7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Aug 9 10:47:17 2019 +0000

    Bug 23324: (QA follow-up) Use existing NormalizeISBN function
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 5104d1eae67db94bebb05b2e9f1817685649b224)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit a924e1e0507812222614e0ed9030b6977babbdf4)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 144393dd9ec063c0e6977dee7e2b0ef198f8bf39
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jul 16 13:11:06 2019 +0000

    Bug 23324: Add an ISBN normalization routine
    
    To test:
    1 - Set SearchEngine to ElasticSearch
    2 - Stage the sample file (import it if it doesn't already exist in your catalog and then stage again)
    3 - Set matching rule to ISBN
    4 - No matches found
    5 - Apply patch
    6 - Apply no matchign rule
    7 - Change the ISBN matching rule to use ISBN normalizer
    8 - Apply matching rule for ISBN
    9 - It matches!
    
    Signed-off-by: Ron Houk <rhouk at ottumwapubliclibrary.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 3d15819443bd114a5e61a7a9ee947a3307d39b8f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit bb6f4f13ce94231edbbdb5530f1d9734e02fc526)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Koha.pm                                         |   14 ++++--
 C4/Matcher.pm                                      |    8 +++-
 Koha/Util/Normalize.pm                             |   22 +++++++++
 .../prog/en/modules/admin/matching-rules.tt        |    1 +
 t/Koha.t                                           |    4 +-
 t/Matcher.t                                        |   49 +++++++++++++++++++-
 6 files changed, 90 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list