Project

General

Profile

Actions

Feature #91080

closed

Populate site settings to TypoScript constants

Added by Markus Klein almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Frontend
Target version:
Start date:
2020-04-17
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In older TYPO3 versions it is possible to define constants for the Template via page TSconfig.
This possibility has been removed with #88564.

A similar functionality, based on site configuration, has been proposed with #89107 and #89102, but had to be reverted and delayed.

The re-implementation shall now provide settings defined in the site configuration (e.g. storage pids and similar things) as constants in TypoScript.
In another feature, these settings shall also be provided "as constants" for TSconfig.

This ultimately completes the concept of having a central place of FE/BE independent configuration, which can be used in FE (Template) and BE (TSconfig) specific configuration.


Related issues 11 (2 open9 closed)

Related to TYPO3 Core - Task #88564: Drop PageTS "TSFE.constants" functionalityClosedBenni Mack2019-06-14

Actions
Related to TYPO3 Core - Epic #89107: Introduce Site SettingsClosed2019-09-06

Actions
Related to TYPO3 Core - Feature #89102: Read settings for sites from <config>/sites/<siteIdentifier>ClosedAnja Leichsenring2019-09-06

Actions
Related to TYPO3 Core - Feature #91081: Populate site settings to TSconfigClosedBenni Mack2020-04-17

Actions
Related to TYPO3 Core - Bug #92528: TypoScript site constants not always populatedClosed2020-10-09

Actions
Related to TYPO3 Core - Bug #93746: Conditions in Page TSconfig using site settings trigger errors when page with UID 0 is selected in BEClosed2021-03-15

Actions
Related to TYPO3 Core - Feature #93875: Populate site settings depending on language to TypoScript constantsNew2021-04-07

Actions
Related to TYPO3 Core - Bug #94150: Constants in Page TsConfig with multiple sites, caching problemClosed2021-05-18

Actions
Related to TYPO3 Core - Bug #97172: TemplateAnalyzer does not show constants populated from site settings for nested sitesClosedSusanne Moog2022-03-11

Actions
Related to TYPO3 Core - Bug #102357: PageTsConfig: site settings / constants are not substituted in FormEngineNeeds Feedback2023-11-09

Actions
Related to TYPO3 Core - Feature #97816: New TypoScript parserClosed2022-06-27

Actions
Actions #1

Updated by Markus Klein almost 4 years ago

  • Related to Task #88564: Drop PageTS "TSFE.constants" functionality added
Actions #2

Updated by Markus Klein almost 4 years ago

  • Related to Epic #89107: Introduce Site Settings added
Actions #3

Updated by Markus Klein almost 4 years ago

  • Related to Feature #89102: Read settings for sites from <config>/sites/<siteIdentifier> added
Actions #4

Updated by Markus Klein almost 4 years ago

Actions #5

Updated by Gerrit Code Review almost 4 years ago

  • Status changed from Accepted to Under Review

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #6

Updated by Gerrit Code Review almost 4 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #7

Updated by Gerrit Code Review almost 4 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #8

Updated by Gerrit Code Review almost 4 years ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #9

Updated by Gerrit Code Review almost 4 years ago

Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #10

Updated by Gerrit Code Review almost 4 years ago

Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #11

Updated by Gerrit Code Review almost 4 years ago

Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #12

Updated by Gerrit Code Review almost 4 years ago

Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #13

Updated by Gerrit Code Review almost 4 years ago

Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #14

Updated by Gerrit Code Review almost 4 years ago

Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #15

Updated by Gerrit Code Review almost 4 years ago

Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64128

Actions #16

Updated by Benni Mack almost 4 years ago

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

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions #18

Updated by Anonymous over 3 years ago

  • Related to Bug #92528: TypoScript site constants not always populated added
Actions #19

Updated by Česlav Przywara about 3 years ago

  • Related to Bug #93746: Conditions in Page TSconfig using site settings trigger errors when page with UID 0 is selected in BE added
Actions #20

Updated by Joerg Boesche almost 3 years ago

  • Related to Feature #93875: Populate site settings depending on language to TypoScript constants added
Actions #21

Updated by Marco Huber almost 3 years ago

  • Related to Bug #94150: Constants in Page TsConfig with multiple sites, caching problem added
Actions #22

Updated by Christian Kuhn almost 2 years ago

  • Related to Bug #97172: TemplateAnalyzer does not show constants populated from site settings for nested sites added
Actions #23

Updated by Christian Kuhn 2 months ago

  • Related to Bug #102357: PageTsConfig: site settings / constants are not substituted in FormEngine added
Actions #24

Updated by Christian Kuhn 2 months ago

Actions

Also available in: Atom PDF