Bugs item #1936331, was opened at 2008-04-07 01:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1936331&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Database
Group: SVN (please specify revision!)
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: Christian Boltz (christian_boltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: setup.php should check if database is up to date
Initial Comment:
(SVN r320)
setup.php should check if the database is up to date by reading the version from the config table. (Errors should be ignored because this table might not exist yet.)
It should also check if the admin table exists (pgsql table creation isn't included in upgrade.php yet - should be changed...) and if it contains at least one superadmin.
If the database is not up to date (or the config table is missing at all),
- display a link to upgrade.php
- hide the "create superadmin" box
Unfortunately another release blocker IMHO :-( but at least not too difficult to implement.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1936331&group_id=191583
|