[TYPO3-core] RFC Bug #11268: Optimize initialization of frontend editing

Jeff Segars jsegars at alumni.rice.edu
Thu Jun 4 18:26:25 CEST 2009


Oliver Hader wrote:
> This is an SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=11268
> 
> Branch: Trunk
> 
> Problem:
> Frontend editing is currently initialized even if the admin panel has no
> frontend editing enabled. Furthermore t3lib_frontendedit creates an
> instance of t3lib_TCEmain once it gets instantiated.
> 
> Solution:
> t3lib_frontendedit should only be loaded when it's required - the same
> fits to t3lib_TCEmain. $BE_USER->isFrontendEditingActive() determines
> whether the frontend editing class should be initialized.
> 
> olly

+1 on reading and testing with feeditadvanced.  Thanks Olly!


More information about the TYPO3-team-core mailing list