[TYPO3-dev] scheduler and doNotLoadInFE

Mario Matzulla mario at matzullas.de
Thu Aug 12 20:50:39 CEST 2010


Hi Steffen,

Am 12.08.10 00:07, schrieb Steffen Kamper:
> Hi,
>
> Steffen Kamper schrieb:
>>>
>>> in FE the if part "t3lib_extMgm::isLoaded('scheduler')" will return
>>> false ;)
>>> Chicken - Egg problem !?!;)
>>>
>>
>> ok, then you have to do it yourself:
>> if (t3lib_div::inList($TYPO3_CONF_VARS['EXT']['extList'], 'scheduler')
>> { ...
>>
> if (t3lib_div::inList($TYPO3_CONF_VARS['EXT']['extList'], 'scheduler'))
> { ...
>
> I have this problem in mind. It's not a good idea to add scheduler to FE
> in general performance wise, but if an extension needs it it should be
> possible to add any ext to FE environment.
>
> So i see advantage for following functions:
> t3lib_extMgm::isLoadedInBE
> t3lib_extMgm::isLoadedInFE
> t3lib_extMgm::addExtensionToFE

thank you for pushing this issue forward :)

Personally I think patching the scheduler is the easiest way, but for 
future issues, your provided functions could help a lot.

Thanks and +1 for those functions,
Mario
>
> vg Steffen





More information about the TYPO3-dev mailing list