Feature #58829
Register package namespaces automatically
0%
Description
Currently when using ViewHelpers from 3rd party packages the package namespace has to be registered:
{namespace xyz=Acme\SomePackage\ViewHelpers} <xyz:someViewHelper />
It would be useful if the namespace of all 3rd party packages containing at least one ViewHelper would be registered automatically (in addition to the explicitly registered namespaces) .
For the above example that would mean:
<acme.somepackage:someViewHelper />
Would be sufficient, if SomeViewHelper resides in a sub-namespace "ViewHelpers" as suggested.
Related issues
Updated by Gerrit Code Review about 8 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/30673
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/30673
Updated by Marc Neuhaus about 8 years ago
- Assignee changed from Bastian Waidelich to Marc Neuhaus
Updated by Gerrit Code Review about 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/30673
Updated by Gerrit Code Review about 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/30673
Updated by Gerrit Code Review about 8 years ago
Patch set 6 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/30673
Updated by Gerrit Code Review about 8 years ago
Patch set 7 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/30673
Updated by Gerrit Code Review about 8 years ago
Patch set 8 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/30673
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/30718
Updated by Bastian Waidelich over 7 years ago
- Status changed from Under Review to Closed
This ticket has been moved to https://jira.typo3.org/browse/FLOW-151