[koha-commits] main Koha release repository branch master updated. v3.22.00-730-gef2decc

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 05:15:40 CET 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  ef2decc48988aa9b622893a7350b9b6b05df79e9 (commit)
       via  543a7f5081677347b46ce17e9cc7d24faf9d5dab (commit)
      from  4c6d3edc0bf95604ee171a5ec34e76a61f100a7d (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 ef2decc48988aa9b622893a7350b9b6b05df79e9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Feb 5 09:40:49 2016 +0100

    Bug 14751: [QA Follow-up] Unit tests for interface method
    
    Added some descriptions in Context.t and added two tests for sip
    and commandline.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 543a7f5081677347b46ce17e9cc7d24faf9d5dab
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Aug 28 07:31:10 2015 -0400

    Bug 14751 - Allow C4::Context->interface to be set to 'sip' or 'commandline'
    
    Koha::Logger allows us to split up logging to separate files based on
    the interface. However, right now the interface is limited to just
    'opac' or 'intranet'.
    
    We should extend this to allow the interface to also be set to 'sip'
    for SIP server logging, and to 'commandline' for cronjobs and all other
    command line scripts.
    
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    
    Does what it says on the tin
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Context.pm |    2 +-
 t/Context.t   |   25 ++++++++++++++-----------
 2 files changed, 15 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list