Bug 14318: iDreamBooks doesn't work when Koha is using https
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 4 Jun 2015 11:13:01 +0000 (07:13 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Sun, 7 Jun 2015 21:39:48 +0000 (18:39 -0300)
commit7e440d700904fde37b54138da0e7a9c38ff2637a
treee5bb08b950ac1779d7a08a4389ab7fe0ae0e206e
parent5f5903737eeb614d66b34e270120698c00de5a59
Bug 14318: iDreamBooks doesn't work when Koha is using https

If a Koha server is configured to run over SSL, all iDreamBooks content
is blocked due to the fact that a secure page is requesting an insecure
endpoint. This is due to the fact that the urls for iDreamBooks use http
and not https. A simple fix would be to switch them to https since
browsers have to qualms about loading a secure data endpoint from an
insecure one.

Test Plan:
1) Enable iDreamBooks
2) Set up your OPAC to use https
3) Verify iDreamBooks content continues to work

Note: tested Chrome and IE, so that the IE change would be validated.
      Discovered isbn semi-colon issue that is beyond scope of this bug.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt