[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.00-53-g6123aa2b1c

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 01:09:24 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, 20.05.x has been updated
       via  6123aa2b1c8306291e7c2e27a5ea7b0fae5e1f07 (commit)
       via  e875d886a0af58fe5d2aa39ed6087e99a2006f6b (commit)
       via  7bb84eddd102a3d3dbf8f2473df4bad0670985a2 (commit)
       via  61e66110685b0fe611886b4709ac25850690b22d (commit)
      from  9893fb4ec5a480b7adcbb27f321f7387a4f38f45 (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 6123aa2b1c8306291e7c2e27a5ea7b0fae5e1f07
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: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9f1000638f156c27a82ad9d2c2e25714e6f1ec83)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit e875d886a0af58fe5d2aa39ed6087e99a2006f6b
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: 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: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 953d0d89d0597b23527c9d57d35885a86f93d6b2)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 7bb84eddd102a3d3dbf8f2473df4bad0670985a2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 12 12:57:32 2020 +0200

    Bug 20783: Remove WWW::YouTube::Download dependency
    
    No longer used.
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e9f4d3bd76fc9764d58e4cb3ac8fb3eda6a939ca)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 61e66110685b0fe611886b4709ac25850690b22d
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: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 2d7e08bc0e8c1ab6f21cce06932bb7dd6660cfcd)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list