[koha-commits] main Koha release repository branch master updated. v19.05.00-512-gb48e2d5

Git repo owner gitmaster at git.koha-community.org
Fri Aug 16 13:48:29 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  b48e2d5e7a41511dccadb01808e1ece259c5f0b9 (commit)
       via  5104d1eae67db94bebb05b2e9f1817685649b224 (commit)
       via  3d15819443bd114a5e61a7a9ee947a3307d39b8f (commit)
      from  1aae63606caeb389a40bd644b1f9e30917325573 (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 b48e2d5e7a41511dccadb01808e1ece259c5f0b9
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>

commit 5104d1eae67db94bebb05b2e9f1817685649b224
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>

commit 3d15819443bd114a5e61a7a9ee947a3307d39b8f
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>

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

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