[koha-commits] main Koha release repository branch master updated. v16.05.00-1322-g43c6850

Git repo owner gitmaster at git.koha-community.org
Fri Nov 4 15:09:24 CET 2016


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  43c6850269d7bc28ec339ccab780592fb306ac4d (commit)
       via  ed932be618da24b226cd6404eb2f526886dbd781 (commit)
      from  4fd1f3e48ea103d1656adebe70d9c9672f7217f7 (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 43c6850269d7bc28ec339ccab780592fb306ac4d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 8 10:53:25 2016 +0000

    Bug 16493: [QA Followup] Restore title and author match as an option, make it the default
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ed932be618da24b226cd6404eb2f526886dbd781
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed May 11 14:19:41 2016 +0000

    Bug 16493: acq matching on title and author
    
    When you order from a staged file you're getting duplicate warnings that
    are inaccurate.  For example, when you order a file of 50 DVDs for
    example and they don't have ISBNs they're matching on the books. And
    then you have to order them one by one.
    
    This patch replaces the use of FindDuplicates with Koha's match point
    system. This means you can select from the same match points defined
    and used in the batch record importer, or you can opt to skip matching
    altogether!
    
    Test Plan:
    1) Import a record with a title, isbn and author.
    2) Delete the from the record and stage it again
    3) Attempt to add it to a basket via the staged record
    4) You should note the gives you the "No records imported" message
    5) Apply this patch
    6) Create a matcher for ISBN
    7) Create a matcher for Author/Title
    8) Attempt to add the record to your basket using the ISBN matcher
    8) Koha should find no match and import the record to the basket
    9) Stage the record again
    10) Attempt to add the record to your basket using the Title/Author matcher
    11) You should recieve the "No records imported" message.
    
    Signed-off-by: Barbara Fondren <bfondren at roundrocktexas.gov>
    
    Signed-off-by: Nicole C Engard <nengard at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 acqui/addorderiso2709.pl                           |   15 +++++++-
 .../prog/en/modules/acqui/addorderiso2709.tt       |   36 +++++++++++++++++---
 2 files changed, 46 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list