[TYPO3-dev] Feature request TYPO3 4.5:: no XCLASS warning

Franz Holzinger franz at ttproducts.de
Wed Aug 18 07:41:28 CEST 2010


Hello,

I have an alternative proposal:

Remove the developer warnings completely from the Extension Manager.
Put this developer information into the extension ExtDevEval.

- Franz


Le 17/08/2010 18:20, Franz Holzinger a écrit :
> proposal:
>
> add the comment
> // NO_CLASS_WARNING
> into such a file instead of the XCLASS php code.
>
> if (defined('TYPO3_MODE') &&
> $GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['ext/tt_products/lib/class.tx_ttproducts_billdelivery.php'])
> {
> include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['ext/tt_products/lib/class.tx_ttproducts_billdelivery.php']);
>
> }
>
>
> When the text 'NO_CLASS_WARNING' is found inside of a file, then no
> XCLASS warning will be shown. in the EM.
>
> If you agree, then I will provide a patch for TYPO3 4.5.





More information about the TYPO3-dev mailing list