View Issue Details

IDProjectCategoryView StatusLast Update
0000022OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reporterdainius.bigelis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0000022: Make copyright text easily changible in files
DescriptionThis 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".
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.