Actions
Bug #24601
closedOverwork the JavaScript LLL generation
Start date:
2011-01-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
backend.php reads all labels, which are required in JavaScript from LLL.
Adding new labels is messy and the output is made very late, so that e.g. the viewport generation has no access to labels. Thus this is a prerequisite for #23807.
This patch eases adding new labels, as it does more magic automatically.
There is no way to output the JS code so early, so they're written to typo3temp/ and added as first JS file to the PageRenderer.
(issue imported from #M17067)
Files
Updated by Ernesto Baschny almost 14 years ago
Committed to trunk on rev. 10137.
Actions