[koha-commits] main Koha release repository branch master updated. v3.20.00-beta-61-g7507145

Git repo owner gitmaster at git.koha-community.org
Tue May 19 14:46:21 CEST 2015


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  7507145a6ee7b56fb07fc28bc7d599638b3f4bf1 (commit)
       via  422ffc64060a44c4adeb86bb5325f0a4909f95be (commit)
      from  693249b3e384993094fdef33aab84813499833a5 (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 7507145a6ee7b56fb07fc28bc7d599638b3f4bf1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 14 06:20:00 2015 -0400

    Bug 14200: GetNormalizedISBN failing to normalize valid ISBNs in some cases
    
    For some reason the regular expression used to split the multiple ISBN
    fields can fail which keeps Business::ISBN from being able to parse out
    and return a valid isbn. Using split() instead of the regex fixes the
    issue.
    
    Test Plan:
    1) Apply the unit test patch first
    2) prove t/Koha.t
    3) Note the failures
    4) Apply the second patch
    5) prove t/Koha.t
    6) Note all tests pass
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Karen Bryant <kbryant at ccpl-fl.net>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 422ffc64060a44c4adeb86bb5325f0a4909f95be
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 14 06:19:39 2015 -0400

    Bug 14200: Regression tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Karen Bryant <kbryant at ccpl-fl.net>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Koha.pm |    2 +-
 t/Koha.t   |   14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list