[koha-commits] main Koha release repository branch 16.11.x updated. v16.11.08-84-g17d1290

Git repo owner gitmaster at git.koha-community.org
Wed Jun 21 08:33:53 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, 16.11.x has been updated
       via  17d12909a0cb4cabe7b4ed459cfd0dcdcfff26f5 (commit)
       via  921f346233fb2c0b6cf0f38217f0739223b63961 (commit)
       via  a5b9bbe042f0d11bf42a8eaa9f501909810ff8b9 (commit)
       via  83324ded22d35c5c5dde5be091818ef8dfad024f (commit)
      from  9e83bceff633fc7a6749391abc765e7f1b11f955 (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 17d12909a0cb4cabe7b4ed459cfd0dcdcfff26f5
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>
    (cherry picked from commit 50c886e0a96a39a2906756dae42ade5c9fd0f9d0)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 921f346233fb2c0b6cf0f38217f0739223b63961
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 8 16:11:45 2017 -0300

    Bug 18762: Remove some warnings from Search.t
    
    Note that some are caused by CGI, see bug 18632
    
    Test plan:
    Confirm there are less warnings with this patch applied
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    (cherry picked from commit 6d78d7a6108afc75546f933d601b04fde8b76c9b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit f7bcec64644ea76aa3bff71fec41fb57d4442c13)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit a5b9bbe042f0d11bf42a8eaa9f501909810ff8b9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 8 15:36:40 2017 -0300

    Bug 18762: Remove a warning from History.t
    
    Test plan:
      prove t/db_dependent/Search/History.t
    should not display any warnings
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    (cherry picked from commit 15f9e830ece26b5eead340e67b8d05b4bd07e930)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 5c0e28d092730e8402739588f159e5607d518a6f)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 83324ded22d35c5c5dde5be091818ef8dfad024f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 8 15:35:02 2017 -0300

    Bug 18762: Remove warnings from xt/author/valid-templates.t
    
    Test plan:
    Read the changes and make sure they make sense
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    (cherry picked from commit ab29b5efdc763269399c06aa62ac0a36a93152f8)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 9cd4fc3703de5882de8986d364221f9134aaaa80)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 C4/Matcher.pm                                                   |    5 ++++-
 koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt       |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt   |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt    |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt    |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt        |    2 +-
 t/db_dependent/Search.t                                         |    4 ++++
 t/db_dependent/Search/History.t                                 |    7 +++----
 10 files changed, 18 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list