[koha-commits] main Koha release repository branch master updated. v3.14.00-1184-g036f2a5

Git repo owner gitmaster at git.koha-community.org
Mon May 5 21:08:47 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  036f2a50e11dab97ef8509f2f585c4cc407ea728 (commit)
       via  e67463e8b18565d677ea57e63bdbb6a56992037f (commit)
       via  8d5d319f6258e1356860663410329ada72daef60 (commit)
       via  c1b782b6346b2324d3ef39e602bc9b53c876ce13 (commit)
       via  ed4b60fa1dca40d0d0bcf4880fd5f2892a15f90f (commit)
      from  89752a126d005cc763d93eb5e543b1f829bed039 (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 036f2a50e11dab97ef8509f2f585c4cc407ea728
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 5 19:31:00 2014 +0000

    Bug 10500: (follow-up) disable AggressiveMatchOnISBN if UseQueryParser is on
    
    The original patch did not correctly construction ISBN phrase
    searches when QP is on.  Unfortunately, when attempting to fix that,
    I discovered that there's a deep bug in QP that makes it generate
    incorrect search queries when combining more than two atoms
    in with the || operator.  Consequently, until that can be fixed,
    this patch ensures that if UseQueryParser is on, AggressiveMatchOnISBN
    has no effect.
    
    To state it anther way, AggressiveMatchOnISBN works only when QP
    is not in use.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e67463e8b18565d677ea57e63bdbb6a56992037f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 5 18:25:10 2014 +0000

    Bug 10500: DBRev 3.15.00.050
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8d5d319f6258e1356860663410329ada72daef60
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 16 11:03:54 2014 -0400

    Bug 10500: (follow-up) add checks for empty isbn
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c1b782b6346b2324d3ef39e602bc9b53c876ce13
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Sep 13 10:43:09 2013 +0200

    Bug 10500: (follow-up) adjust for name of UNIMARC ISBN indexes
    
    In UNIMARC, the isbn index is ISBN.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ed4b60fa1dca40d0d0bcf4880fd5f2892a15f90f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 20 10:45:44 2013 -0400

    Bug 10500: Improve ISBN matching when importing records
    
    Test Plan:
    1) Catalog a record with the ISBN "0394502884 (Random House)"
    2) Export the record, edit it so the ISBN is now
       "0394502884 (UnRandomHouse)"
    3) Using the record import tool, import this record with matching
       on ISBN.
    4) You should not find a match
    5) Apply this patch
    6) Run updatedatabase.pl
    7) Enable the new system preference AggressiveMatchOnISBN
    8) Repeat step 3
    9) The tool should now find a match
    
    Signed-off-by: Tom McMurdo <thomas.mcmurdo at state.vp.us>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Koha.pm                                         |  115 ++++++++++++++++++--
 C4/Matcher.pm                                      |   16 ++-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   20 ++++
 .../en/modules/admin/preferences/cataloguing.pref  |    8 ++
 kohaversion.pl                                     |    2 +-
 t/Koha.t                                           |    8 +-
 7 files changed, 160 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list