Project

General

Profile

Actions

Feature #22403

closed

stdWrap.debugConf functionality

Added by Adrian Föder about 14 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-04-09
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

As of the stdWrap-functions

debugData
debugFunc

etc.

it would be nice to also have

debugConf = 1

that does nothing else than

if($conf['debugConf']) {
debug($conf, 'stdWrap conf');
}

I added this by myself with the stdWrap hook functionality; but I think it should be useful in the core.
Especially when handling with "sophisticated" TS object copying or in TemplaVoilà context, it is useful to know if an object path is correctly copied to e.g. stdWrap.cObject etc.

(issue imported from #M14038)


Files

patch.diff (531 Bytes) patch.diff Administrator Admin, 2010-04-09 09:52
Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Description updated (diff)
  • Status changed from New to Closed
  • Target version deleted (0)
Actions

Also available in: Atom PDF