[koha-commits] main Koha release repository branch master updated. v3.22.00-203-gd5e946d

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 17:09:55 CET 2015


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  d5e946d0edbfcb3a34179b51a0ead5075876fcf9 (commit)
      from  201f6e4e0be7afe5eed83c23cb4a051a5b75df74 (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 d5e946d0edbfcb3a34179b51a0ead5075876fcf9
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Mon Sep 15 11:42:34 2014 +0300

    Bug 12923 Improve error logging for advance_notices.pl
    
    Show borrowernumber when no letter of type is found and force utf8
    output when running advance_notices.pl with -n flag, diacritics run awol
    in the console output!
    
    Also when debugging which borrower requests undefined letter templates,
    it is very handy to log the borrowernumber so we catch and fix bad
    borrower message transport settings.
    
    TEST PREPARATION:
    
    0. Edit the ODUEDGST letter, find an undefined letter for any trasport
       type.
    
    ::TESTS ARE (ALMOST) THE SAME AS IN bugg 12922::
    TEST PLAN:
    
    1. Find a borrower and from the messaging preferences set the "Advance
       notice" transport type to the undefined digest. Set the "Days in
       Advance" to 1.
    2. Check-out something for that borrower and set the due date for
       tomorrow.
    3. Run "misc/cronjobs/advance_notices.pl -c -n -v" from the terminal.
    4. BEFORE THIS PATCH: You get an error "no letter of type 'PREDUEDGST'
       found. Please see sample_notices.sql at ./advance_notices.pl line
       366."
    4. AFTER THIS PATCH: You get an error "no letter of type 'PREDUEDGST'
       found for borrowernumber 1104659. Please see sample_notices.sql at
       ./advance_notices.pl line 368."
       Makes life more worth living for!
       Also diacritics printed on screen are displayed properly.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      I confirm the diacritics issue and solution. borrowernumber is
      displayed with warning when the 'no letter...' message is displayed.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 misc/cronjobs/advance_notices.pl |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list