Bug #95701
closedAdd extension title to meta data and use it
100%
Description
Instead of reading the composer.json / ext_emconf.php
of extensions at runtime just to retrieve the extension title,
use the existing package meta data API to store and retrieve this
information.
Add a place in composer.json extra section to store an optional title
of an extension and use this to populate the meta data, but
add fallback handling for Composer mode as well to read ext_emconf.php
in case the newly introduced composer.json property is not set
to avoid a change in behaviour in extension manager.
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71888
Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71888
Updated by Gerrit Code Review about 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71888
Updated by Gerrit Code Review about 3 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71888
Updated by Helmut Hummel about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 30984658546fd8d427c770122108ce988113994b.