[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.05-54-gc0d1fc3

Git repo owner gitmaster at git.koha-community.org
Fri Oct 27 14:03:37 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  c0d1fc37a1758f3e2733e32be958d37f36fc24b6 (commit)
       via  5fdb8880b45810c4f57f8303173be747157fe1d6 (commit)
       via  4ea7a76d2666405ba66a085f4ff1a550c8d7ae6e (commit)
       via  bf637d2dae9a2bfe6cec04ca544b75548498f5bd (commit)
       via  43279f48e1ad3ebb57d08dd5ec91773f8de2e476 (commit)
      from  1644708857ea3d3de6683bcf8e1300febc977384 (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 c0d1fc37a1758f3e2733e32be958d37f36fc24b6
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Oct 6 08:21:23 2017 +0200

    Bug 19315: [QA Follow-up] Trivial edits
    
    Replace $subs->{bibnum} by $biblionumber on a following line.
    The scalar in the boolean expression is not needed.
    
    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 f92328332380c805f83ca7f4aed2e828bd112778)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5fdb8880b45810c4f57f8303173be747157fe1d6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Sep 14 12:23:09 2017 +0000

    Bug 19315: Use bibnum instead of biblionumber in routing-preview.pl and add item check
    
    To test:
     1 - Create a serial subscription attached to a record
     2 - Receive some issues
     3 - Edit the subscription
     4 - Go to serails collection
     5 - Try to print a routing list
     6 - You may or may not get the right serial
     7 - Additionally create a subscription attached to a bib with no items
     8 - Try to print a routing list for this serial
     9 - You will get 'Internal server error'
    10 - Apply patch
    11 - Print routing list for first serial
    12 - You will always get the correct bib
    13 - Print routing list for second serial
    14 - You should no longer get an error
    
    Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
    
    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 285d72a023daab65626a3ba0f90e20ccfad45c95)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 4ea7a76d2666405ba66a085f4ff1a550c8d7ae6e
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Aug 30 23:26:38 2017 +0000

    Bug 16463: Replace discharge link with error message if user has checked out items
    
    To test:
    1) Ensure the useDischarge syspref is enabled
    2) Check out an item to a borrower
    3) Log in to the OPAC as this borrower
    4) Click the 'ask for a discharge' link in the nav
    5) Click the 'Ask for a discharge' link
    6) Notice you cannot be discharged because you have checkouts
    7) Apply the patch, click the 'ask for a discharge' link in the nav
    8) Notice the link has been replaced with an appropriate error message
    9) Attempt to force the discharge URL:
    /cgi-bin/koha/opac-discharge?op=request
    10) Notice the message and you cannot be discharged.
    11) Confirm that when you check in your item, the discharge link shows
    again and works as expected.
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 89528af3b089b2d17e3e7b212ea5608478f0ca84)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit bf637d2dae9a2bfe6cec04ca544b75548498f5bd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 19 11:57:10 2017 -0300

    Bug 19195: Do not explicitely force scalar context when unecessary
    
    These ones are already called in scalar context
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8088e3a3379fb8708226cabeadc190f7310d93f4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 43279f48e1ad3ebb57d08dd5ec91773f8de2e476
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Tue Aug 29 05:02:29 2017 +0000

    Bug 19195: Preventing noisy warns when creating or editing a basket
    
    To test:
    1) Open the koha intranet error log
    2) Go to Acquisitions -> Find or create a vendor
    3) Create a new basket, filling all fields
    4) Notice warns in error log
    5) Edit this basket
    6) Notice warns in error log
    7) Apply patch
    8) Create another basket, confirm warns do not show
    9) Edit this basket, confirm warns do not show
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e98c178c081d4bb5673e6b04bf817b9c452cba8c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 acqui/basketheader.pl                              |   34 ++++++++++----------
 .../bootstrap/en/modules/opac-discharge.tt         |    7 +++-
 opac/opac-discharge.pl                             |    5 +++
 serials/routing-preview.pl                         |    6 ++--
 4 files changed, 31 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list