-
-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Allow installation of TYPO3 v13 (#1512)
- Loading branch information
1 parent
376bf5f
commit ffd2723
Showing
6 changed files
with
211 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,184 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: """ | ||
#^Call to deprecated method getRequest\\(\\) of class TYPO3\\\\CMS\\\\Fluid\\\\Core\\\\Rendering\\\\RenderingContext\\: | ||
since TYPO3 v13, will be removed in TYPO3 v14\\. | ||
Use \\$renderingContext\\-\\>hasAttribute\\(ServerRequestInterface\\:\\:class\\) and | ||
\\$renderingContext\\-\\>getAttribute\\(ServerRequestInterface\\:\\:class\\) instead\\.$# | ||
""" | ||
count: 3 | ||
path: ../Classes/ViewHelpers/Data/PaginateViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Call to deprecated method setRequest\\(\\) of class TYPO3\\\\CMS\\\\Fluid\\\\Core\\\\Rendering\\\\RenderingContext\\: | ||
since TYPO3 v13, will be removed in TYPO3 v14\\. | ||
Use RenderingContextFactory\\-\\>create\\(\\$pathArray, \\$request\\) instead\\.$# | ||
""" | ||
count: 1 | ||
path: ../Classes/ViewHelpers/Data/PaginateViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Fetching class constant class of deprecated class TYPO3\\\\CMS\\\\Fluid\\\\View\\\\StandaloneView\\: | ||
\\: since TYPO3 v13, will be removed in v14\\. Use ext\\:core ViewFactoryInterface instead\\.$# | ||
""" | ||
count: 1 | ||
path: ../Classes/ViewHelpers/Data/PaginateViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Return type of method BK2K\\\\BootstrapPackage\\\\ViewHelpers\\\\Data\\\\PaginateViewHelper\\:\\:getTemplateObject\\(\\) has typehint with deprecated class TYPO3\\\\CMS\\\\Fluid\\\\View\\\\StandaloneView\\: | ||
\\: since TYPO3 v13, will be removed in v14\\. Use ext\\:core ViewFactoryInterface instead\\.$# | ||
""" | ||
count: 1 | ||
path: ../Classes/ViewHelpers/Data/PaginateViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_AUDIO of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:AUDIO instead$# | ||
""" | ||
count: 1 | ||
path: ../Classes/ViewHelpers/File/IsAudioViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 1 | ||
path: ../Classes/ViewHelpers/File/IsImageViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_VIDEO of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:VIDEO instead$# | ||
""" | ||
count: 1 | ||
path: ../Classes/ViewHelpers/File/IsMediaViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Fetching class constant class of deprecated class TYPO3\\\\CMS\\\\Fluid\\\\View\\\\StandaloneView\\: | ||
\\: since TYPO3 v13, will be removed in v14\\. Use ext\\:core ViewFactoryInterface instead\\.$# | ||
""" | ||
count: 1 | ||
path: ../Classes/ViewHelpers/FrameViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Return type of method BK2K\\\\BootstrapPackage\\\\ViewHelpers\\\\FrameViewHelper\\:\\:getTemplateObject\\(\\) has typehint with deprecated class TYPO3\\\\CMS\\\\Fluid\\\\View\\\\StandaloneView\\: | ||
\\: since TYPO3 v13, will be removed in v14\\. Use ext\\:core ViewFactoryInterface instead\\.$# | ||
""" | ||
count: 1 | ||
path: ../Classes/ViewHelpers/FrameViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Call to deprecated method getRequest\\(\\) of class TYPO3\\\\CMS\\\\Fluid\\\\Core\\\\Rendering\\\\RenderingContext\\: | ||
since TYPO3 v13, will be removed in TYPO3 v14\\. | ||
Use \\$renderingContext\\-\\>hasAttribute\\(ServerRequestInterface\\:\\:class\\) and | ||
\\$renderingContext\\-\\>getAttribute\\(ServerRequestInterface\\:\\:class\\) instead\\.$# | ||
""" | ||
count: 2 | ||
path: ../Classes/ViewHelpers/Link/PaginateViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Call to deprecated method getRequest\\(\\) of class TYPO3\\\\CMS\\\\Fluid\\\\Core\\\\Rendering\\\\RenderingContext\\: | ||
since TYPO3 v13, will be removed in TYPO3 v14\\. | ||
Use \\$renderingContext\\-\\>hasAttribute\\(ServerRequestInterface\\:\\:class\\) and | ||
\\$renderingContext\\-\\>getAttribute\\(ServerRequestInterface\\:\\:class\\) instead\\.$# | ||
""" | ||
count: 2 | ||
path: ../Classes/ViewHelpers/TypoScript/ConstantViewHelper.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 2 | ||
path: ../Configuration/TCA/Overrides/100_pages.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 1 | ||
path: ../Configuration/TCA/Overrides/225_content_element_texticon.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 1 | ||
path: ../Configuration/TCA/Overrides/300_content_general_columns.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 1 | ||
path: ../Configuration/TCA/tx_bootstrappackage_accordion_item.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_VIDEO of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:VIDEO instead$# | ||
""" | ||
count: 1 | ||
path: ../Configuration/TCA/tx_bootstrappackage_accordion_item.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 2 | ||
path: ../Configuration/TCA/tx_bootstrappackage_card_group_item.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 2 | ||
path: ../Configuration/TCA/tx_bootstrappackage_carousel_item.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 1 | ||
path: ../Configuration/TCA/tx_bootstrappackage_icon_group_item.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 1 | ||
path: ../Configuration/TCA/tx_bootstrappackage_tab_item.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_VIDEO of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:VIDEO instead$# | ||
""" | ||
count: 1 | ||
path: ../Configuration/TCA/tx_bootstrappackage_tab_item.php | ||
|
||
- | ||
message: """ | ||
#^Fetching deprecated class constant FILETYPE_IMAGE of class TYPO3\\\\CMS\\\\Core\\\\Resource\\\\File\\: | ||
will be removed in TYPO3 v14, use TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileType\\:\\:IMAGE instead$# | ||
""" | ||
count: 2 | ||
path: ../Configuration/TCA/tx_bootstrappackage_timeline_item.php |
This file was deleted.
Oops, something went wrong.
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