← Back to team overview

mahara-contributors team mailing list archive

[Bug 1940376] A change has been merged

 

Reviewed:  https://reviews.mahara.org/11926
Committed: https://git.mahara.org/mahara/mahara/commit/a3aa35b3d731c526f4f3f085238dd3e1290bc477
Submitter: Gold (gold@xxxxxxxxxxxxxxx)
Branch:    master

commit a3aa35b3d731c526f4f3f085238dd3e1290bc477
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu Aug 19 09:36:55 2021 +1200

Bug 1940376: Stop manual help trying to work out series via curl

We don't need this bit to do the version check via curl as we can work
out the latest stable version based on the *dev or *rc value

This will stop mahara.org from being hammered by this request as the
cron call only happens once a day

Change-Id: I9dd258a43d56c10ecf84548878f0d932953b8dab
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: mahara-contributors
https://bugs.launchpad.net/bugs/1940376

Title:
  Need to adjust the checking for versions from mahara.org so that it
  only happens less frequently

Status in Mahara:
  Confirmed

Bug description:
  When we are on a *dev or *rc version of the site the
  lib/manualhelp.php code for creating the help links to the manual does
  a check by fetching the the info to find out what is the latest stable
  version is.

  We need to do this in a better way because at the moment it does check
  and saves the info to session - so this means all the people who log
  in will all make the call (along with the logged out session).

  We should save the value after the first fetch in the config.php
  table, eg 'latest_stable_version' so that it only gets fetched once on
  load of site.

  Then updated via normal cron system

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



References