[koha-commits] main Koha release repository branch master updated. v16.11.00-22-g9d0c436

Git repo owner gitmaster at git.koha-community.org
Fri Dec 2 20:17:32 CET 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  9d0c436cb4e6f6866957cdfd9623a10df07126f7 (commit)
       via  6bea1c641f8adf69b34205282e4318263e771d40 (commit)
       via  ac281a12910df8d4cc9116d9c4748d028402f67a (commit)
       via  c48646e956b2ec8105f818be9ee6cc275372cc6f (commit)
       via  e5ea08beadb9185f2b34dcf8f1830f01efc563b8 (commit)
       via  57fd09f45c4372438b10cf6779a42def51c77960 (commit)
       via  57eb834ba74a0f440e38e2eea94e9ce315d1a62d (commit)
      from  4716c495e091cb9cf6e867bfaa993fd5aeb8ccae (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 9d0c436cb4e6f6866957cdfd9623a10df07126f7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 2 11:25:29 2016 +0100

    Bug 17583: [QA Follow-up] Final polishing
    
    Number of tests in Patrons.t corrected.
    Method is_going_to_expired (no english!) renamed to is_going_to_expire.
    Adding a negative duration replaced by a subtract. Reads easier.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6bea1c641f8adf69b34205282e4318263e771d40
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 15 11:16:03 2016 +0000

    Bug 17583: Mock the pref before tests
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ac281a12910df8d4cc9116d9c4748d028402f67a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 9 13:24:09 2016 +0000

    Bug 17583: Make sure we are comparing 2 dates
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c48646e956b2ec8105f818be9ee6cc275372cc6f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 9 11:25:16 2016 +0000

    Bug 17583: Fix tests
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e5ea08beadb9185f2b34dcf8f1830f01efc563b8
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Nov 9 09:59:50 2016 +0000

    Bug 17583: Add test for is_going_to _expired to be true
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 57fd09f45c4372438b10cf6779a42def51c77960
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 8 15:01:55 2016 +0000

    Bug 17583: Add the Koha::Patron->is_going_to_expired method
    
    In order to be consistent, we need to create this method as well.
    
    Test plan:
    Make sure the pref NotifyBorrowerDeparture works as expected
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 57eb834ba74a0f440e38e2eea94e9ce315d1a62d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 8 12:26:00 2016 +0100

    Bug 17583: Use Koha::Patron->is_expired from the circulation page
    
    Bug 17579 introduces a Koha::Patron->is_expired method.
    Let's use it from this script.
    
    Test plan:
    Confirm that you see the message on the interface from the circulation
    page for an expired patron
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Patron.pm                |   20 +++++++++++++++++++
 circ/circulation.pl           |   14 ++------------
 t/db_dependent/Koha/Patrons.t |   43 ++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 64 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list