View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000022 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2008-08-28 07:20 | 2012-12-10 13:45 |
Reporter | dainius.bigelis | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Summary | 0000022: Make copyright text easily changible in files | ||||
Description | This text (which now placed in oxoutput.php) should be made easily configurable: For EE: <!-- OXID eShop Enterprise Edition, Version EE 3.0.0.0, Shopsystem © OXID eSales AG 2003-2008 - http://www.oxid-esales.com --> For PE: <!-- OXID eShop Professional Edition, Version PE 4.0.0.0, Shopsystem © OXID eSales AG 2003-2008 - http://www.oxid-esales.com --> For OXID easy: <!-- OXID eShop easy, Version OE 1.0.0.1, Shopsystem © OXID eSales AG 2003-2008 - http://www.oxid-esales.com --> Now only version ($sVersion) is taken from DB, all other text is hardcoded. Split it into separate parts (like Full Edition, Company abbreviation (long and short), copyright years, and so on, and place it somewhere, where it can be changed easily any time (maybe in DB like version number?). Also fix other places in eShop source and DB, to use these constants (i.e. version number is hardcoded in few queries in demo data, copyright years where used, etc.) Please make sure, that version number is used with edition abbreviation, like "EE 3.0.0.0", not only "3.0.0.0". | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||