[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.00-62-g50c886e

Git repo owner gitmaster at git.koha-community.org
Tue Jun 20 10:32:17 CEST 2017


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, 17.05.x has been updated
       via  50c886e0a96a39a2906756dae42ade5c9fd0f9d0 (commit)
      from  d80b7e2841abddc4f6ff8510df006aa310ef352e (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 50c886e0a96a39a2906756dae42ade5c9fd0f9d0
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Jan 11 15:36:05 2017 +1100

    Bug 17710 - C4::Matcher::get_matches and C4::ImportBatch::GetBestRecordMatch should use same logic
    
    C4::ImportBatch::GetBestRecordMatch uses SQL to sort by score descending
    then candidate_match_id descending. With C4::Matcher::get_matches, I
    implement the same sort but use Perl code to do it, since we're sorting
    search results.
    
    It's a simple change, but it's in a big block of code, so I don't have
    unit tests.
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 6906b848a78ad4c7d52c1e7c7ce195f08cc6d2a6)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Matcher.pm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list