[koha-commits] main Koha release repository branch master updated. v3.22.00-632-g2ea901c

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 04:41:31 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  2ea901c6411063f9b3d245674241c7f012d709cb (commit)
       via  adff231a6763bd57defa9b5036c6df61f9eef99f (commit)
      from  50c6991f499242838057534e2e22cdd39d26e911 (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 2ea901c6411063f9b3d245674241c7f012d709cb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 10 10:32:52 2016 +0000

    Bug 15783: AddAuthorisedValue - Remove the subroutine
    
    Test plan:
      prove t/db_dependent/Koha.t
    should return green
    
      git grep AddAuthorisedValue
    should not return any results
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit adff231a6763bd57defa9b5036c6df61f9eef99f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 10 10:20:01 2016 +0000

    Bug 15783: AddAuthorisedValue - Replace existing calls
    
    The C4::Koha::AddAuthorisedValue is only called twice from
    reports/guided_reports.pl and insert an authorised value.
    This job can be achieve easily using the Koha::AuthorisedValue module.
    
    Test plan:
    1/ Create a new guided report
    2/ Use an existing group and/or subgroup of reports
    3/ Save
    4/ Update an existing report
    5/ Use an existing group and/or subgroup of reports
    6/ Save
    7/ Create or update an existing report
    8/ Remove its assigned group and subgroup
    9/ Save
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Koha.pm                |   21 ----------------
 reports/guided_reports.pl |   14 +++++++++--
 t/db_dependent/Koha.t     |   58 ++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 61 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list