[koha-commits] main Koha release repository branch master updated. v3.22.00-415-gb86143b

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 07:17:34 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  b86143b7b8144eaa6d0a42e512935e78ed7425e0 (commit)
       via  f87494a6e9d7c2bc24abaccb29d3610a398f44e6 (commit)
       via  d967abbe98c86dd330d0093fa2efaf77aeae1faa (commit)
       via  0b60dcbeacad972431298868fa8c4bdf2db40d77 (commit)
       via  ed3c44b627d2c4921b19c64c8182eaeb4a948eac (commit)
       via  2566dbdc4d7f2fe0e0b164235bac538254df2976 (commit)
       via  c60c8f0821a89b2914124b77ef6ae80421940009 (commit)
      from  cc878aee77d8ed24d14217009a504bdbcf4de2f7 (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 b86143b7b8144eaa6d0a42e512935e78ed7425e0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 19 14:16:22 2016 +0000

     Bug 14310 [QA Follow] - Remove FIXME, add explanation comment instead
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit f87494a6e9d7c2bc24abaccb29d3610a398f44e6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 19 12:18:40 2016 +0000

     Bug 14310 [QA Followup] - Adapt existing code to use new methods
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit d967abbe98c86dd330d0093fa2efaf77aeae1faa
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 19 11:07:48 2016 +0000

     Bug 14310 [QA Followup] - Use output_with_http_headers, return 403s
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 0b60dcbeacad972431298868fa8c4bdf2db40d77
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Oct 30 10:27:10 2015 -0400

     Bug 14310 [QA Followup] - Deal with error conditions
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit ed3c44b627d2c4921b19c64c8182eaeb4a948eac
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Oct 26 06:39:38 2015 -0400

     Bug 14310 [QA Followup] - Enable translations, set svc script to be executable
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 2566dbdc4d7f2fe0e0b164235bac538254df2976
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Oct 16 11:02:18 2015 -0400

     Bug 14310 [QA Followup] - Add unit tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit c60c8f0821a89b2914124b77ef6ae80421940009
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Oct 16 10:44:11 2015 -0400

     Bug 14310 - Suspend and resume indvidual holds from patron holds table
    
    This enhancment adds the ability to suspend and resume individual holds
    from the holds table on circulation.pl and moremember.pl.
    
    The interface is inspired/cribbed from the same feature already
    available in the opac.
    
    Test Plan:
    1) Apply this patch
    2) Find a patron with holds
    3) Suspend a hold with no resume date
    4) Resume the suspended hold
    5) Suspend a hold with a resume date
    6) Resume the suspended hold
    
    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: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Reserves.pm                                     |   99 ++++++++-----------
 Koha/Hold.pm                                       |   53 ++++++++++
 .../intranet-tmpl/prog/en/includes/strings.inc     |    8 ++
 koha-tmpl/intranet-tmpl/prog/en/js/holds.js        |  104 ++++++++++++++++++--
 .../prog/en/modules/circ/circulation.tt            |    1 +
 .../prog/en/modules/members/moremember.tt          |    1 +
 svc/hold/resume                                    |   54 ++++++++++
 svc/hold/suspend                                   |   64 ++++++++++++
 t/db_dependent/Hold.t                              |   28 +++++-
 t/db_dependent/Holds.t                             |   23 ++++-
 10 files changed, 360 insertions(+), 75 deletions(-)
 create mode 100755 svc/hold/resume
 create mode 100755 svc/hold/suspend


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list