[koha-commits] main Koha release repository branch master updated. v16.11.00-714-g8fcb7c1

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 15:16:54 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, master has been updated
       via  8fcb7c11480cf96ffcbd2979aa1e4219337e5de5 (commit)
       via  a191bcaf323f7effd66e7b46dfdcbd722ba0a647 (commit)
       via  4c2b8358cb4974d1b6b708e1dfe6084cf4049457 (commit)
       via  53ebb5c33b474ce507d1e7c239dbffb3d1842b1b (commit)
      from  b041dfa1800249f0179cb6839eda029026d088ca (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 8fcb7c11480cf96ffcbd2979aa1e4219337e5de5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 21 16:03:11 2017 -0300

    Bug 17708: Rename 'RENEW' with 'RENEWAL'
    
    Sounds more appropriate and consistent with existing action logs.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a191bcaf323f7effd66e7b46dfdcbd722ba0a647
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 21 15:53:26 2017 -0300

    Bug 17708: Fix use statements
    
    For an unknown reason, the use_ok('Circulation') does not work as
    intended (see 3660c451a36d).
    With the new use of C4::Log, the trick does no longer work.
    It does not make sense to add the use_ok('C4::Log') in Circulation.t,
    removing it.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4c2b8358cb4974d1b6b708e1dfe6084cf4049457
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 21 16:00:19 2017 -0300

    Bug 17708: Add the IGNORE clause
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 53ebb5c33b474ce507d1e7c239dbffb3d1842b1b
Author: Baptiste Wojtkowski <baptiste.wojtkowski at biblibre.com>
Date:   Wed Feb 8 08:54:42 2017 +0000

    Bug 17708: Added a logaction function in Addrenewal in order to send renew logs
    
    20/02/17 : added the syspref RenewalLog
    24/20/17 : added a test for the syspref Renewal Log
    
    test plan
    1 - Chose a Borrower and have him renewing an item
    2 - Check the renew logs : they should be empty
    3 - Apply patch and set the syspref RenewalLog to 1
    4 - Have the Borrower renewing a new item
    5 - Check the renew logs : there should be your renew
    
    I called the function logaction, which is in charge of modifying the
    logs, within the function which adds a new renewal at the list.
    
    Signed-off-by: Julien Comte <julien.comte at u-psud.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    4 +++-
 .../atomicupdate/bug_17708_add-RenewalLog.sql      |    2 ++
 installer/data/mysql/sysprefs.sql                  |    1 +
 .../prog/en/modules/admin/preferences/logs.pref    |    6 ++++++
 t/db_dependent/Circulation.t                       |   21 +++++++++++++++-----
 5 files changed, 28 insertions(+), 6 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list