Actions
Task #29090
closedClean up the rendering process.
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2011-08-18
Due date:
% Done:
0%
Estimated time:
80.00 h
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
hard
Sprint Focus:
Description
After looking at the comments for http://forge.typo3.org/issues/29041 and the related code, it seems that the whole rendering process is rather convoluted and probably needs some stream-lining.
Target probably will be 4.7 or 4.8.
Main aim of this report is to serve as a TODO-reminder.
Updated by Björn Pedersen over 13 years ago
Some things which I stumbled upon:
- $GLOBALS['TSFE']->INTincScript_loadJSCode(); is only called in tslib_pagegen::renderContentWithHeader and can only be called there as the variables that are set are unset there prior to any other use.
- There are to many vars where header content is collected.
Suggestion: use arrays to collect all header parts:
css
js
meta
links
Updated by Andreas Wolf about 13 years ago
- Category set to Content Rendering
- Complexity set to hard
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
- Translation missing: en.field_remaining_hours deleted (
80.0)
This is the scope of the sprint focus of 7.2, so I'm closing this one down.
Actions