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

Git repo owner gitmaster at git.koha-community.org
Mon May 19 21:37:46 CEST 2014


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  9d9c413c42dc124c7ef26c779c2c0758b4735ae4 (commit)
       via  833eef4e08b7e8891c86b5e898c43f3aaeab6ff5 (commit)
       via  49ebd6068783f5551ef3688f3fe4681f1a0e3b8e (commit)
      from  ceb017765fc3430f188b5cbdd71d994c15359508 (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 9d9c413c42dc124c7ef26c779c2c0758b4735ae4
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 19 19:56:14 2014 +0000

    Bug 12288: (follow-up) test for defined values
    
    This patch adjusts the test so that if an "ISBN" is not
    defined (because the source string did not specify a valid
    ISBN), it doesn't result in a warning once the warnings
    stricture is enabled in C4::Koha.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 833eef4e08b7e8891c86b5e898c43f3aaeab6ff5
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 19 08:37:28 2014 -0400

    Bug 12288: fix search errors with AggressiveMatchOnISBN turned on
    
    This patch fixes a problem where search errors like this in the logs when
    running a stage import with the AggressiveMatchOnISBN syspref turned on:
    
    search failed (isbn,phr=978-0-7517-9745-9 or isbn,phr=0-7517-9745-6 or
    isbn,phr=978-0-7517-9745-9 or isbn,phr=0751797456 or
    isbn,phr=9780751797459 or isbn,phr=978-0-7517-9759-6 or
    isbn,phr=0-7517-9759-6 or isbn,phr=978-0-7517-9759-6 or
    isbn,phr=0751797596 or isbn,phr=9780751797596 or isbn,phr= or
    isbn,phr= or isbn,phr= or isbn,phr= or isbn,phr=) CCL parsing
    error (10014) Search word expected ZOOM at
    /usr/share/koha/lib/C4/Matcher.pm line 688.
    
    This is most easily seen when running the script from command line
    /misc/stage_file.pl.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 49ebd6068783f5551ef3688f3fe4681f1a0e3b8e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 19 19:29:44 2014 +0000

    Bug 12288: add regression test
    
    To test:
    
    [1] Run prove -v t/Koha.t.  The last test should fail.
    [2] Apply the main patch for this bug.
    [3] Run prove -v t/Koha.t again.  This time, all tests should pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Koha.pm |    3 +++
 t/Koha.t   |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list