Project

General

Profile

Actions

Task #97008

closed

Allow extension scanner reporting for other directories than typo3conf/ext

Added by Kevin Appelt over 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Install Tool
Target version:
-
Start date:
2022-02-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:

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).

Actions #1

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

Actions #2

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

Actions #3

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

Actions #4

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

Actions #5

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.

Actions #6

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

Actions #7

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

Actions #8

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

Actions #9

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

Actions #10

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

Actions #11

Updated by Kevin Appelt over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

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

Actions #13

Updated by Kevin Appelt over 2 years ago

  • Status changed from Under Review to Resolved
Actions #14

Updated by Benni Mack about 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF