Commit graph

13 commits

Author SHA1 Message Date
11f09d9f08 Fix broken rss feed for specific category
Ease the setup, no need for a where, use native uidInList instead.
2024-02-09 09:25:03 +01:00
1a1f4b3a41 Add cs fixer 2024-02-08 08:04:56 +01:00
8bcdec5d94 Finally migrate RSS Feed
Misusing the sitemap implementation was a bad idea and broke for every
major update.

I now finally migrate to custom implementation which should remove the
issues for future.
2024-02-07 18:45:17 +01:00
02493e9540 Update TYPO3 v13.0 2024-02-07 18:45:16 +01:00
047832acbb Add full blog post to feed 2023-08-03 22:14:33 +02:00
23b9672e51 Migrate to 12.1.x-dev (current main) 2022-12-06 13:10:20 +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
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
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