Task #97008
closedAllow extension scanner reporting for other directories than typo3conf/ext
Added by Kevin Appelt over 2 years ago. Updated about 2 years ago.
100%
Description
To prepare to typo3/cms-composer-installers v4 the extension scanner should not be limited to the typo3conf directory, but should be able to handle other directories (especially vendor).
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73679
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73679
Updated by Gerrit Code Review over 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73679
Updated by Gerrit Code Review over 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73679
Updated by Kevin Appelt over 2 years ago
If it helps anyone testing the patch, this is my composer.json:
{ "require": { "typo3/cms-adminpanel": "dev-main", "typo3/cms-backend": "dev-main", "typo3/cms-belog": "dev-main", "typo3/cms-beuser": "dev-main", "typo3/cms-core": "dev-main", "typo3/cms-dashboard": "dev-main", "typo3/cms-extbase": "dev-main", "typo3/cms-extensionmanager": "dev-main", "typo3/cms-felogin": "dev-main", "typo3/cms-filelist": "dev-main", "typo3/cms-filemetadata": "dev-main", "typo3/cms-fluid": "dev-main", "typo3/cms-fluid-styled-content": "dev-main", "typo3/cms-form": "dev-main", "typo3/cms-frontend": "dev-main", "typo3/cms-impexp": "dev-main", "typo3/cms-indexed-search": "dev-main", "typo3/cms-info": "dev-main", "typo3/cms-install": "dev-main", "typo3/cms-linkvalidator": "dev-main", "typo3/cms-lowlevel": "dev-main", "typo3/cms-opendocs": "dev-main", "typo3/cms-recordlist": "dev-main", "typo3/cms-recycler": "dev-main", "typo3/cms-redirects": "dev-main", "typo3/cms-reports": "dev-main", "typo3/cms-rte-ckeditor": "dev-main", "typo3/cms-scheduler": "dev-main", "typo3/cms-seo": "dev-main", "typo3/cms-setup": "dev-main", "typo3/cms-sys-note": "dev-main", "typo3/cms-t3editor": "dev-main", "typo3/cms-tstemplate": "dev-main", "typo3/cms-viewpage": "dev-main", "typo3/cms-workspaces": "dev-main", "typo3/cms-composer-installers": "4.0.x@dev", "gilbertsoft/typo3-core-patches": "^0.2.0", "typo3/cms-styleguide": "dev-main" }, "config": { "allow-plugins": { "typo3/class-alias-loader": true, "typo3/cms-composer-installers": true, "cweagans/composer-patches": true, "gilbertsoft/typo3-core-patches": true } }, "extra": { "patches": { "typo3/cms-install": { "Allow extension scanner reporting for dirs outside typo3conf": "patches/typo3-cms-install-review-73679.patch" } }, "gilbertsoft/typo3-core-patches": { "applied-changes": [73679] } } }
(Understandably) I could not find any other extensions right now that already support the current main branch (or at least can be installed already) to see if everything works, but styleguide as an example is enough for me personally as a test.
Updated by Gerrit Code Review over 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73679
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73737
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73737
Updated by Gerrit Code Review over 2 years ago
Patch set 3 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73737
Updated by Gerrit Code Review over 2 years ago
Patch set 4 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73737
Updated by Kevin Appelt over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 84b03aa5a71210cd047ddf92bb53a4d72a5e8849.
Updated by Gerrit Code Review over 2 years ago
- Status changed from Resolved to Under Review
Patch set 5 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73737
Updated by Kevin Appelt over 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset 440d6919335439cd23df91e8fbb4c7784301bad9.