mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #22105
[Bug 1384497] A change has been merged
Reviewed: https://reviews.mahara.org/3923
Committed: http://gitorious.org/mahara/mahara/commit/713816adedef85f1e76aa0ccdc4e1f220d266b5e
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: 1.8_STABLE
commit 713816adedef85f1e76aa0ccdc4e1f220d266b5e
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:
Fix Committed
Status in Mahara 1.8 series:
Fix Committed
Status in Mahara 1.9 series:
Fix Committed
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