[koha-commits] main Koha release repository branch master updated. v16.11.00-757-gd455dc3

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 16:56:31 CEST 2017


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  d455dc31d4f423a154009823b0b8db925c5efe48 (commit)
      from  cd812cb42136fb0dda895f0af69f8abd4fe07ac0 (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 d455dc31d4f423a154009823b0b8db925c5efe48
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Mar 2 14:24:17 2017 +0100

    Bug 18200: Fix a potential issue with preceding space in GetMarcUrls
    
    Trims the URL in order prevent prefixing a space with http://
    Normally you won't have a preceding space here, but I saw it happening
    one day and it does not cost much to resolve it.
    
    Bonus: Adding few simple tests in t/db_dependent/Biblio.t.
    
    Test plan:
    [1] Run t/db_dependent/Biblio.t
    [2] Add a 856$u with preceding space (MARC21)
    [3] Check opac-detail, Online access with OPACXSLTDetailsDisplay empty.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Followed test plan, works as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    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/Biblio.pm            |    1 +
 t/db_dependent/Biblio.t |   17 ++++++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list