Feature #25709
closed
Need to add possibility to change the file size limitation for INCLUDE_TYPOSCRIPT
Added by Rastislav Birka over 13 years ago.
Updated about 6 years ago.
Description
The limit for size of INCLUDE_TYPOSCRIPT files is currently hardcoded to 100KB.
Now it's directly in script class.t3lib_tsparser.php function checkIncludeLines: if (@is_file($filename) && filesize($filename) < 100000).
The suggestion is to add this as a BE constant, e.g. $GLOBALS['TYPO3_CONF_VARS']['SYS']['maxFileSizeForIncludeTyposcript']
Patch set 1 of change Ib8dd5576d4400cb4da38c86384ce6dd31f734508 has been pushed to the review server.
It is available at http://review.typo3.org/1408
Patch set 2 of change Ib8dd5576d4400cb4da38c86384ce6dd31f734508 has been pushed to the review server.
It is available at http://review.typo3.org/1408
Patch set 3 of change Ib8dd5576d4400cb4da38c86384ce6dd31f734508 has been pushed to the review server.
It is available at http://review.typo3.org/1408
Patch set 4 of change Ib8dd5576d4400cb4da38c86384ce6dd31f734508 has been pushed to the review server.
It is available at http://review.typo3.org/1408
Patch set 5 of change Ib8dd5576d4400cb4da38c86384ce6dd31f734508 has been pushed to the review server.
It is available at http://review.typo3.org/1408
Patch set 6 of change Ib8dd5576d4400cb4da38c86384ce6dd31f734508 has been pushed to the review server.
It is available at http://review.typo3.org/1408
Patch set 7 of change Ib8dd5576d4400cb4da38c86384ce6dd31f734508 has been pushed to the review server.
It is available at http://review.typo3.org/1408
Patch set 8 of change Ib8dd5576d4400cb4da38c86384ce6dd31f734508 has been pushed to the review server.
It is available at http://review.typo3.org/1408
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF