[koha-commits] main Koha release repository branch master updated. v3.14.00-387-g3cbf11a

Git repo owner gitmaster at git.koha-community.org
Fri Jan 31 20:02:59 CET 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  3cbf11a2bf3c253270214823a71b8b8f807e6a52 (commit)
       via  a45e36cd16e6eb8940e9ec09877b634e0ba9294a (commit)
      from  6b6377316eb49d94476e9442728389cc4c9297ff (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 3cbf11a2bf3c253270214823a71b8b8f807e6a52
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jan 31 19:13:59 2014 +0000

    Bug 10811: (follow-up) use "local-number" rather than "Local-Number"
    
    At present, the QueryParser search mode expects that search field names
    and aliases are case-sensitive.  This may change (see bug 11353), but
    for now, this patch ensures that the local-number searches used by
    the KohaBiblio rule will work regardless of the value of the
    UseQueryParser system preference.
    
    To test:
    
    [1] Use the KohaBiblio 999$c matching rule with UseQueryParser both
        on and off.  Verify that matching by biblionumber works correctly.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a45e36cd16e6eb8940e9ec09877b634e0ba9294a
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Sep 2 13:25:03 2013 +1000

    Bug 10811 - Add a 999$c record matching rule to the MARC21 defaults
    
    This patch adds a default record matching rule for biblionumber
    using the 999$c and the Local-Number index.
    
    This is part of the optional marc21 SQL, as well as in the
    updatabase.pl script.
    
    TEST PLAN
    ---------
     1) Apply the SQL for adding the KohaBiblio matching rule.
     2) Run updatedatabase.pl
     3) Export some MARC bibliographic records from Koha
     4) Import those same MARC bibliographic records using the
         "KohaBiblio" record matching rule.
     5) The incoming records should match perfectly
     6) Check the mysql tables (marc_matchers, matchpoints,
          matcher_matchpoints, matchpoint_components,
          matchpoint_component_norms) to make sure the values were
         inserted as expected.
    
    Optional: install a new Koha MARC21 database from scratch and
    ensure that the sample matching rules are loaded.  Add at
    least one bib record, and try steps 1-6.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Dropped the database update from the original patch, as the matching
    rules are not at present mandatory during installation.

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

Summary of changes:
 .../marc21/optional/marc21_default_matching_rules.sql          |    8 ++++++++
 1 file changed, 8 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list