← Back to team overview

mahara-contributors team mailing list archive

[Bug 1397068] A change has been merged

 

Reviewed:  https://reviews.mahara.org/4046
Committed: http://gitorious.org/mahara/mahara/commit/4c93b2d3314b71f8cb48520eb0d3e3f301c08622
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch:    master

commit 4c93b2d3314b71f8cb48520eb0d3e3f301c08622
Author: Darren James Harkness <darren@xxxxxxxxxxxxx>
Date:   Mon Dec 1 07:15:18 2014 +1300

Using https for flickr request url (Bug #1397068)

Requires https now - used to work with http but no longer

Change-Id: I4aae1d36c532dcdfc96b5a4a673910b654ea9a2c
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1397068

Title:
  Flickr API now requires use of https for endpoint

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.8 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  The Flickr API now requires the use of https to access api.flickr.com
  for all new application keys (see http://code.flickr.net/2014/04/30
  /flickr-api-going-ssl-only-on-june-27th-2014/).

  This is causing an issue with the external gallery, where a Flickr set
  is not displayed, because the cURL request reports back an invalid API
  key.

  Replacing the http:// call with an https:// call in
  artefact/file/blocktype/gallery/lib.php:163 resolves the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1397068/+subscriptions


References