[koha-commits] main Koha release repository branch master updated. v3.22.00-1114-g88dc70f

Git repo owner gitmaster at git.koha-community.org
Thu Apr 7 01:51:47 CEST 2016


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  88dc70f7e691da61742f79c46c601de82a1d7e56 (commit)
      from  5ecdd8c6a3f1dfbb8d498921d62100dd6bdb921f (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 88dc70f7e691da61742f79c46c601de82a1d7e56
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 5 07:52:50 2016 +0100

    Bug 16199: Remove C4::Ris::charconv
    
    This subroutine always returns what has been sent in parameter.
    It is unecessary and can be removed.
    
    Test plan:
      prove t/Ris.t
    should not be noisy
    
    Export a catalogue record in Ris should generate the same file with and
    without this patch
    
    NOTE: With/Without were identical in my testing.
          t/Ris.t is nicely silenced.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Ris.pm |   53 ++++++++++++++++-------------------------------------
 t/Ris.t   |    5 +----
 2 files changed, 17 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list