Commit graph

56 commits

Author SHA1 Message Date
6d10bdb4ef Migrate to plain css
In order to remove dependencies to ecosystem, bootstrap, yarn, etc.
2024-02-09 09:16:25 +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
bf660d15fc Fix broken category list per post
The count created a grouping leading to only one result instead of all
categories.
2023-07-13 10:53:30 +02:00
924a6b4863 Render newest blog posts first within rss feed
This allows friendi.ca to pick them up before reaching maximum limit.
2023-01-17 20:40:56 +01:00
83d80675f4 Do not execute incompatible query if in workspace
TYPO3 will adjust query for workspaces.
But TYPO3 can not handle our count select.

So we exclude this query as long as we are within a workspace.
Workspace does not properly support mm anyway and therefore does not
support our catefories/tags.
2022-11-08 08:05:17 +01:00
a9962198ba Migrate from sqlite to mysql 2022-09-16 11:53:44 +02:00
7eafd33208 Convert footer menu to main menu 2022-01-05 10:17:11 +01:00
98d841e5fc Add natural sorting of TYPO3 tested / compatible versions 2021-12-01 16:52:19 +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
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
5916c93fd9 Migrate website title
The old usage was removed, see:
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/11.0/Breaking-91473-DeprecatedFunctionalityRemoved.html
sys_template.sitetitle
2021-05-18 21:35:51 +02:00
f12bbddcc7 Replace copyright by created 2021-04-01 15:40:16 +02:00
04753f82a2 Add feeds per category 2021-03-09 21:29:27 +01:00
d8eb401e5b Add rss feed as alternate link
Properly mark the rss feed link.
2021-03-09 20:48:14 +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
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
c56e57e765 Add shortcut element to not repeat recurring content
E.g. menus of a blog post series can now be referenced.
2020-08-19 23:19:45 +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
a4fe898a3b Add missing fields to edit for video element 2020-08-19 23:15:08 +02:00
9f2d08fe32 Ignore pages in RSS feed that should not be indexed 2020-08-19 23:06:24 +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
840efdaa09 Use existing constant instead of duplicate value 2020-08-19 14:51:39 +02:00
0d90c0d942 Fix excludeDoktypes for footer menu
As TYPO3 introduced a different behaviour, this is necessary right now
to keep output of sys folder children for footer menu.
2020-04-07 12:17:53 +02:00
e5e5321140 Order blog posts in rss feed 2020-03-20 21:39:22 +01:00
09c30dc766 List blog posts ordered by published date 2020-03-06 15:17:24 +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
a59b366bb8 Allow to add content on empty page in frontend 2020-02-07 11:22:33 +01:00
2c6d53741b Add EXT:feedit 2020-01-31 13:24:13 +01:00
3c44c00ba5 Add EXT:feedit in v10 compatible mode 2020-01-31 11:50:30 +01:00
a5162a8ac1 Sort rss records more meaningful 2020-01-30 11:28:45 +01:00
765777ec0f Optimize assets even for future usage 2020-01-27 13:38:49 +01:00
0cee75ceb5 Add proper layout handling
Provide "normal" content pages.
2020-01-27 13:27:21 +01:00
33f16d64cb Send cache header to provide proper caching 2020-01-27 13:13:13 +01:00
d91dd01624 Enable admin panel 2020-01-27 13:13:05 +01:00
bfc50f50bc Split website title and show full only on large screens 2020-01-19 22:06:41 +01:00
941e7c5229 Remove images from post listing
As images would add a priority to specific blog posts.
But we want all blog posts to be the same.
2020-01-19 13:53:56 +01:00
f404b174cc Respect paragraphs in abstract when rendering 2020-01-16 15:53:29 +01:00
946a70bf05 Fix parsing of HTML in frontend
Process a-Tags.
Do not mark p-Tag as external block, otherwise processing would need to
be defined.
2020-01-16 10:49:53 +01:00
73fdd81e7a Fix rte parsing 2020-01-10 17:23:35 +01:00
598949cd0d Remove unnecessary whitespace 2020-01-10 16:39:13 +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
27624c1c29 Add admonition 2019-12-13 15:17:30 +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
da21d13416 Spam protect emails 2019-11-29 18:25:11 +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
2c87cbdf3a Add footer menu 2019-11-28 13:18:30 +01:00