[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.10-4-g856cb2d1b7

Git repo owner gitmaster at git.koha-community.org
Tue Oct 13 02:55:05 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.11.x has been updated
       via  856cb2d1b71f04de7ee457d0d001511f0dcb760a (commit)
       via  cd52f4439ba31ccd2af71541678100cb98ab5f36 (commit)
       via  524fe12e4419654d98af485d7dbbc9eedac28141 (commit)
      from  7fcd8934c81b26e6576fafba9cb275d44718901f (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 856cb2d1b71f04de7ee457d0d001511f0dcb760a
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>

commit cd52f4439ba31ccd2af71541678100cb98ab5f36
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>

commit 524fe12e4419654d98af485d7dbbc9eedac28141
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>

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

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