[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-57-ge028a28

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 11:50:17 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, 3.22.x has been updated
       via  e028a289235202efe735c660ceac1b85c41e5ced (commit)
       via  a6725939999a9429e1d3872932821e299ab72d1d (commit)
       via  158ce1735301394e7ad7306f6b62ca54dfde8237 (commit)
      from  ccc236b30628d41872b3a9c6495b850e5fb65a48 (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 e028a289235202efe735c660ceac1b85c41e5ced
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>
    (cherry picked from commit e75d9befca13c2f74706e5eb7874a27bdc1928f1)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 008f50fccb75945f7141660c36855b7b14550f33)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit a6725939999a9429e1d3872932821e299ab72d1d
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>
    (cherry picked from commit c765d105096ac8c0bc5afd51eb212db54c7901e0)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit a14999b7bdb745ccd18ea2ba719defa12fae8abd)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 158ce1735301394e7ad7306f6b62ca54dfde8237
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>
    (cherry picked from commit b416ac16b5c67d902444041882c31a99e0525fa0)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit d4b8efca308423c9abfc3a55b22df51f46396435)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list