Glossaries by coding.ms: Migration auf TYPO3 14 und Backend
FEATURE
0 total
TASK
0 total
BUGFIX
0 total
BREAKING
0 total
Description
Glossaries by coding.ms 6.0.0 migriert auf TYPO3 14 und stellt Kompatibilität sowie moderne Code‑Standards her. Du profitierst von einem überarbeiteten Backend‑Modul mit integrierter Speicher‑Auswahl, einer site‑weiten Breadcrumb‑Konfiguration und der Umstellung von Extbase‑Annotations auf PHP‑Attributes.
- Migration und Kompatibilität: Das Release bereitet die Erweiterung für TYPO3 14 vor und entfernt die Unterstützung für TYPO3 12; ViewHelper, TCA‑Search‑Fields und Backend‑Icons wurden entsprechend angepasst.
- Backend‑Modul: Das Modul wurde migriert, die Suche verwendet nun das Backend‑Module‑search‑word‑Trait aus den TYPO3‑Modulen statt einer eigenen Implementierung, und eine Auswahl des Storages ist direkt im Modul integriert.
- Code‑Qualität und Wartung: Extbase‑ORM‑Annotationen wurden auf PHP‑Attributes migriert, PHP‑Doc Kommentare ergänzt sowie Upgrade‑Wizards normalisiert und verschoben, um zukünftige Updates zu erleichtern.
- Konfiguration und Struktur: Das Breadcrumb‑Menü lässt sich als Site‑Set konfigurieren; außerdem wurde die Glossaries‑Doktype in die contains‑module‑Einstellung überführt.
Change-Log
## 2026-04-16 Release of version 6.0.0
* [TASK] Provide breadcrumb menu as a site-set configuration
* [TASK] Use backend modulte search word trait from modules instead of own implementation
* [TASK] Integrate storage selection in backend module
* [TASK] Migrate Extbase ORM annotations to PHP attributes
* [TASK] Add or update PHP doc comment for classes
* [TASK] Normalize and move upgrade wizards
* [TASK] Migrate TCA search fields to TYPO3 13/14
* [TASK] Migrate view-helper for TYPO3 14
* [TASK] Migrate backend module
* [TASK] Migrate icons for backend
* [TASK] Migration for TYPO3 14 and remove support for TYPO3 12
* [TASK] Migration glossaries doktype to contains-module setting