[koha-commits] main Koha release repository branch master updated. v16.05.00-42-g87b181c

Git repo owner gitmaster at git.koha-community.org
Fri Jun 3 15:50:46 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  87b181c6d40e7a811fee511648ddd3cb7d44c4e4 (commit)
      from  7e30240e694c65bb635a495820cce8883d26baa5 (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 87b181c6d40e7a811fee511648ddd3cb7d44c4e4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 4 19:53:46 2016 +0100

    Bug 16442: Make C4::Ris plack safe
    
    C4::Ris incorrectly uses 4 package variables:
    - $utf: not used, can be removed
    - $intype: set to marcflavour once, but later it assumes that it is
      usmarc if not defined
    - $marcprint: always 0, so set it to 0
    - $protoyear: only used in 1 subroutine, let's define it at this
      level
    
    Test plan:
    Just make sure the RIS export works as before this patch
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Ris.pm |   38 ++++++++++++++++----------------------
 1 file changed, 16 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list