Commit graph

7 commits

Author SHA1 Message Date
394b38beb3 Streamline routing
Use _uid suffix when uids are used.
Add test to ensure topics are working as expected (regarding routing).
2021-09-13 08:51:49 +02:00
5358b7f914 Streamline routing parameter name
Use category_id instead of category.
TYPO3 forces sitemap but we use an uid and therefore should use
category_id beside existing topic_id.
2021-09-03 07:27:54 +02:00
1fb7bd72a4 Fix broken RSS feeds after TYPO3 update 2021-05-18 22:11:28 +02: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
c2db0f8761 Update to v11.x-dev (current master)
Remove some none compatible and none used extensions like feedit and
components like secure web.

Remove private folder, due to missing secure web.
2021-05-18 21:35:07 +02:00
04753f82a2 Add feeds per category 2021-03-09 21:29:27 +01: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