[koha-commits] main Koha release repository branch master updated. v3.22.00-138-g2a937b4

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 00:40:58 CET 2015


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  2a937b4b853d8bf53469ca68d7e2867fd2ef3695 (commit)
       via  3a49b20418a42ee6cf8bde34f0d91d8e2013bac9 (commit)
       via  4a584d528dbe8e227eb481636b1f9f32da2ec514 (commit)
      from  bd4a6830527b3d1482e41f084098de66eacf5bcd (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 2a937b4b853d8bf53469ca68d7e2867fd2ef3695
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jul 9 11:24:00 2015 -0400

    Bug 13517 [QA Followup] - Fix unit tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>

commit 3a49b20418a42ee6cf8bde34f0d91d8e2013bac9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 25 15:17:12 2015 -0400

    Bug 13517 [QA Followup] - Add unit tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>

commit 4a584d528dbe8e227eb481636b1f9f32da2ec514
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Mar 18 08:50:21 2015 -0400

    Bug 13517 - Show waiting date on reserve/request.pl
    
    The holds table should show the waiting date for a hold in s similar
    manner to the way it does on catalogue/detail.pl In addition, if the
    ReservesMaxPickUpDelay syspref is set, we should display the date
    when the waiting hold expires.
    
    Test Plan:
    1) Apply this patch
    2) Set ReservesMaxPickUpDelay to 7
    3) Find a waiting hold
    4) Browse to reserve/request.pl for that record
    5) Notice the "Item waiting" message now has "since <waitingdate>"
    6) Notice the expiration field now has the date of <waitingdate> + 7 days
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Cathi Wiggins <CWIGGINS at ci.arcadia.ca.us>
    
    Signed-off-by: Megan Wianecki <mwianecki at mplmain.mtpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>

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

Summary of changes:
 Koha/Hold.pm                                       |   47 +++++++-
 .../prog/en/modules/reserve/request.tt             |   10 +-
 reserve/request.pl                                 |  124 ++++++++++----------
 t/db_dependent/Hold.t                              |   21 +++-
 4 files changed, 137 insertions(+), 65 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list