[TYPO3-core] RFC: #15588: [feature] Extend TYPO3 DebugConsole

Steffen Kamper info at sk-typo3.de
Mon Sep 6 14:03:41 CEST 2010


Hi Susanne,

Susanne Moog schrieb:
> On 02.09.2010 00:38, Steffen Kamper wrote:
>> Hi,
>>
>> after next session with Stefan we did more progress and finished it
>> * fixed IE6 issues
>> * add option "open tab in new browser" which opens the tab content in a
>> new browser. This also works with a complete tab group, where all
>> content is added in one new browser window.
>>
>> I attached the patch and a test patch, where console.log calls are
>> included. After BE reload you should see 2 console entries, one from
>> backend.php, one from template.php. just appy and play with, use context
>> menu on tabs.
>> Also go to user settings and enable admin/open debugs in new browser
>> window. Reload BE after change.
> 
> +1 by testing and a light +1 by reading (as I'm not an ExtJS expert :().

thanks!

> And one question:
> 
> Why did you implement the override of the console differently in
> template.php and backend.php (once with fallback, once without)?
> 


because in backend.php ExtJS is always present, also the debugConsole.

In BE modules there are 2 scenarios:
1) it's displayed in frame, so ExtJs from top is available, also 
DebugConsole
2) it's displayed in single tab without frameset: neither top nor ExtJS 
might be available.

vg Steffen


More information about the TYPO3-team-core mailing list