[koha-commits] main Koha release repository branch master updated. v16.11.00-791-g392641f

Git repo owner gitmaster at git.koha-community.org
Thu Apr 13 14:14:29 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, master has been updated
       via  392641ff1ec0cf2b6480af134fd676edf64f4df7 (commit)
       via  b61f73c48832e0f10ca799aa49682da37f1f44a1 (commit)
       via  d28d5a280d590bb19afbea23705802aa46af5e6d (commit)
       via  6b75e5b4783cff1d14816ce363e8095569d67718 (commit)
       via  85bd15a83ffdab0c2e28eae54e50ce4dee9e608b (commit)
      from  2471dab71dff052b546f45690d8a3bea6f1f3811 (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 392641ff1ec0cf2b6480af134fd676edf64f4df7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Apr 7 10:13:00 2017 +0200

    Bug 18349: [QA Follow-up] Add four missing error messages
    
    The error codes come from CanBookBeIssued.
    The warnings speak for themselves. Note that the GNA message is similar
    to the one used in opac-user.tt (gonenoaddress is translated to the patron
    as contact information not up-to-date).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b61f73c48832e0f10ca799aa49682da37f1f44a1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 31 13:25:13 2017 -0300

    Bug 18349: Remove useless info in alert message
    
    Empty tags should be removed, and message id
    Note that not all error codes are covered here.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d28d5a280d590bb19afbea23705802aa46af5e6d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 31 13:22:05 2017 -0300

    Bug 18349: If a confirmation is required, consider as blocker
    
    Only RENEW_ISSUE should not be considered as blocker, others should.
    Note that this code is not robust and the whole script as well as the
    return of CanBookBeIssued should be rewrittent completely.
    We need a small patch to easy backport to stable releases
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6b75e5b4783cff1d14816ce363e8095569d67718
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 30 21:51:28 2017 -0300

    Bug 18349: $borrower is a hashref
    
    I guess this code was never called before...
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 85bd15a83ffdab0c2e28eae54e50ce4dee9e608b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 29 18:25:40 2017 -0300

    Bug 18349: SCO - Do not trust the confirmed flag
    
    The "confirmed" flag is used to know if that user confirmed a situation
    that needs a confirmation.
    But if the issue/renew is impossible the CanBookBeIssued and the
    'impossible flags' should be checked.
    
    Otherwise a patron can checkout and renew bypassing the circulation
    rules (Understand 'no limit' here...)
    
    Test plan:
    Want to renew?
    Checkin $barcode, then
    /cgi-bin/koha/sco/sco-main.pl?patronid=$cardnumber&barcode=$barcode&confirmed=1&op=checkout
    
    Want to bypass the checkin?
    Same url...
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |   32 +++++++++---------
 opac/sco/sco-main.pl                               |   35 +++++++++++---------
 2 files changed, 35 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list