Success-story migration + new plugins + JSON/UX polish

- Success Stories: full migration from old site (48/48, audited),
  markets n:n, quotation content block, columns content block,
  pretty SEO detail URLs via SuccessStoryPathRewrite middleware,
  list/detail split (list page 4 / story page), detailUrl/backUrl
- New plugins: VITEC Locations (grid/list/map + RTE map text),
  VITEC Customer Logos (color/bw logic, only-show-selected),
  VITEC Card (one plugin for product/story/market/solution
  with reloading FlexForm + custom backend preview renderer)
- Eventlist: layout dropdown (list/grid/teaserbar) in settings
- Hero section CB: Images/Video tabs, background video + overlay
- Product JSON: full category rootline (parents), fixed missing
  ConnectionPool import (all-products crash), category tree map
- Backend preview CSS: container-query responsive (narrow columns)
- Docs: ISO architecture spec, root + extension READMEs

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
khaccount
2026-07-24 09:53:33 +02:00
parent aafcb5dcb6
commit eae40f4286
110 changed files with 8502 additions and 279 deletions

68
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "894f07b60885efbdf0a5979a6879e631",
"content-hash": "09c5be5fca6a03ab5f0ed81662f20f36",
"packages": [
{
"name": "b13/container",
@@ -2834,6 +2834,66 @@
},
"time": "2026-07-08T07:01:06+00:00"
},
{
"name": "plan2net/backend-category-hierarchy",
"version": "14.0.0",
"source": {
"type": "git",
"url": "https://github.com/plan2net/backend-category-hierarchy.git",
"reference": "ee40a998fadba5545401425a0bc224482d0f643a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/plan2net/backend-category-hierarchy/zipball/ee40a998fadba5545401425a0bc224482d0f643a",
"reference": "ee40a998fadba5545401425a0bc224482d0f643a",
"shasum": ""
},
"require": {
"php": "^8.2",
"typo3/cms-backend": "^13.4 || ^14.0",
"typo3/cms-core": "^13.4 || ^14.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^11.5",
"typo3/testing-framework": "^9.3 || ^10.0",
"vimeo/psalm": "^6.0"
},
"suggest": {
"georgringer/news": "*"
},
"type": "typo3-cms-extension",
"extra": {
"typo3/cms": {
"extension-key": "backend_category_hierarchy"
}
},
"autoload": {
"psr-4": {
"Plan2net\\BackendCategoryHierarchy\\": "Classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Show category hierarchy information in list view",
"homepage": "https://plan2.net",
"keywords": [
"TYPO3 CMS",
"backend",
"category"
],
"support": {
"issues": "https://github.com/plan2net/backend-category-hierarchy/issues",
"source": "https://github.com/plan2net/backend-category-hierarchy/tree/14.0.0"
},
"time": "2026-05-17T07:58:49+00:00"
},
{
"name": "psr/cache",
"version": "3.0.0",
@@ -9411,10 +9471,10 @@
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"platform": [],
"platform-dev": [],
"platform-overrides": {
"php": "8.4.0"
},
"plugin-api-version": "2.9.0"
"plugin-api-version": "2.3.0"
}