[koha-commits] main Koha release repository branch master updated. v3.22.00-1125-gc266985

Git repo owner gitmaster at git.koha-community.org
Thu Apr 7 07:26:50 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  c2669856becef61f83144b91faf35a9635300dad (commit)
       via  5e17091e926ad493c64e95ec5407e4ff6120b70c (commit)
      from  4fa84cf713517883ff29b7472c9c75a7f1d717f6 (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 c2669856becef61f83144b91faf35a9635300dad
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 6 13:09:31 2016 +0100

    Bug 16086: Add tests for Koha::Issues
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 5e17091e926ad493c64e95ec5407e4ff6120b70c
Author: Alex Sassmannshausen <alex.sassmannshausen at ptfs-europe.com>
Date:   Thu Mar 17 13:20:32 2016 +0100

    Bug 16086: Add Issues Koha object.
    
    * Koha/Issue.pm: New file.
    * Koha/Issues.pm: New file.
    
    https://bugs.koha-community.org/show_bug.cgi?id=16086
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Nothing to test, no errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 Koha/{OldIssue.pm => Issue.pm}   |    4 +--
 Koha/{OldIssues.pm => Issues.pm} |    8 ++---
 t/db_dependent/Koha/Issues.t     |   60 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 6 deletions(-)
 copy Koha/{OldIssue.pm => Issue.pm} (94%)
 copy Koha/{OldIssues.pm => Issues.pm} (89%)
 create mode 100644 t/db_dependent/Koha/Issues.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list