[koha-commits] main Koha release repository branch master updated. v16.05.00-730-gdc847ca

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 12:54:46 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  dc847cabdfd5a90289b6f883a495537af2445643 (commit)
       via  07c246ba78b92599c949c18d746a43ed836087e6 (commit)
       via  dde9fe1e98a314b06a160a75018abcf5261aaebb (commit)
       via  f48409bb8dbe9f011be6d448301fe1db03de9ec1 (commit)
       via  e4e90ea0dae0b93978cf450d48a26f9da0be7587 (commit)
       via  076ef1e22e1156fe582eb30ae981c5b98a8ec00d (commit)
       via  92bfc28eb0fd15aefccaef300943de9e7b161c40 (commit)
       via  5bbcaf215eb0ffef18db3163f19fd140bd78da3c (commit)
      from  f6bf8c55a40bb60998b3d696b25eaeb6a75fe4e9 (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 dc847cabdfd5a90289b6f883a495537af2445643
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Sep 9 09:47:33 2016 +0000

    Bug 16911 [QA Followup] - Fix number of categories to look for after deleting one
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 07c246ba78b92599c949c18d746a43ed836087e6
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Sep 5 15:18:57 2016 -0300

    Bug 16911: (QA followup) CGI->param should not be called in list context
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit dde9fe1e98a314b06a160a75018abcf5261aaebb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 20 19:03:53 2016 +0100

    Bug 16911: ->get_expiry_date accepts strings
    
    To make sure nothing else will be broken, it's certainly better to
    handle date strings in a first phase.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f48409bb8dbe9f011be6d448301fe1db03de9ec1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 12 20:29:15 2016 +0100

    Bug 16911: Rename extend_subscription with renew_account
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e4e90ea0dae0b93978cf450d48a26f9da0be7587
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 11 23:28:19 2016 +0100

    Bug 16911: Koha::Patrons - Move ExtendMemberSubscriptionTo to ->extend_subscription
    
    This patch moves the code from C4::Members::ExtendMemberSubscriptionTo
    to Koha::Patron->extend_subscription.
    
    The expected behavior is:
    When a new patron is created, the enrolment period defined for the
    patron category is used unless an enrolment period date is defined. In
    that case, this date is used.
    When an account is renewed, the pref BorrowerRenewalPeriodBase is used to
    determine if the subscription is renewed from today or from the day when his/her
    account has expired.
    
    Test plan:
    Confirm that the behavior is correct before this patch and that it's
    still the same after this patchset applied.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 076ef1e22e1156fe582eb30ae981c5b98a8ec00d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 12 00:18:56 2016 +0100

    Bug 16911: Koha::Patrons - Add tests for ->extend_subscription
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 92bfc28eb0fd15aefccaef300943de9e7b161c40
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 11 23:45:55 2016 +0100

    Bug 16911: Koha::Patron::Categories - Move GetExpiryDate to ->get_expiry_date
    
    This patch moves the code from C4::Members::GetExpiryDate to
    Koha::Patron::Categories.
    Nothing much exiting, please follow test plan in next patches.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5bbcaf215eb0ffef18db3163f19fd140bd78da3c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 12 00:14:56 2016 +0100

    Bug 16911: Koha::Patron::Categories - Add tests for ->get_expiry_date
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm                           |   69 ++-----------------------------
 Koha/Patron.pm                          |   27 ++++++++++++
 Koha/Patron/Category.pm                 |   12 ++++++
 members/member-password.pl              |    2 +-
 members/memberentry.pl                  |    7 ++--
 members/setstatus.pl                    |    5 ++-
 t/db_dependent/Koha/Patron/Categories.t |   48 +++++++++++----------
 t/db_dependent/Koha/Patrons.t           |   48 ++++++++++++++++++++-
 tools/import_borrowers.pl               |    6 +--
 9 files changed, 126 insertions(+), 98 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list