[koha-commits] main Koha release repository branch master updated. v3.14.00-927-g35a94f6

Git repo owner gitmaster at git.koha-community.org
Mon Apr 28 18:48:32 CEST 2014


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  35a94f6423ee851668047075dbc153dc3aa13606 (commit)
       via  2f5e9df121508fe32e5109621224d1ebbc8c388c (commit)
       via  c2d0a49defbc739469be61c33061d6819feb7b69 (commit)
       via  9f1f7da8ac205b2d642aa7986a9ac26b1a8614e1 (commit)
      from  40378d4a13e9d89bd84da90e9b6c0c5a237af1ef (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 35a94f6423ee851668047075dbc153dc3aa13606
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 24 11:23:05 2014 -0400

    Bug 12134: ensure that patrons are not restricted even when the last restriction has expired
    
    Test Plan:
    1) Add a manual restriction to a patron and wait until the
       expiration date of the restriction has passed.  This can be
       simulated by modifying borrowers.debarred for a borrower and
       setting the date in the past.
    2) Try to check out an item to that patron
    3) Note you cannot
    4) Apply this patch
    5) Repeat step 2
    6) Note you can now check out items the patron
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 2f5e9df121508fe32e5109621224d1ebbc8c388c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 28 17:05:19 2014 +0000

    Bug 12134: (follow-up) fix one of the IsDebarred() tests
    
    - pass valid ISO date to the debar-date-in-future test
    - correctly verify that patron is restricted
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c2d0a49defbc739469be61c33061d6819feb7b69
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 25 12:48:42 2014 +0200

    Bug 12134: (follow-up) add more unit tests to reflect the change in IsDebarred
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 9f1f7da8ac205b2d642aa7986a9ac26b1a8614e1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 24 17:36:44 2014 +0200

    Bug 12134: Add unit tests to reflect the change in IsDebarred
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Koha/Borrower/Debarments.pm          |    2 +-
 circ/circulation.pl                  |   18 +++++++++++-------
 t/db_dependent/Borrower_Debarments.t |   11 ++++++++++-
 3 files changed, 22 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list