[TYPO3-core] RFC: Bug #6885: Nested USER_INT, COA_INT, etc. objects are not rendered

Oliver Hader oh at inpublica.de
Wed Dec 5 15:01:42 CET 2007


This is a SVN patch request.

Problem:
Nested *_INT objects are not rendered (e.g. COA_INT in COA_INT). The
problem is in tslib_fe::INTincScript() which executes the INT objects
after processing the regular (cached) content. After the execution of
tslib_fe::INTincScript() there might be new items in the
$TSFE->config['INTincScript'] array which are not processed.

Solution:
Check if reprocessing for new items in $TSFE->config['INTincScript'] is
necessary and do it.

Comments:
In the bugtracker is an easy TypoScript example (which doesn't make much
sense), but helps to test this issue. Furthermore there was a small
discussion about that in the typo3.dev list:
http://lists.netfielders.de/pipermail/typo3-dev/2007-December/026676.html

Bugtracker references:
http://bugs.typo3.org/view.php?id=6885

Branches: TYPO3_4-1, Trunk


olly
-- 
Oliver Hader
http://inpublica.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006885_41.patch
Type: text/x-diff
Size: 5845 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20071205/7184c4be/attachment.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006885_trunk.patch
Type: text/x-diff
Size: 5865 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20071205/7184c4be/attachment-0001.patch 


More information about the TYPO3-team-core mailing list