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
38d465f034
Update to main of ext:tracking for PHP8 compat testing
2022-09-16 15:04:31 +02:00
a9962198ba
Migrate from sqlite to mysql
2022-09-16 11:53:44 +02:00
50ce35f48c
Update from PHP 7.4 to 8.0 and update all components
2022-06-29 13:07:03 +02:00
2ba38e0e49
prevent symfony expression language error while tracking
...
Some requests do not provide a user agent, the left side will result in
null instead of empty string, leading to issues when applying matches.
Therefore a check whether agent exists is applied first.
2022-04-14 10:13:30 +02: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
a4f1c7c480
Migrate Makefile entries to shell.nix
...
Isolate the whole nodejs/yarn stuff.
Migrate from node-sass to dart sass in order to do so.
Easier to install, less dependencies (no python, no compiling while yarn
install)
2022-02-09 20:39:02 +01:00
48a2ca6482
Also support TYPO3 native anchors
...
I have readable anchors and use them in sidebar.
I didn't invest time yet to alter TYPO3 generated anchors.
That's why I just add support for them.
2022-02-09 11:28:33 +01: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
41c70fde4b
Switch unordered list styling
...
As the disclosure is now used in summary element, it might be
irritating.
Therefore a different symbol is used which is easier to identify as
list.
2021-12-23 08:05:25 +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
7d2b8e8b07
Applu Jusuts suggestion of columns instead of block or inline
2021-12-08 12:57:38 +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
98d841e5fc
Add natural sorting of TYPO3 tested / compatible versions
2021-12-01 16:52:19 +01:00
02fcfb94f8
Use proper version for site package
...
Prevent composer.lock with different branches.
Always use version 1.0.0 hard coded.
2021-11-25 13:35:49 +01:00
e81520b11c
Properly require tracking at one place instead of two
2021-11-25 13:35:07 +01:00
4bf1a55b8a
Define dependency in order to generate proper load order of extensions
...
ext_emconf.php is no longer used
PackageStates.php is no longer used. Artifact is build and placed within
vendor.
2021-11-25 13:31:11 +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
d8a9608cec
Adjust login CSS
2021-05-18 22:20:22 +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
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
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
f12bbddcc7
Replace copyright by created
2021-04-01 15:40:16 +02:00
9eb6cbd41f
Revert "Remove Gitea link"
...
This reverts commit f0ac960a4234bfd9418b13a49903668de698ab7b.
Gitea is now online again.
2021-04-01 15:30:40 +02:00
486a6f0e5f
Remove Gitea link
...
As Gitea does not work right now.
2021-04-01 15:02:30 +02:00
4bb003783c
Make pre in ckeditor visible
2021-03-09 21:43:36 +01: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
6f1f36aaea
Add remaining characters to seo description
...
That feature is provided by TYPO3.
The feature is triggered by max option.
Even if meta description has no official max length, I use 200 to get a
feeling for actual length as editor.
yoast recommends 120 - 156, see: https://yoast.com/meta-descriptions/
2021-01-22 12:38:40 +01:00
df6945e545
Improve UI
...
Inspired by https://marcandrew.me/ui-ux-tips-collection-vol-one/
2020-11-24 14:01:27 +01:00
59fd462f78
Cleanup scss + fonts
2020-11-24 14:01:19 +01:00
655268d1b5
Reduce unimportant page title on small devices
...
That way there is more space for actual content.
2020-11-23 08:47:53 +01:00
df0b59d97d
Update and add gitea link
2020-11-05 07:57:56 +01:00
a5465bc07b
Do not track preview calls
...
E.g. preview url shared via EXT:workspace
2020-09-28 12:50:35 +02:00
1b8925afef
Improve info below videos
2020-09-25 14:06:05 +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
dc07fbfd49
Provide styles for TYPO3 preview hint
2020-09-21 12:37:02 +02:00
92b0958593
Remove test file
2020-08-31 11:33:49 +02:00
6ba74b394c
Adjust widgets, add further days 7 31 365
2020-08-24 15:18:46 +02:00
1e20d8192a
Replace hardocded by editorial value
2020-08-24 13:48:16 +02:00
31fe8a3468
Remove hardcoded video path
2020-08-24 08:02:12 +02:00
3b1f51371b
Add youtube and poster support to files
...
Respect them in video element.
2020-08-21 13:00:30 +02:00
a99ccd1d13
Add topics widget
2020-08-21 09:45:09 +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