Bug #69463
closedAbstract XSD generator can handle more than two namespace parts
100%
Description
The getTagNameForClass method in the abstract XSD generator class
could not handle class names with more than two namespace parts.
This caused e.g. TYPO3\CMS\Fluid\ViewHelpers\Be\Buttons\CshViewHelper to
not be transformed to "be.buttons.csh", but just "be.", which in turn
cause duplicate id errors in the resulting XSD document.
Updated by Helmut Hummel about 9 years ago
- Subject changed from Abstract XSD generator can handle multiple tag names to Abstract XSD generator can handle more than two namespace parts
Updated by Helmut Hummel about 9 years ago
can be tested with typo3_console:
./typo3cms documentation:generatexsd TYPO3\\CMS\\Fluid\\ViewHelpers
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42971
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42971
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42978
Updated by Helmut Hummel about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3d50d7334195853c2e0136cb09540c55512c889f.