[TYPO3-core] RFC: #15966: Enable debug mode in BE

Steffen Kamper info at sk-typo3.de
Tue Oct 12 10:41:31 CEST 2010


Hi,

this is a SVN patch request.

Type: Feature

BT Reference: http://bugs.typo3.org/view.php?id=15966

Branches: trunk

While develop in BE it's difficult to debug for some reasons:

* the loginrefresh request send you every minute to ajax.php
* the concatenate and compress makes it difficult to find occurences of 
a specifiv file eg in a specific CSS file

With this patch you can set
$TYPO3_CONF_VARS['BE']['debug'] = '1';
and the loginrefresh is disabled, also the pagerenderer is set to debug 
mode.

Because this flag is used for develop only i didn't added it to 
config_default, so you can't set it with install tool. This is done for 
the reason that user don't set it by accident.

vg Steffen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15966.diff
Type: text/x-diff
Size: 1420 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101012/169c6ade/attachment.diff>


More information about the TYPO3-team-core mailing list