[koha-commits] main Koha release repository branch master updated. v16.05.00-502-g090c0fc

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 20:39:39 CEST 2016


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  090c0fc6c49e448b1ee506808e5f157c4ba88414 (commit)
       via  b4a08cad608b8b8aebfebd5a6e058554a7b4bf59 (commit)
       via  a61e0a3324ce61f358d51ab882f42539ec82232a (commit)
       via  fde83bd73def033cd7f5059e58ca84621ec25fef (commit)
       via  d1eb7061536d11b382c3256aaefb48fc447bfa72 (commit)
       via  a6bc706ad1fac9e9343c04a9c8ac142d493629a8 (commit)
      from  0caed05779b886229d2a02c168bdb38453c67bb4 (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 090c0fc6c49e448b1ee506808e5f157c4ba88414
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Aug 17 18:40:27 2016 +0000

    Bug 14642 - DBRev 16.06.00.015
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b4a08cad608b8b8aebfebd5a6e058554a7b4bf59
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 9 10:14:44 2016 +0100

    Bug 14642: Make sure the log will be written only if the hold has been deleted
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a61e0a3324ce61f358d51ab882f42539ec82232a
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Aug 8 23:46:48 2016 -0300

    Bug 14642: (QA followup) Add tests for Koha::Hold->delete
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit fde83bd73def033cd7f5059e58ca84621ec25fef
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jul 26 16:04:16 2016 -0300

    Bug 14642: (QA followup) Make HoldsLog default to 0
    
    After a couple comments regarding the default value I picked for the
    new syspref, I've decided to set it 0, as libraries interested on the
    fetarue will just enable it.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d1eb7061536d11b382c3256aaefb48fc447bfa72
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jun 15 14:48:57 2016 -0300

    Bug 14642: Add logging for Holds
    
    This patch adds logging for several holds actions. Specifically for:
    
    - CREATE
    - CANCEL
    - DELETE
    - RESUME
    - SUSPEND
    - MODIFY
    
    To test:
    - Enable the HoldsLog syspref
    - Add a hold on a record/item
    => SUCCESS: The log view shows the CREATE action
    - Click on the <Suspend> button
    => SUCCESS: The log view shows the SUSPEND action
    - Click on the <Unsuspend> button
    => SUCCESS: The log view shows the RESUME action
    - Click on the red cross, to delete the hold
    => SUCCESS: The log view shows the CANCEL action
    
    Note: The DELETE action is logged when DelMember is called, with bug 16819 patches applied.
    
    Sponsored-by: NEKLS
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    I also wonder about this going in defaulted on, but since the other logs are as well it seems ok to me.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a6bc706ad1fac9e9343c04a9c8ac142d493629a8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jun 24 11:34:01 2016 -0300

    Bug 14642: Add HoldsLog syspref
    
    This patch introduces a new syspref 'HoldsLog' which is to be used for controlling
    holds actions logs.
    
    Sponsored-by: NEKLS
    
    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/Log.pm                                          |    1 +
 C4/Reserves.pm                                     |   13 ++++++
 Koha.pm                                            |    2 +-
 Koha/Hold.pm                                       |   25 ++++++++++++
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   11 +++++
 .../prog/en/modules/admin/preferences/logs.pref    |    6 +++
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt |    8 +++-
 opac/opac-reserve.pl                               |    4 +-
 t/db_dependent/Hold.t                              |   42 +++++++++++++++++++-
 10 files changed, 107 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list