[koha-commits] main Koha release repository branch master updated. v16.11.00-445-g286f2f4

Git repo owner gitmaster at git.koha-community.org
Fri Feb 17 12:51:55 CET 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  286f2f4d4470e3c1ba3db876de1ae12bbc69c347 (commit)
       via  86cfae3e059c7782e0b16d2cb9276057f5a49fc1 (commit)
      from  4c8ac01a1d3f3334b03dfab1fd3d8fab27af3957 (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 286f2f4d4470e3c1ba3db876de1ae12bbc69c347
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 23 12:35:13 2017 +0100

    Bug 17958: Add tests for Koha::Notice::Template[s]
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 86cfae3e059c7782e0b16d2cb9276057f5a49fc1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 16 14:10:09 2017 +0100

    Bug 17958: Add Koha::Notice::Template[s] packages (letter table)
    
    This just add Koha::Letter[s] for later uses.
    
    Test plan:
      prove t/db_dependent/Koha/Notices.t
      should return green
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/{BiblioFramework.pm => Notice/Template.pm}   |    6 +-
 Koha/{BiblioFrameworks.pm => Notice/Templates.pm} |   10 +--
 t/db_dependent/Koha/Notices.t                     |   71 +++++++++++++++++++++
 3 files changed, 79 insertions(+), 8 deletions(-)
 copy Koha/{BiblioFramework.pm => Notice/Template.pm} (86%)
 copy Koha/{BiblioFrameworks.pm => Notice/Templates.pm} (81%)
 create mode 100644 t/db_dependent/Koha/Notices.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list