[koha-commits] main Koha release repository branch 16.11.x updated. v16.11.13-43-g0da1c85

Git repo owner gitmaster at git.koha-community.org
Mon Nov 20 22:44:23 CET 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, 16.11.x has been updated
       via  0da1c854b58b43dfea40f873a33b1918dd39dc7e (commit)
       via  69312dd662ed8e36d43f1a935807c74bfb904256 (commit)
       via  97d7d92234d059df9e3a518ede917041f35afae9 (commit)
       via  2e2fda1e86852892c2e89e93276a794b81a9a76f (commit)
       via  a1d08a7dfcb141c5fa95badd54a2da7bd47e0f2a (commit)
      from  82cfc06c68b7250ac0e2679df39c92eecf7230aa (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 0da1c854b58b43dfea40f873a33b1918dd39dc7e
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Oct 10 12:05:16 2017 +1100

    Bug 18884: Advanced search on staff client, Availability limit not properly limiting
    
    Patch applies and functions as described.
    
    Signed-off-by: Dilan Johnpullé <dilan at calyx.net.au>
    
    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 48be40d1bfaf13a70b6bf4918e885d9158e25f66)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit fa0608bc4c2e66628285f7434749df0a0e690e8b)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 69312dd662ed8e36d43f1a935807c74bfb904256
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 20 15:56:20 2017 -0300

    Bug 19487: Refetch the object to get up-to-date values
    
    This has been raised by failures on t/db_dependent/Circulation/issue.t
    (thanks tests!)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 850243ee2ec66a4b569d29ed84423f09c0001690)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 9d3b39e94de837cfc08259ae5778fb0372b662ff)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 97d7d92234d059df9e3a518ede917041f35afae9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 19 09:02:20 2017 -0300

    Bug 19487: Fix MarkIssueReturned.t
    
    MarkIssueReturned must now return directly if the issue does not exist.
    We then check if the anonymous patron configuration is correct.
    
    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 60bb936bc28b73f1653207cce36f432dec094017)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 49beda21761e57d1d7b389e6a08f3327a53215b0)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 2e2fda1e86852892c2e89e93276a794b81a9a76f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 18 13:59:56 2017 -0300

    Bug 19487: Do not return an item if not checked out
    
    To recreate:
    1 - Manually add a lost fine to a ptron and include a barcode
    2 - Attempt to write off the fine
    3 - Internal server error
    4 - Checkout an item and mark lost to checkin and fine
    5 - Attempt to write off line
    6 - Internal server error
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.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 7b5c1fce5880f8592c5a9dbd40614a760bb2607e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 243009bc9a07f89adbe14a4c8f35df85030f3dab)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit a1d08a7dfcb141c5fa95badd54a2da7bd47e0f2a
Author: David Kuhn <techservspec at gmail.com>
Date:   Tue Jun 6 09:38:07 2017 -0700

    Bug 18616 - The "Add forgot password link to OPAC" should allow patrons to use their library card number in addition to username
    
    Allow patrons to enter either their library card number or user name in the "Log in" box for password recovery.
    
    Most patrons at our library use their card number to log in and are unaware of what their userid is. However there are some who have set a
    
    customized userid and would prefer to use that. This patch would allow either to be entered for password recovery.
    
    To test:
    1. Enable the password recovery feature.
    2. In the OPAC, click on "Forgot you password?" link and enter a valid library card number.
    3. The error message "No account found with the provided information" appears.
    4. Apply the patch.
    5. Repeat step 2. The recovery email is now sent.
    
    Note: Moved patch from 16711 back here and re-tested.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e29163af4cde7ce33060716091726e6fa2eef65e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 17085ea1cb67b8022cd912d0313fc8b3d48530da)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 C4/Circulation.pm                                  |   14 ++++-----
 .../prog/en/includes/html_helpers.inc              |    4 +--
 .../prog/en/modules/catalogue/advsearch.tt         |    2 +-
 opac/opac-password-recovery.pl                     |    4 +--
 t/db_dependent/Circulation/MarkIssueReturned.t     |   33 ++++++++++++++++----
 5 files changed, 39 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list