[koha-commits] main Koha release repository branch master updated. v16.05.00-496-g0caed05

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 20:06:13 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  0caed05779b886229d2a02c168bdb38453c67bb4 (commit)
       via  3a7aaf1339247689405e769349faaca6fe359950 (commit)
       via  25cdf478958b4fd6c0e6d2510dce4963cf183f29 (commit)
       via  95fff37db888ce73a20f0506d5158fb57bcfe1c0 (commit)
       via  baeba970f77dbc75ae859e9cc6ba04afa410f17a (commit)
       via  8a135fd21a06045075b49b465082dae74086f53f (commit)
      from  9237fe676336f5908a9acc26a3b70b70d25602ae (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 0caed05779b886229d2a02c168bdb38453c67bb4
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Aug 17 18:03:50 2016 +0000

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

commit 3a7aaf1339247689405e769349faaca6fe359950
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 1 18:53:00 2016 -0300

    Bug 16829: Unit tests for logaction's 'interface parameter'
    
    This patch introduces tests for the new 'interface' parameter for the
    C4::Log::logaction and C4::Log::GetLogs functions.
    
    In logaction, it falls back to C4::Context->interface if ommited.
    
    To test:
    - Run
      $ prove t/db_dependent/Log.t
    => SUCCESS: Tests pass
    - Sign off
    
    Sponsored-by: NEKLS
    
    Signed-off-by: Nicole C Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 25cdf478958b4fd6c0e6d2510dce4963cf183f29
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 1 18:33:15 2016 -0300

    Bug 16829: DBIx update
    
    Sponsored-by: NEKLS
    
    Signed-off-by: Nicole C Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 95fff37db888ce73a20f0506d5158fb57bcfe1c0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 1 18:27:03 2016 -0300

    Bug 16829: Add 'interface' to the log viewer
    
    This patch introduces the 'interface' filter to the log viewer.
    
    To test:
    - Apply the patch
    - Open the log viewer
    => SUCCESS: As default, 'All' interfaces are chosen. OPAC, Intranet and SIP are presented
    - Do a lot of log searches, verify that the interface column shows what is expected.
    => SUCCESS: The chosen 'interfaces' are kept when rendering results.
    
    Sponsored-by: NEKLS
    
    Signed-off-by: Nicole C Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit baeba970f77dbc75ae859e9cc6ba04afa410f17a
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 1 18:26:13 2016 -0300

    Bug 16829: make logaction and GetLogs aware of the interface column
    
    This patch changes the logaction API so it accepts a new 'interface' param.
    Current code calling logaction is not changed, and this parameter can be ommited
    in most contexts, and it will correctly fall-back to C4::Context->interface.
    
    Unit tests are provided on a different patch.
    
    GetLogs gets patched as well, so it can be required to filter by 'interface' param.
    
    Sponsored-by: NEKLS
    
    Signed-off-by: Nicole C Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8a135fd21a06045075b49b465082dae74086f53f
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 1 17:48:37 2016 -0300

    Bug 16829: Add 'interface' column to action_logs
    
    This patch introduces a new column for the action_logs table. It is
    called 'interface' and it is intended to store the interface in which
    the action was performed.
    
    Sponsored-by: NEKLS
    
    Signed-off-by: Nicole C Engard <nengard at bywatersolutions.com>
    
    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                                          |   13 +++-
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/ActionLog.pm                    |   12 +++-
 installer/data/mysql/kohastructure.sql             |    4 +-
 installer/data/mysql/updatedatabase.pl             |   14 ++++
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt |   30 +++++++++
 t/db_dependent/Log.t                               |   69 +++++++++++++++++++-
 tools/viewlog.pl                                   |    7 +-
 8 files changed, 139 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list