-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce 2 new PSR-14 Events BeforeContainerConfigurationIsAppliedEvent * change container configuration for 3rd party extensions container you have installed * apply same configuration to all or a set of containers (e.g. gridTemplate) * Note: CType and Grid Structure cannot be changed (but Column Properties of the Grid) BeforeContainerPreviewIsRendered change view object, e.g. add variables to view or change paths
- Loading branch information
1 parent
ef6cc8d
commit 3916536
Showing
76 changed files
with
886 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Method TYPO3\\\\CMS\\\\Core\\\\Domain\\\\Repository\\\\PageRepository\\:\\:getLanguageOverlay\\(\\) invoked with 3 parameters, 2 required\\.$#" | ||
count: 1 | ||
path: ../Classes/Domain/Factory/PageView/Frontend/ContainerFactory.php | ||
|
||
- | ||
message: "#^Constant LF not found\\.$#" | ||
count: 4 | ||
path: ../Classes/Tca/Registry.php | ||
|
||
- | ||
message: "#^PHPDoc tag @return has invalid value \\(\\)\\: Unexpected token \"\\\\n \\* \", expected type at offset 679$#" | ||
count: 1 | ||
path: ../Tests/Acceptance/Support/BackendTester.php | ||
|
||
- | ||
message: "#^PHPDoc tag @return has invalid value \\(\\)\\: Unexpected token \"\\\\n \\* \", expected type at offset 743$#" | ||
count: 1 | ||
path: ../Tests/Acceptance/Support/BackendTester.php | ||
|
||
- | ||
message: "#^PHPDoc tag @throws with type B13\\\\Container\\\\Tests\\\\Acceptance\\\\Support\\\\_generated\\\\ConfigurationException is not subtype of Throwable$#" | ||
count: 1 | ||
path: ../Tests/Acceptance/Support/BackendTester.php | ||
|
||
- | ||
message: "#^PHPDoc tag @throws with type B13\\\\Container\\\\Tests\\\\Acceptance\\\\Support\\\\_generated\\\\ModuleException is not subtype of Throwable$#" | ||
count: 1 | ||
path: ../Tests/Acceptance/Support/BackendTester.php | ||
|
||
- | ||
message: "#^Call to an undefined static method TYPO3\\\\TestingFramework\\\\Core\\\\Acceptance\\\\Extension\\\\BackendEnvironment\\:\\:_initialize\\(\\)\\.$#" | ||
count: 1 | ||
path: ../Tests/Acceptance/Support/Extension/BackendContainerEnvironment.php | ||
|
||
- | ||
message: "#^Call to an undefined static method TYPO3\\\\TestingFramework\\\\Core\\\\Acceptance\\\\Extension\\\\BackendEnvironment\\:\\:bootstrapTypo3Environment\\(\\)\\.$#" | ||
count: 1 | ||
path: ../Tests/Acceptance/Support/Extension/BackendContainerEnvironment.php | ||
|
||
- | ||
message: "#^Constant ORIGINAL_ROOT not found\\.$#" | ||
count: 1 | ||
path: ../Tests/Acceptance/Support/Extension/BackendContainerEnvironment.php | ||
|
||
- | ||
message: "#^Property TYPO3\\\\TestingFramework\\\\Core\\\\Acceptance\\\\Helper\\\\AbstractPageTree\\:\\:\\$tester \\(AcceptanceTester\\) does not accept B13\\\\Container\\\\Tests\\\\Acceptance\\\\Support\\\\BackendTester\\.$#" | ||
count: 1 | ||
path: ../Tests/Acceptance/Support/PageTree.php | ||
|
||
- | ||
message: "#^Constant ORIGINAL_ROOT not found\\.$#" | ||
count: 1 | ||
path: ../Tests/Functional/Datahandler/AbstractDatahandler.php | ||
|
||
- | ||
message: "#^Class TYPO3\\\\CMS\\\\Backend\\\\View\\\\PageLayoutContext constructor invoked with 5 parameters, 2 required\\.$#" | ||
count: 1 | ||
path: ../Tests/Functional/Integrity/IntegrityTest.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
includes: | ||
- phpstan-baseline-11-7.4.neon | ||
|
||
parameters: | ||
level: 5 | ||
|
||
paths: | ||
- %currentWorkingDirectory%/Classes | ||
- %currentWorkingDirectory%/Tests | ||
|
||
excludePaths: | ||
- %currentWorkingDirectory%/Classes/Listener/ModifyNewContentElementWizardItems.php | ||
- %currentWorkingDirectory%/Classes/Listener/ContentUsedOnPage.php | ||
- %currentWorkingDirectory%/Tests/Unit/Listener/ContentUsedOnPageTest.php | ||
- %currentWorkingDirectory%/Tests/Functional/Listener/ContentUsedOnPageTest.php | ||
- %currentWorkingDirectory%/Classes/Listener/RecordSummaryForLocalization.php | ||
- %currentWorkingDirectory%/Classes/Listener/PageTsConfig.php | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.