Feature #85389
closedIntroduce Context API for consistent data handling
100%
Description
A new API for containing current information about various settings is added - Contexts.
The current context contains various (flexible) aspects, which act as a data bag.
An aspect is typically exposing only the necessary parts, e.g. not a full frontend user object, but only the data that is needed for various checks.
In practice, the Context API replaces a lot of inconsistent settings spread over all globally available objects (TSFE, sys_page, BE_USER) and makes them available at any time of the application / request lifecycle.
Any extension can add an aspect to the current context.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 17 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57104
Updated by Gerrit Code Review over 6 years ago
Patch set 18 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57104
Updated by Gerrit Code Review over 6 years ago
Patch set 19 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57104
Updated by Gerrit Code Review over 6 years ago
Patch set 20 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57104
Updated by Benni Mack over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5f8f50a0287dfba5b8c685420a825933bbe33313.
Updated by Christian Kuhn over 6 years ago
- Related to Task #85408: Minor cleanups for Context API added
Updated by Christian Kuhn over 6 years ago
- Related to Bug #85447: Adapt glitches of context patch added