Commit graph

9 commits

Author SHA1 Message Date
1a1f4b3a41 Add cs fixer 2024-02-08 08:04:56 +01:00
02493e9540 Update TYPO3 v13.0 2024-02-07 18:45:16 +01:00
8d71f0862c Fix empty compatibleWith list
This is not nice, we should use have within query but that would mean we
need to create our own processor.
That's why I hotfix within the existing one.
2022-12-21 08:50:53 +01:00
df28a81dae Fix phpstan issue after updating 2022-11-08 13:41:04 +01:00
ead6c4f530 Streamline PHP files
Add strict types and move namespace.
2022-09-21 13:53:34 +02:00
7f76b5b1b2 Resolve PHPStan findings 2022-09-21 13:50:09 +02:00
98d841e5fc Add natural sorting of TYPO3 tested / compatible versions 2021-12-01 16:52:19 +01:00
59fce3b037 Migrate sorting of category count
Define further sorting to keep expected order.
Sort by multiple fields, first by count, then by title.
2021-05-18 21:35:56 +02:00
abd08429f5 Migrate DB logic from TS to new Data Processor
This way multiple joins are possible.
As multiple joins are possible, TYPO3 can add pages to the query and
therefore respect the enable fields.
Hidden pages will therefore not be part of the result, fixing
inaccurate count for none published pages with assigned categories.

Also the TypoScript communicates what should happen.
2020-09-25 01:09:36 +02:00