[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.07-23-gc25b953

Git repo owner gitmaster at git.koha-community.org
Tue Jan 16 14:40:08 CET 2018


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  c25b953204e598f1fb1bf5ea965fe45bff014854 (commit)
       via  6bd9fbbcac803036fd731c1e9e9504e0a52472ca (commit)
      from  ce1aacf121f7481c5377480501e367be9364c7e9 (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 c25b953204e598f1fb1bf5ea965fe45bff014854
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 9 10:34:08 2017 -0300

    Bug 19599: Speed anonymise_issue_history up
    
    The query generated by anonymise_issue_history is unecessary complex and
    can be very slow on large DB.
    With this patch we will execute one query per patron instead.
    
    See patch "Bug 19599: Simplify the query" on the bug report for an
    alternative.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 5be4704347610d269e7d3401f50af46b3202869a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 6bd9fbbcac803036fd731c1e9e9504e0a52472ca
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 18 14:27:52 2017 -0300

    Bug 19830: Add the Koha::Patron->old_checkouts method
    
    Test plan:
      prove t/db_dependent/Koha/Patrons.t
    must return green
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 699340a398c3301eb74619c6dd1d18a4cee0951d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/Patron.pm                |   18 +++++++++++++++---
 Koha/Patrons.pm               |   13 ++++++++-----
 t/db_dependent/Koha/Patrons.t |   26 +++++++++++++++++++++-----
 3 files changed, 44 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list