[TYPO3-core] FYI24: Fix bug #13690: Clean up class definition of frontendDoc in template.php

Oliver Hader oliver at typo3.org
Mon Mar 8 11:10:19 CET 2010


Hi Steffen,

Am 28.02.10 11:48, schrieb Steffen Ritter:
> Oliver Hader schrieb:
>> This is an SVN patch request that will be committed to SVN after 24
>> hours if nobody objects.
>>
>> Type: Bufgix
>>
>> Bugtracker references:
>> http://bugs.typo3.org/view.php?id=13690
>>
>> Branches: TYPO3_4-3, Trunk
>>
>> Problem:
>> The frontendDoc at the end of template.php has missing class member
>> definitions and a wrong disposal of the page renderer in the frontend.
>> The class member definitions is the unused rest of the
>> t3lib_PageRenderer and feeditadvanced development in TYPO3 4.3.
>>
>> Solution:
>> Remove the superflouos undefined class members and rewrite the
>> getPageRenderer() method to fetch the object from TSFE since the process
>> happens in the frontend...
>>
>> Notes:
>> This RFC is required to get #11805 fixed.
>>
>> olly
>>
> Question: where is your new mehtod called so that the class-member will
> be set?

The new method overrides template::getPageRenderer() for frontend
disposal. The method is called in the constructor of the template class
which is extended by frontendDoc.

olly
-- 
Oliver Hader
TYPO3 v4 Core Team Leader


More information about the TYPO3-team-core mailing list