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

Oliver Hader oh at inpublica.de
Thu Dec 13 16:25:41 CET 2007


Hi,

Oliver Hader schrieb:
> 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

I noticed a wrong order for $this->config['INTincScript_ext'] in the
changed parts. The new patches for 4.1 branch and Trunk are attached.

olly
-- 
Oliver Hader
http://inpublica.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006885_v2_trunk.patch
Type: text/x-diff
Size: 6509 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20071213/e779325d/attachment.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006885_v2_41.patch
Type: text/x-diff
Size: 6489 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20071213/e779325d/attachment-0001.patch 


More information about the TYPO3-team-core mailing list