[koha-commits] main Koha release repository branch master updated. v16.05.00-329-ge75d9be

Git repo owner gitmaster at git.koha-community.org
Fri Jul 15 16:06:01 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  e75d9befca13c2f74706e5eb7874a27bdc1928f1 (commit)
       via  c765d105096ac8c0bc5afd51eb212db54c7901e0 (commit)
       via  b416ac16b5c67d902444041882c31a99e0525fa0 (commit)
      from  199c00c7ba4edb78bcf0d022cfedc4e891316071 (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 e75d9befca13c2f74706e5eb7874a27bdc1928f1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jun 21 12:31:40 2016 +0100

    Bug 12178: Fix tests not to depend on dateformat syspref
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c765d105096ac8c0bc5afd51eb212db54c7901e0
Author: Florent Mara <florent.mara at gmail.com>
Date:   Tue May 24 14:10:32 2016 +1200

    Bug 12178: Tests for changes to claimed serial status
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch: Remove trailing spaces
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b416ac16b5c67d902444041882c31a99e0525fa0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 28 17:00:44 2015 +0200

    Bug 12178: Update serial status to "claimed" when exporting to CSV
    
    On the same way as late issues, the serial status should be updated to
    'claimed' when the issues as exported as csv.
    
    QA note: The updateClaim and UpdateClaimdateIssues subroutine did almost the
    same thing, I kick the second on off to centralize the code.
    
    Test plan:
    1/ Export some late issues as CSV (serials/claims.pl).
    2/ Refresh the page (the export does not do it) and confirm that the
    status, the claim date and the claim count have been updated.
    3/ Select some others issues, select a notice and send the notification.
    Confirm that the behavior is the same.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Serials.pm                   |   47 +++++++++-----------------------------
 serials/claims.pl               |    2 +-
 t/db_dependent/Serials.t        |   48 +++++++++++++++++++++++++++++++++++++--
 t/db_dependent/Serials/Claims.t |   14 +++++++++++-
 4 files changed, 71 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list