Project

General

Profile

Actions

Bug #49461

closed

Cannot load css_styled_content TS using INCLUDE_TYPOSCRIPT

Added by Ingo Renner almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
-
Start date:
2013-06-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
hard
Is Regression:
Sprint Focus:

Description

When installing extensions they may register plugins in ext_localconf.php. By doing so some default TypoScript is generated in Extensionutility::configurePlugin() that is then added using ExtensionManagementUtility::addTypoScript().

Parts of the generated TypoScript are stored in $TYPO3_CONF_VARS['FE']['contentRenderingTemplates']* and are loaded later during TypoScript parsing after including the content rendering template.

These TS parts are used to resolve which classes and methods to call when a plugin needs to be rendered on a page. You can find them in tt_content.list.20.*

"content default" used to be the old content rendering template with uid 43, today we use css_styled_content instead. The part in the TypoScript processing chain to load these generated snippets - TemplateService::includeStaticTypoScriptSources() - is only executed when loading the content rendering templates using the "Include static (from extensions)" field in template records.

In return this means if you try to move as much TS to files as possible you will still have to include css_styled_content through the Template records in the backend. In other words when actually trying to include css_styled_content TS from a file, the generated snippets for tt_content.list.20.* will not be loaded and thus no plugin can be executed.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #44983: Including the CSC typoscript in external files the afterStaticUid 43 magic won't be includedClosed2013-01-30

Actions
Related to TYPO3 Core - Bug #59318: Loading css_styled_content TS using INCLUDE_TYPOSCRIPT doesn't include defaultContentRenderingClosedMarc Bastian Heinrichs2014-06-03

Actions
Actions #1

Updated by Gerrit Code Review almost 11 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21679

Actions #2

Updated by Gerrit Code Review almost 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21679

Actions #3

Updated by Gerrit Code Review almost 11 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21679

Actions #4

Updated by Gerrit Code Review almost 11 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21679

Actions #5

Updated by Gerrit Code Review almost 11 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21679

Actions #6

Updated by Gerrit Code Review almost 11 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21679

Actions #7

Updated by Gerrit Code Review almost 11 years ago

Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21679

Actions #8

Updated by Ingo Renner almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Gerrit Code Review almost 11 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22169

Actions #10

Updated by Gerrit Code Review almost 11 years ago

Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22170

Actions #11

Updated by Ingo Renner almost 11 years ago

  • Status changed from Under Review to Resolved
Actions #12

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF