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

Michael Stucki michael at typo3.org
Thu Feb 21 01:36:08 CET 2008


Hi Oliver,

I did not test the fix but had a look at the code instead:

- In class.tslib_fe.php you can usually use $this instead of
  $GLOBALS['TSFE']

- There's a typo in one comment: previos => previous

The rest appears to be perfect, and as others have already reported, the
change seems to work just fine.

So +1 on reading, patch is ready for commit.

- michael

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
> 
> 
> olly
> 


-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/


More information about the TYPO3-team-core mailing list