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.r...@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.r...@rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit 5104d1eae67db94bebb05b2e9f1817685649b224
Author: Nick Clemens <n...@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.r...@rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit 3d15819443bd114a5e61a7a9ee947a3307d39b8f
Author: Nick Clemens <n...@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 <rh...@ottumwapubliclibrary.org>
    Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvo...@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
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to