Actions
Bug #75942
closedBigDocumentTemplate was removed without deprecation
Start date:
2016-04-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
While the other size related DocumentTemplate classes
\TYPO3\CMS\Backend\Template\MediumDocumentTemplate \TYPO3\CMS\Backend\Template\SmallDocumentTemplate \TYPO3\CMS\Backend\Template\StandardDocumentTemplate
have been deprecated before removal and removed in #61782 this was not the case for
\TYPO3\CMS\Backend\Template\BigDocumentTemplate
which was removed in #63441 without deprecation. To make developers updating extensions to 7.6 aware of this a Breaking.rst should be added.
Updated by Gerrit Code Review over 7 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47931
Updated by Stephan Großberndt over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a0942daae40c6b8c761fa3d23a7cfe0251606e2c.
Actions