View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000449 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2008-12-11 13:56 | 2009-01-05 10:34 |
| Reporter | tomas_liubinas | Assigned To | |||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 4.0.0.2 revision 14967 | ||||
| Summary | 0000449: Setup step numbering in the code does not fit with actual step numbering | ||||
| Description | From the very beggining setup screen uses numeric step numbering: step 1, step 2, etc. However the step numeration changed, but step numbers left hardcoded in the cpde (language constatns and similar places). For example there may be STEP_3_DBNAME named language constant when actually Database is step 4. in GUI. Should be: step numbering should be defined in constants to be easy changeable. Eg. define('STEP_SYSTEMREQ', 100); define('STEP_LANG', 150); define('STEP_WELCOME', 200); define('STEP_LICENSE', 300); define('STEP_DB', 400); define('STEP_DIRS', 500); | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||