[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-47-g2eac97b

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 10:46:42 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, 3.22.x has been updated
       via  2eac97ba65d869f34641f6eb7fd22047a104a794 (commit)
       via  cc3b2d05905b8c6c7000a0252e277c151c0eeae6 (commit)
      from  93b204f6b66ed9848a26accc632658f6d37e3ccd (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 2eac97ba65d869f34641f6eb7fd22047a104a794
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>
    (cherry picked from commit fd07e3296b64a78edf1cf947a824147f1adbba1a)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit cc3b2d05905b8c6c7000a0252e277c151c0eeae6
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>
    (cherry picked from commit 002a2dcb1f1faed12a24fd820dc5fdaad60f3512)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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