[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-63-g4b360f1

Git repo owner gitmaster at git.koha-community.org
Tue Oct 3 10:27:26 CEST 2017


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, 17.05.x has been updated
       via  4b360f1371a56268458b62e5c8c68da853b4e52d (commit)
       via  319f5f67aaa056952ecc9a4500fa52627db4fdcc (commit)
       via  5a132e1c3fb19d232b51e7ae68e468ddf81c6d8b (commit)
       via  58d775dda10f5191301a80a2b5c0b4a135213e5a (commit)
       via  669b6839eab456f36ed7c65a7a97fa7b386ab4e6 (commit)
      from  bdfec37ab66f9c72f86adc7d6045bc83b5a92d88 (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 4b360f1371a56268458b62e5c8c68da853b4e52d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jun 15 11:07:03 2017 -0400

    Bug 18812 - SIP Patron status does not respect OverduesBlockCirc
    
    To test:
    1 - Set 'OverduesBlockCirc' to block
    2 - Find or create a patron with overdues
    3 - Perform a SIP patron lookup on that patron
    misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su term1 -sp term1 -l CPL
    --patron {userid or cardnumber} --password {pass} -m patron_information
    4 - Note the first character of response is a ' '
    5 - Apply patch
    6 - Restart memcached, apache, and plack
    7 - Perform SIP patron lookup
    8 - Note the first character of response is 'Y'
    9 - prove t/db_dependent/SIP/Patron.t
    10 - Test should return green
    
    Signed-off-by: Chris Kirby <chris.kirby at ilsleypubliclibrary.org>
    Works as advertised
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ff4f0858950c37eeede38b2f067841602b97d7ba)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 319f5f67aaa056952ecc9a4500fa52627db4fdcc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 7 17:25:15 2017 -0300

    Bug 19055: Remove C4::Reserves::GetReservesToBranch
    
    This subroutine is no longer in used and can be removed
    
    Test plan:
      git grep GetReservesToBranch
    must not return any results
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9cc7268362219e39b22aebb03a83e013f467d93a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5a132e1c3fb19d232b51e7ae68e468ddf81c6d8b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jul 31 09:18:15 2017 -0400

    Bug 19007 - Allow paypal payments via debit or credit card again
    
    A recent change in Paypal has removed the previous default option of paying via debit or credit card without an account. To bring this option back, we need to send an additional parameter to the PayPal API.
    
    Test Plan:
    1) Enable paypal for your Koha instance
    2) Ensure you are not logged in to PayPal
    3) Attempt to pay a fine via PayPal
    4) Not the the "Pay with Debit or Credit Card" option is missing
    5) Apply this patch
    6) Refresh opac-account.pl
    7) Attempt to make a payment via PayPal again
    8) Note the option "Pay with Debit or Credit Card" is now available
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: George Williams <gwilliams at nekls.org>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 10311769d460a775aa8c8ee8a190836a8f2b1f1e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 58d775dda10f5191301a80a2b5c0b4a135213e5a
Author: Marc Véron <veron at veron.ch>
Date:   Sat Feb 18 18:35:39 2017 +0100

    Bug 14353 - Show 'damaged' and other status on the 'place holds' page in staff
    
    This patch adds status 'Damaged' to 'Information' 'Status' in the items
    table on 'Place hold' page.
    
    To test:
    - Apply patch
    - In staff client, try to place an item level hold for items with 'Damaged'
      status.
    - Verify that the status 'Damaged' appears in the column 'Information'.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8d08254b2202353517c16f34172cb92dcdd5befa)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 669b6839eab456f36ed7c65a7a97fa7b386ab4e6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 26 14:46:45 2016 +0000

    Bug 15924 - Coce not enabled on lists
    
    To test:
    Enable Coce and disable other image services
    Load a list and not there are no covers
    Apply patch
    Load a list and note there are covers
    
    https://bugs.koha-community.org/show_bug.cgi?id=15924
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 85b963d11fb5d8674ca6b0ec60821663f9d8cf19)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Reserves.pm                                     |   28 ----------------
 C4/SIP/ILS/Patron.pm                               |    3 +-
 .../prog/en/modules/reserve/request.tt             |    4 ++-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |   20 ++++++++++--
 opac/opac-account-pay.pl                           |    1 +
 t/db_dependent/SIP/Patron.t                        |   34 +++++++++++++++++++-
 6 files changed, 56 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list