Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
21653e1
[TASK] Remove strict type declaration, ensure class doc comment
NamelessCoder Apr 27, 2026
610571f
[TASK] Remove deprecated phpstan option
NamelessCoder Jun 14, 2026
bbb3dce
[TASK] Remove LocalizationController override
NamelessCoder Jun 14, 2026
cf210f1
[TASK] Fix page controller pseudo-plugin registration
NamelessCoder Jun 14, 2026
835a7dd
[REMOVAL] Remove record-based content type feature
NamelessCoder Jun 14, 2026
eb6795c
[TASK] Add variable type to all constants
NamelessCoder Jun 14, 2026
e6d27e6
[TASK] Change all variable casts to short literals
NamelessCoder Jun 14, 2026
463e967
[FEATURE] Implement RequestResolver
NamelessCoder Jun 14, 2026
4bdad20
[TASK] Remove redundant TCEforms wrapper patching
NamelessCoder Jun 14, 2026
c5db48c
[TASK] Remove legacy content container collapse functionality
NamelessCoder Jun 14, 2026
6b9cbce
[BUGFIX] Patch TYPO3 incorrectly picking sibling record on insert-after
NamelessCoder Jun 14, 2026
8323670
[TASK] Remove legacy handling for required/eval difference
NamelessCoder Jun 14, 2026
271097e
[TASK] Clean up ViewBuilder for compatibility
NamelessCoder Jun 15, 2026
060f92f
[TASK] Remove classes only used on v11 and below
NamelessCoder Jun 15, 2026
fb31813
[FEATURE] Add VersionUtility
NamelessCoder Jun 15, 2026
3c5c3c2
[TASK] Get rid of the legacy configuration manager override
NamelessCoder Jun 15, 2026
98ebf37
[TASK] Get rid of PageLayoutView override
NamelessCoder Jun 15, 2026
38a3866
[TASK] Remove an incompatible annotation
NamelessCoder Jun 15, 2026
a7a7385
[BUGFIX] Delay instancing of form data transformers until accessed
NamelessCoder Jun 15, 2026
3c8f5b2
[REMOVAL] Remove showRemovedLocalizationRecords argument
NamelessCoder Jun 15, 2026
93e0d3c
[REMOVAL] Remove legacy registration of transformers
NamelessCoder Jun 15, 2026
4aa597e
[BUGFIX] Tolerate missing database connection config in boot complete…
NamelessCoder Jun 15, 2026
b30e815
[TASK] Check workspace support with TcaSchema
NamelessCoder Jun 15, 2026
362b503
[TASK] Remove redundant annotations
NamelessCoder Jun 15, 2026
4469ff4
[BUGFIX] Lazy instance ConfigurationManager
NamelessCoder Jun 15, 2026
9cb2b21
[TASK] Remove legacy constant assignments
NamelessCoder Jun 15, 2026
168b8c7
[TASK] Support new FlexFormFieldValues object
NamelessCoder Jun 15, 2026
06478c3
[TASK] Fix a couple of class imports
NamelessCoder Jun 15, 2026
fbd2991
[BUGFIX] Handle changed FileType enum
NamelessCoder Jun 15, 2026
42cd243
[REMOVAL]| Remove SelectOption compatibility proxy
NamelessCoder Jun 15, 2026
5b99e7b
[TASK] Implement ExtensionConfiguration proxy
NamelessCoder Jun 15, 2026
d8da181
[TASK] Ensure ContentObjectRenderer returned from resolver
NamelessCoder Jun 15, 2026
7ea7733
[TASK] Do not convert icon path to absolute
NamelessCoder Jun 15, 2026
d29157b
[TASK] Remove legacy DI instruction
NamelessCoder Jun 15, 2026
3f81791
[TASK] Do not enforce absolute path thumbnail images
NamelessCoder Jun 15, 2026
6560643
[BUGFIX] Refactor away from deprecated SplObjectStorage methods
NamelessCoder Jun 15, 2026
eb8cf75
[TASK] Avoid TSFE-based testing of content ViewHelpers
NamelessCoder Jun 15, 2026
6978b4c
[REMOVAL] Remove deprecated function call transformer
NamelessCoder Jun 15, 2026
aa34d43
[TASK] Remove legacy registrations
NamelessCoder Jun 15, 2026
b21cbcc
[TASK] Adjust test base classes
NamelessCoder Jun 15, 2026
045517a
[TASK] Remove unused imports and arguments
NamelessCoder Jun 17, 2026
bb5c28a
[BUGFIX] Adjust PagePreviewRenderer for v14 compatibility
NamelessCoder Jun 17, 2026
9792def
[TASK] Add constant variable types and visibility
NamelessCoder Jun 17, 2026
eb249f6
[TASK] Initialize a fake Environment in tests
NamelessCoder Jun 17, 2026
c931174
[TASK] Remove ControllerContext usages
NamelessCoder Jun 18, 2026
5582ed5
[TASK] Clean up ViewHelper test base
NamelessCoder Jun 18, 2026
e053537
[TASK] Trust that ExtbaseRequestParameters exists
NamelessCoder Jun 18, 2026
b72713a
[TASK] Simplify RenderingContext mocking
NamelessCoder Jun 18, 2026
45c7ea5
[TASK] Remove dead end page information proxy
NamelessCoder Jun 18, 2026
2157719
[TASK] Improve method signature cross-compatibility
NamelessCoder Jun 18, 2026
b13e668
[TASK] Refactor base controller class
NamelessCoder Jun 18, 2026
598594d
[TASK] Decouple BackendLayoutView from parent class
NamelessCoder Jun 18, 2026
e4281da
[TASK] Clean up PreviewRenderer
NamelessCoder Jun 18, 2026
5b7b095
[TASK] Clean up PreviewView test case
NamelessCoder Jun 18, 2026
32da905
[TASK] Clean up MultipleItemsProcFunc test case
NamelessCoder Jun 18, 2026
ad0ee3b
[TASK] Adjust a couple of places for v14 compat
NamelessCoder Jun 18, 2026
2996cc0
[TASK] Fix a literal long alias cast
NamelessCoder Jun 18, 2026
cf42b90
[TASK] Declare ViewHelper argument nullable
NamelessCoder Jun 18, 2026
8e328f1
[REMOVAL] Drop PHP <8.2 support, demand 8.3+
NamelessCoder Jun 18, 2026
38e3a37
[REMOVAL] Drop TYPOv10 and v11 support
NamelessCoder Jun 18, 2026
56a15b9
[FEATURE] Add support for TYPO3v14
NamelessCoder Jun 18, 2026
4398f21
[TASK] Run phpcs on 8.5@v14
NamelessCoder Jun 18, 2026
af88263
[TASK] Fix code style issues
NamelessCoder Jun 18, 2026
a3a15a4
[TASK] Remove invalid build matrix items
NamelessCoder Jun 18, 2026
7f26002
[TASK] Remove unused constructor dependency
NamelessCoder Jun 18, 2026
78d2d96
[TASK] Remove unused class
NamelessCoder Jun 18, 2026
f412c9a
[BUGFIX] Restore required argument
NamelessCoder Jun 18, 2026
a05d55a
[TASK] Remove unused method
NamelessCoder Jun 18, 2026
fb841c6
[TASK] Declare strict return type
NamelessCoder Jun 18, 2026
14a389f
[BUGFIX] Handle RawRecord correctly
NamelessCoder Jun 18, 2026
d86b1c4
[BUGFIX] Handle possibly-null plugin name
NamelessCoder Jun 18, 2026
6b2ab55
[BUGFIX] Handle string or null argument correctly
NamelessCoder Jun 18, 2026
33c6d42
[TASK] Address code style issues for v13
NamelessCoder Jun 18, 2026
3299661
[TASK] Remove dead test case
NamelessCoder Jun 18, 2026
456d85b
[BUGFIX] Guard against using class that doesn't exist
NamelessCoder Jun 18, 2026
77df264
[TASK] Address phpstan warnings on v12
NamelessCoder Jun 18, 2026
68f8185
[BUGFIX] Attempt getAttribute before getRequest
NamelessCoder Jun 18, 2026
48cad53
[BUGFIX] Read currentRecord correctly
NamelessCoder Jun 18, 2026
a30ebb6
[TASK] Address test failures on v13
NamelessCoder Jun 18, 2026
dad88ca
[BUGFIX] Fix condition before exception throw
NamelessCoder Jun 18, 2026
37edf9f
[TASK] Address test failures on v12
NamelessCoder Jun 18, 2026
f216292
[TASK] Address phpstan warnings on v14
NamelessCoder Jun 18, 2026
967f034
[TASK] Address last phpstan warnings
NamelessCoder Jun 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[TASK] Remove deprecated phpstan option
  • Loading branch information
NamelessCoder committed Jun 15, 2026
commit 610571f4513f9b500213f843de2123f98e670180
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ parameters:
level: 9
reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- "#no value type specified in iterable#"

Expand Down