[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.15-8-geea08a048e

Git repo owner gitmaster at git.koha-community.org
Sun Oct 18 18:09:46 CEST 2020


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, 19.05.x has been updated
       via  eea08a048ee1aa5c300c9a2cd98dec385b83d8b0 (commit)
       via  2a611c6e1d9955aaa1077762f0011fbc2ae10272 (commit)
       via  5f71151488a554ca02a1c25c209bcbdf995159b5 (commit)
      from  1870cbd31d5ccaf6501e0a7d3a7898c6ced6758a (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 eea08a048ee1aa5c300c9a2cd98dec385b83d8b0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 21 15:46:53 2020 +0200

    Bug 20783: Add missing url filters
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    (cherry picked from commit 856cb2d1b71f04de7ee457d0d001511f0dcb760a)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 2a611c6e1d9955aaa1077762f0011fbc2ae10272
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 12 15:13:44 2020 +0200

    Bug 20783: Similar changes for OPAC
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Jessica Zairo <jzairo at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    (cherry picked from commit cd52f4439ba31ccd2af71541678100cb98ab5f36)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 5f71151488a554ca02a1c25c209bcbdf995159b5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 12 12:54:50 2020 +0200

    Bug 20783: Use iframe to embed Youtube videos
    
    WWW::YouTube::Download is broken and not reliable.
    Other alternative was to use HTML::Video::Embed but not updated since
    years.
    
    The best alternative seems to follow youtube advise and use an iframe
    https://developers.google.com/youtube/iframe_api_reference
    
    Test plan:
    Put youtube video in 856$u (using different url formats, youtu.be,
    youtube.com/embed, etc.)
    Enable HTML5MediaEnabled and HTML5MediaYouTube and confirm that the
    youtube videos are correctly embeded.
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    (cherry picked from commit 524fe12e4419654d98af485d7dbbc9eedac28141)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 C4/HTML5Media.pm                                   | 29 ++++++++++------------
 .../prog/en/modules/catalogue/detail.tt            | 15 +++++++----
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  | 17 ++++++++-----
 3 files changed, 34 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list