← Back to team overview

mahara-contributors team mailing list archive

[Bug 1215271] A change has been merged

 

Reviewed:  https://reviews.mahara.org/8148
Committed: https://git.mahara.org/mahara/mahara/commit/64f3d964e7c75fe757e9a616437c4d4910cdb36f
Submitter: Cecilia Vela Gurovic (ceciliavg@xxxxxxxxxxxxxxx)
Branch:    master

commit 64f3d964e7c75fe757e9a616437c4d4910cdb36f
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Mon Oct 16 14:05:03 2017 +1300

Bug 1215271: Show warning if db is newer than files

And throw error if the site is a production site

behatnotneeded

Change-Id: I5b92ed0b5ab7e91f71afb2b4f3fc22f3805cc928
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/1215271

Title:
  Show the admin a warning if the DB version number is greater than the
  code version number

Status in Mahara:
  Fix Committed

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