View Issue Details

IDProjectCategoryView StatusLast Update
0026664mantisbtinstallationpublic2024-02-18 04:26
Reporterdregad Assigned Todregad  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Target Version2.24.0Fixed in Version2.24.0 
Summary0026664: Allow admin to reset table pre/suffix to their default values
Description

Currently, the installer allows the admin to change the database table prefix, suffix and plugin-prefix. When changing the database type, these values are automatically updated to a specific default, but not if the field's value has been modified.

We should allow the admin to reset the values to the specific default corresponding to the currently selected DB type.

TagsNo tags attached.

Relationships

related to 0026596 closeddregad Wrong defaults for db (plugin) table prefix/suffix 
related to 0033773 closeddregad Install: reset buttons for table prefix/suffix not working at stage 2 

Activities

Related Changesets

MantisBT: master 60ed4bb0

2020-01-08 08:14

dregad


Details Diff
Add Reset buttons to pre/suffix fields

Allows admins to reset their input to database-specific default values.

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

MantisBT: master-2.26 fe630faf

2024-02-18 04:07

dregad


Details Diff
Install: reset button does not work at stage 2

This was caused by the install.js scripts only being loaded at stage 1.

Fixes 0026664
Affected Issues
0026664, 0033773
mod - admin/install.php Diff File