Actions
Bug #80095
closedCore makes still use of "lib.stdheader"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-03-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
The TypoScript for "lib.stdheader" was removed from EXT:fluid_styled_content.
(See: https://docs.typo3.org/typo3cms/extensions/core/8-dev/Changelog/8.6/Breaking-79622-TypoScriptStandardHeaderHasBeenRemovedFromFluidStyledContent.html)
The core makes still use of this TypoScript at 3 places:
- EXT:fe_login/ext_localconf.php line 18
- EXT:core:Classes/Utility/ExtensionManagementUtility.php line 1423 in function "addPItoST43"
- EXT:extbase/Classes/Utility/ExtensionUtility.php line 88 in function "configurePlugin"
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
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/52132
Updated by Benjamin Kott over 7 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review over 7 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/52132
Updated by Anonymous over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a1b592f61f3d2bb3a2164cf363c3d815e9b7f8b3.
Actions