Commit graph

41 commits

Author SHA1 Message Date
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
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
6f7bda85ef Show TOC links for acknowledgements and furtherReading
The variables were not passed to section, always evaluating existing
code to false and omitting the links.
2022-04-01 12:37:49 +02:00
f6f3100684 Move main menu to top of menus 2022-01-27 15:49:36 +01:00
7eafd33208 Convert footer menu to main menu 2022-01-05 10:17:11 +01:00
ed2f6b2bc4 Streamline full page sidebar with blog post sidebar
Add the table of content in same way with proper linking to sections
(content elements) and summary feature.
2022-01-05 09:37:36 +01:00
def2aabcad Fix backend preview rendering for video CE
The ContentDataProcessor got a constructor argument.
We migrated to proper DI to not care.
2021-12-15 08:41:52 +01:00
e5ec51161d Use detail and summary for make TOC and stuff collapsable
This provides info on mobile and desktop, but allows mobile users to
easily collapse to jump to content.
2021-12-08 11:55:27 +01:00
2c00571cb5 Add proper content slug auto generated 2021-12-08 11:26:46 +01: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
04753f82a2 Add feeds per category 2021-03-09 21:29:27 +01:00
3b1f51371b Add youtube and poster support to files
Respect them in video element.
2020-08-21 13:00:30 +02:00
c60a207394 Ease and improve TOC generation
Do not add another level of data processing.
Allow to hide content in TOC.
Ensure ordering of elements in TOC reflects ordering in rendering.
2020-08-20 11:50:35 +02:00
d5b068d9ff Add basic pages content element
E.g. to show a list of all related blog posts of a series.
2020-08-19 23:17:11 +02:00
746aaf3285 Add basic video content element and first video
Allow to render videos with native HTML5 support in browser.
A first example video is also added to fileadmin.
2020-08-19 23:01:35 +02:00
ae09bcde14 Fix and improve admonition preview in be 2020-02-19 09:16:50 +01:00
cac99ad356 Add breadcrumb 2020-02-07 14:04:30 +01:00
f5ef338207 Add content element MenuSubpages to create an overview of workshop
topics
2020-02-07 11:23:06 +01:00
6121385989 Display introduction (abstract) on detail page the same way as on list 2020-01-30 11:28:14 +01:00
0cee75ceb5 Add proper layout handling
Provide "normal" content pages.
2020-01-27 13:27:21 +01:00
a45150998d Add full page size layout 2020-01-23 10:06:00 +01:00
035c4349cf Make description in rss feed dynamic 2020-01-20 07:55:49 +01:00
27ecd0fb2c Do not include folders in sitemap.xml 2020-01-19 19:33:25 +01:00
b63ac9b93f Remove custom ViewHelper to edit record
As TYPO3 master already has necessary features.
2020-01-19 13:54:38 +01:00
1193914f8b Restructure ordering of blog post view 2020-01-10 11:42:25 +01:00
47eba384e3 Add 404 and archive 2020-01-08 20:05:36 +01:00
1c632f6a09 Do not show toc for empty header, e.g. admonition 2019-12-13 16:41:49 +01:00
d9f949a465 Make topics use less space on mobile 2019-12-13 16:40:43 +01:00
27624c1c29 Add admonition 2019-12-13 15:17:30 +01:00
2673fd7620 Add media to backend info for fast access 2019-12-13 13:36:02 +01:00
0feb7c46fd Add page / blog post images to output
Also move as in dataprocessing always to top, to show it in folded vim.
2019-12-13 13:27:25 +01:00
217cb21e70 Add page meta info to page layout for blog posts 2019-12-13 12:09:08 +01:00
942d92334d Add link to full image version
Allow visitor to grep full image.
2019-11-28 18:06:19 +01:00
ca3f397104 Add images to website
Allow to add images as content within blog posts.
2019-11-28 18:04:08 +01:00
8fc7aac5a9 Handle default 0 headline
Also support headline within abstract menu.
2019-11-28 13:28:07 +01:00
14edd5b8c1 Add further work
E.g. add rss feed and sitemap and seo meta tags.
2019-11-15 18:28:10 +01:00
82e1fe563e Add tagging to system 2019-11-15 13:17:22 +01:00
decfe03cda Further work 2019-11-15 00:27:23 +01:00
9086b7e537 First steps 2019-11-13 23:40:26 +01:00