Actions
Bug #42280
closedRemove singleton for EXT:form Localization
Start date:
2012-10-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
\TYPO3\CMS\Form\Localization is a singleton class with constructor
parameters. This is an antipattern and broken by design. As an effect
it leads to warnings in unit tests and makes the class unusable
with multiple files.
The patch removes the implementation of the singletonInterface, but
sets the default localization file as default parameter to keep
backwards compatibility.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15886
Updated by Christian Kuhn about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f66d1636041c15f51af5124cb0b2b00e5f8fd0e3.
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
- Is Regression set to No
Updated by Björn Jacob over 8 years ago
- Category changed from 1602 to Form Framework
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions