[Koha-bugs] [Bug 14168] enhance streaming cataloging to include youtube

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 2 11:34:45 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14168

--- Comment #20 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 48542
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48542&action=edit
Bug 14168 - Followup: make module WWW::YouTube::Download required

Module C4::HTML5Media is used in detail.pl,
so if you don't have installled module for YouTube,
you get an internal server error.

This patch make module WWW::YouTube::Download required and adds it to package
dependencies

Test plan:
1. Don't have installed module WWW::YouTube:Download, neither package
libwww-youtube-download-perl
2. Try to access biblio detail in staff client (detail.pl) - you'll be
presented withh internal server error
3. Check the About page -> Perl modules, the WWW::YouTube::Download should be
reported as missing optional
4. Apply the patch
5. Check the About page -> Perl modules, the WWW::YouTube::Download should now
be reported as missing required
6. Create and install debian package, the libwww-youtube-download-perl should
be the dependency and so installed with koha-common package (use apt-get
install -f, if neccessery)
7. Check the About page -> Perl modules, the WWW::YouTube::Download should now
be reported as Module current
8. Try to access biblio detail in staff client (detail.pl) - it should be
display, no error now

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list