[koha-commits] main Koha release repository branch master updated. v17.05.00-420-g01e0236

Git repo owner gitmaster at git.koha-community.org
Fri Aug 25 16:12:55 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  01e02364c905048908391615828f5878c2c5aac9 (commit)
       via  2480474cdf8f27c4114ab404f4669f052e5a49c7 (commit)
       via  9af6c4e34bc41616c03bb786201a9c10ebf13dab (commit)
      from  9917d9cad1d9eb7adf9cc40b55693e24dc3cf0e8 (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 01e02364c905048908391615828f5878c2c5aac9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 23 11:42:34 2017 -0300

    Bug 19080: Fix perlcritic in routing-lists.pl
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 2480474cdf8f27c4114ab404f4669f052e5a49c7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 15 15:08:46 2017 -0300

    Bug 19080: Fix member vs borrowernumber in delmember
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9af6c4e34bc41616c03bb786201a9c10ebf13dab
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Aug 10 14:44:50 2017 -0300

    Bug 19080: Handle non-existing patrons gratefully
    
    This is a recurrent bug we have over the last years. When a script is
    called with non-existent borrowernumber it will crashes.
    We need to handle this gracefully instead of letting the script crashes.
    
    On bug 18403 a new subroutine is added to the codebase
    (output_and_exit_if_error) to handle this kind of errors correctly.
    Since it is not pushed yet, I propose to just redirect to a script that
    handle it correctly (circulation.pl) instead of adding this message to
    all these scripts.
    
    Test plan:
    Hit different scripts from the members module and pass a non-existent
    borrowernumber.
    You must be redirected to circulation.pl with a friendly message.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 circ/circulation.pl                                |    8 +-
 .../prog/en/modules/members/statistics.tt          |    8 +-
 members/boraccount.pl                              |    4 +
 members/deletemem.pl                               |    4 +
 members/discharge.pl                               |  143 ++++++++++----------
 members/files.pl                                   |    5 +
 members/mancredit.pl                               |    4 +
 members/maninvoice.pl                              |    5 +
 members/member-flags.pl                            |    5 +
 members/member-password.pl                         |    5 +
 members/memberentry.pl                             |    5 +
 members/notices.pl                                 |    4 +
 members/pay.pl                                     |    4 +
 members/paycollect.pl                              |    4 +
 members/printfeercpt.pl                            |    4 +
 members/printinvoice.pl                            |    4 +
 members/purchase-suggestions.pl                    |    5 +-
 members/readingrec.pl                              |   10 +-
 members/routing-lists.pl                           |   58 ++++----
 members/statistics.pl                              |    3 +-
 members/summary-print.pl                           |    4 +
 members/update-child.pl                            |    4 +
 tools/viewlog.pl                                   |    4 +
 23 files changed, 189 insertions(+), 115 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list