[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.12-12-gd42234e

Git repo owner gitmaster at git.koha-community.org
Wed Nov 30 13:05:53 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, 3.22.x has been updated
       via  d42234e411f23368c7b6aa4134504d66434067a1 (commit)
       via  ce23f810ce14fdd43caf1d6d221e6b1d3fc82427 (commit)
      from  3daf399cacc99077cab5139ffaf29fa4fe500762 (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 d42234e411f23368c7b6aa4134504d66434067a1
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>

commit ce23f810ce14fdd43caf1d6d221e6b1d3fc82427
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>

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

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