View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005341 | OXID eShop (all versions) | 2.1. Master Settings | public | 2013-08-15 16:43 | 2013-10-21 10:01 |
Reporter | martinwegele | Assigned To | |||
Priority | urgent | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.8.0_5.1.0_beta1 | ||||
Target Version | 4.8.0_5.1.0_RC2 | ||||
Summary | 0005341: productive mode | ||||
Description | In the help text for the productive mode in the main tab of the core settings it says: "As long as this setting is not active, information about execution times and debug information are displayed at the bottom of each page. These information is useful when customizing eShop." As far as I can tell this is not entirely true (any more?). So either correct the text or adjust the behaviour of the shop accordingly. | ||||
Additional Information | oxshops__oxproductive is only applied/checked in: - core/smarty/plugins/function.oxcontent.php (Useful debug info added if not in productive mode) - oxCache::_addHit() (only executed if not in productive mode, cp. /application/views/admin/tpl/shop_cache.tpl) | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
sorry, the help text is correct, but it does not mention that this only applies if you changed the debug mode in config.inc.php. So you could just add this information to the help text. However in my opinion it would make sense to have a look at this option from a more general point of view: Are there any other places where it could be useful to change the behaviour of the shop between productive and non-productive mode? |
|
Changed help text to be more descriptive. |