View Issue Details

IDProjectCategoryView StatusLast Update
0000449OXID eShop (all versions)6. ------ Setup -------public2009-01-05 10:34
Reportertomas_liubinas Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.0.0.2 revision 14967 
Summary0000449: Setup step numbering in the code does not fit with actual step numbering
DescriptionFrom 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);


TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-01-05 10:34

reporter   ~0000331

done