[koha-commits] main Koha release repository branch master updated. v3.22.00-91-gfd07e32

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 15:04:33 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  fd07e3296b64a78edf1cf947a824147f1adbba1a (commit)
       via  002a2dcb1f1faed12a24fd820dc5fdaad60f3512 (commit)
      from  976d715ac52a3c54cbc397d22127e773f977e0db (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 fd07e3296b64a78edf1cf947a824147f1adbba1a
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Wed Dec 30 13:10:16 2015 +0100

    Bug 15429 UT for _parseletter modifying its parameter
    
    Before/after applying the related patch, do:
    
       prove -v t/db_dependent/Letters.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 002a2dcb1f1faed12a24fd820dc5fdaad60f3512
Author: Marc Véron <veron at veron.ch>
Date:   Mon Dec 28 10:29:17 2015 +0100

    Bug 15429 - sub _parseletter should not change referenced values
    
    In C4/Letters.pm, sub _parseletter changes values that are passed by
    reference. E.g. patron's expiry date can change from iso format to
    syspref format, leading to strange behaviour in the calling routines
    (see Bug 15423).
    
    This patch makes sub _parseletter work on a copy of the referenced values.
    
    (Submitted to get feedback - is this the way to go?)
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Good solution to real time bomb.
    
    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:
 C4/Letters.pm            |    8 ++++++--
 t/db_dependent/Letters.t |    9 ++++++++-
 2 files changed, 14 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list