View Issue Details

IDProjectCategoryView StatusLast Update
0026663mantisbtinstallationpublic2020-03-15 15:23
Reporterdregad Assigned Todregad  
PrioritynormalSeveritytextReproducibilityN/A
Status closedResolutionfixed 
Target Version2.24.0Fixed in Version2.24.0 
Summary0026663: improve installer messages when generating SQL script
Description

To be more user-friendly to the administrator when generating the SQL install/upgrade script, we should :

  • Display a warning to inform that the database may not be installed properly when created/updated using the script
  • Clearly state that the database has not actually been created after script generation, and that they should take care of it
  • Display a specific final message
TagsNo tags attached.

Activities

Related Changesets

MantisBT: master 1198e835

2020-01-06 05:08

dregad


Details Diff
Install: print disclaimer when generating SQL

Display a warning to inform the admin that the database may not be
installed properly when created/updated via the generated SQL script.

Fixes 0026663
Affected Issues
0026663
mod - admin/install.php Diff File

MantisBT: master 53038ce9

2020-01-06 05:10

dregad


Details Diff
Install: improve layout of "DB not ready" message

Use an alert-danger div and some formatting to print a nicely formatted
message to inform the admin that the DB has not yet been created after
generating the SQL script.

Fixes 0026663
Affected Issues
0026663
mod - admin/install.php Diff File

MantisBT: master 449844ce

2020-01-10 14:32

dregad


Details Diff
Specific final message when generating SQL

Remind user that DB has not been created/upgraded, and that they should
do so.

Fixes 0026663
Affected Issues
0026663
mod - admin/install.php Diff File