[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.19-22-g841b717

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 12:57:43 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, 3.22.x has been updated
       via  841b7173344d17e4320e6eedec39836d6924c8b1 (commit)
       via  fd9033f07732a01581741ea95a3420e5c828e4ce (commit)
       via  1d2da762873b5af1a2e57c108f6f4bfb7eeb9546 (commit)
       via  bfffe0da9ee39661a92f127b6432cb229379938d (commit)
       via  9ac3ec0fd1a487859c35f2b61f2074b0c559ab50 (commit)
      from  67610fe524aa2eaba5b628751a4f16d019053c0c (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 841b7173344d17e4320e6eedec39836d6924c8b1
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>
    (cherry picked from commit 392641ff1ec0cf2b6480af134fd676edf64f4df7)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 042409941691b06db7e755247040781f867c0356)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit fd9033f07732a01581741ea95a3420e5c828e4ce
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>
    (cherry picked from commit b61f73c48832e0f10ca799aa49682da37f1f44a1)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit fee024e18a0775c937671ca9c90e12a1992f1995)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 1d2da762873b5af1a2e57c108f6f4bfb7eeb9546
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>
    (cherry picked from commit d28d5a280d590bb19afbea23705802aa46af5e6d)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 9062df67c8df0e6416ee69c01bf10e0acf111bf7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit bfffe0da9ee39661a92f127b6432cb229379938d
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>
    (cherry picked from commit 6b75e5b4783cff1d14816ce363e8095569d67718)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 3ef6f12596d75ec2548e9081e89694df3536bb7e)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 9ac3ec0fd1a487859c35f2b61f2074b0c559ab50
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>
    (cherry picked from commit 85bd15a83ffdab0c2e28eae54e50ce4dee9e608b)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit dbee200409d738fcf7c4fdcfb2cd19f5d6d36c04)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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