← Back to team overview

mahara-contributors team mailing list archive

[Bug 1384497] A change has been merged

 

Reviewed:  https://reviews.mahara.org/3919
Committed: http://gitorious.org/mahara/mahara/commit/c164732f59ddfcb8125c75448f979e1dfb85157a
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    1.10_STABLE

commit c164732f59ddfcb8125c75448f979e1dfb85157a
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date:   Thu Oct 23 12:48:17 2014 +1300

Add a <meta name="generator"> tag with the Mahara major version number

Bug 1384497. This also adds a new $config->series to lib/version.php,
which stores the major version (or as we sometimes call it, "the series")
of the current release. It seemed better to store this separately rather
than to try to parse it from $config->release, because we may change
our release numbering strategy in the future.

Change-Id: If4c0d7352e9433cdaf54a03bb922356d6c950e7d

-- 
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/1384497

Title:
  Display the Mahara major version to non-admins

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  In Progress
Status in Mahara 1.8 series:
  In Progress
Status in Mahara 1.9 series:
  In Progress

Bug description:
  We purposefully chose *not* to display the Mahara minor version number
  on the bottom of the page, as part of the general security practice of
  not giving out unnecessary information. (That said, we may
  accidentally leak it in some places.)

  It'd be useful to know the Mahara *major* version, though, when
  looking at a site. And since this is easy to detect due to the
  addition of new features in each major release, it would not have any
  security ramifications.

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


References