[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-16-g729432170d

Git repo owner gitmaster at git.koha-community.org
Fri Sep 4 17:13:38 CEST 2020


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, 20.05.x has been updated
       via  729432170d0a18b69f3f4e597c530cfe869f6b15 (commit)
      from  c320dfa3beef2bce10e87572ee9dd7f6849a694f (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 729432170d0a18b69f3f4e597c530cfe869f6b15
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Aug 6 11:28:53 2020 +0200

    Bug 23632: Remove C4::Logs::GetLogs
    
    Koha::ActionLogs->search must be used instead.
    There is no call to this subroutine in our code, it should be removed.
    
    Test plan:
    Make sure the 3 test files still return green and that there is no more
    occurrences of GetLogs in the codebase.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 807147fb7b20c837f9afc3e2d6ba589d86d86cbe)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Log.pm                             |  77 +------------------
 t/db_dependent/Illrequest/Logger.t    |  19 -----
 t/db_dependent/Koha/Patron/Messages.t |   4 +-
 t/db_dependent/Log.t                  | 134 ++++++++++++----------------------
 4 files changed, 49 insertions(+), 185 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list