[koha-commits] main Koha release repository branch new/bug_10230 created. v3.12.00-beta1-562-ga278407

Git repo owner gitmaster at git.koha-community.org
Sun May 19 14:34:02 CEST 2013


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, new/bug_10230 has been created
        at  a278407a476c67c334e1e76fc72c1871a7328af5 (commit)

- Log -----------------------------------------------------------------
commit a278407a476c67c334e1e76fc72c1871a7328af5
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat May 11 16:07:43 2013 -0400

    Bug 10230: show correct matching record
    
    The correct matching record was not always shown on the manage staged
    MARC page. This patch corrects the issue and provides the template with
    the appropriate ID for the matched record regardless what type of record
    it is.
    
    To test:
    1) Create a matching record for authorities. For MARC21, the following
       is a good choice:
       Matching rule code:  AUTHPER
       Description:         Personal name main entry
       Match threshold:     999
       Record type:         Authority record
       [Match point 1:]
        Search index:   mainmainentry
        Score:          1000
        Tag:            100
        Subfields:      a
    2) Create a record that has the appropriate fields for being matched
       with that rule (if you don't already have one).
    3) Save the authority record as MARC (Unicode/UTF-8).
    4) Stage the file choosing your new matching rule.
    5) Note that with these patches, you get a link to the existing
       authority and without them you could get any number of strange
       things.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script. Additional tests done:
    - staged bibliographic records and matched with different
      rules and actions. Undid the import.
    - staged autohrity recods and matched with the example rule.
      Undid the import.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 4f9174349c99574df0933f2b660938998580d8ba
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat May 11 15:19:58 2013 -0400

    Bug 10230: Don't limit valid matches to bibs
    
    The patch for bug 9523 added a JOIN to the biblio table when identifying
    the best match so that if a matched record had been deleted it would
    not hold up the import process. Unfortunately, this broke all authority
    matching, since of course authorities don't appear in the biblio table.
    This patch adds a join to auth_header as well, and decides which to
    check based on the record type.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comment on third patch of this series.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 2708db52778944f41b36379cc5f202a8ddea6a5a
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat May 11 10:40:09 2013 -0400

    Bug 10230: no need to use SimpleSearch for matching auths
    
    When introducing QueryParser, I introduced a check for QueryParser at
    too high a level, causing authority matching to try and use SimpleSearch
    for authorities prematurely, when SearchAuthorities should be handling
    it. This patch corrects the level of the check. This patch only moves
    three lines, but thanks to the change in if level, it adjusts the
    indentation quite a bit.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comments on third patch of this series.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit c07cd2e031b615882fd3cc6ea60f56cd44c631f2
Merge: 0e6a244 cd281e4
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sun May 19 08:39:43 2013 -0400

    Merge branch 'bug_10281' into 3.14-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list