mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #13150
[Bug 1215271] Re: Show the admin a warning if the DB version number is greater than the code version number
The code for this seems to be check_upgrades() in lib/upgrade.php
We should probably also show a similar warning if the version number for
any of the plugins is higher in the DB than in the code.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1215271
Title:
Show the admin a warning if the DB version number is greater than the
code version number
Status in Mahara ePortfolio:
In Progress
Bug description:
In light of the versioning bug we just had with
https://bugs.launchpad.net/mahara/+bug/1207140 , I noticed that Mahara
doesn't give you a warning or any kind of notification if the database
version number (get_config('version')) is higher than the code version
number in htdocs/lib/version.php $config->version.
We should add a check and show a warning to the admin if this is the
case.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1215271/+subscriptions
References