[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.05-30-g4c3f8e0

Git repo owner gitmaster at git.koha-community.org
Wed Apr 30 16:00:45 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, 3.14.x has been updated
       via  4c3f8e0bc166b303073e12b6ac1a2cb81bffc79b (commit)
       via  72e087186db168d8b833afc8b2aa8f6f1f5eaf12 (commit)
       via  1d4d2d0db796dca67666b074360d50e71cbae664 (commit)
       via  10bb2dea272d2a1a8fb94008efaa90fa14f5a54f (commit)
      from  1448ee66b6dff5d9fd4caa0789fe49d83906f0c8 (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 4c3f8e0bc166b303073e12b6ac1a2cb81bffc79b
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>
    (cherry picked from commit 35a94f6423ee851668047075dbc153dc3aa13606)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 72e087186db168d8b833afc8b2aa8f6f1f5eaf12
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>
    (cherry picked from commit 2f5e9df121508fe32e5109621224d1ebbc8c388c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 1d4d2d0db796dca67666b074360d50e71cbae664
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>
    (cherry picked from commit c2d0a49defbc739469be61c33061d6819feb7b69)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 10bb2dea272d2a1a8fb94008efaa90fa14f5a54f
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>
    (cherry picked from commit 9f1f7da8ac205b2d642aa7986a9ac26b1a8614e1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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