[Koha-bugs] [Bug 4314] Flag for SSL Enabled to fix 3rd Party Enhanced Content in OPAC

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Fri Mar 12 14:55:25 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4314





--- Comment #3 from Jane Wagner <jwagner at ptfs.com>  2010-03-12 13:55:24 ---
Created an attachment (id=1741)
 --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1741)
patch file

Tested on a system with SSL enabled, and patch sent March 12, 2010.  Note that
this patch only adds the SSL check for Syndetics and LibraryThing URLs.  I
don't know if other enhanced content providers like Amazon or Baker & Taylor
use different URLs, or if so, what those URLs are.  Someone else could easily
continue the work for those URLs by following the basic logic used in this
patch:

<!-- TMPL_IF NAME="using_https" -->
(link to https version of URL)
<!--TMPL_ELSE -->
(link to standard http version of URL)
<!-- /TMPL_IF -->

The URLs appear in several template files, so you'd need to check all of them.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list