Chris Müller
Chris Müller
## Description Remove the icon registration from ext_localconf.php. This is not needed anymore when compatibility for TYPO3 v10 is removed. **I have** - [x] Checked that CGL are followed -...
There are some types/enumerations/properties which are recommended by Google for events since two years and are still in the pending section. I propose to move them to the core vocabulary...
See: https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated **I have** - [x] Checked that CGL are followed - [x] Checked that the Tests are still working - [x] Added description to CHANGELOG.md (github-handle is optional) -...
For now, this is just a collection of tasks to be done once compatibility for TYPO3 v11 is removed. - [ ] Remove registration of SCHEMA content object in `ext_localconf.php`...
For now, this is just a collection of tasks to be done once compatibility for TYPO3 v12 is removed. - [ ] Class `AddBreadcrumbList`: remove 255 (recycler) from `DEFAULT_DOKTYPES_TO_EXCLUDE` constant...
With new releases of the schema.org vocabulary, some properties might moved (accidently?) from core to pending. So avoid breaking for users, these are adding again with event listeners. With a...
- [ ] Remove TypeFactory::createType(), then also inject TypeProvider directly into TypeFactory instead using GeneralUtility::makeInstance()
As a SEO specialist I want to have the WebSite type with a SearchAction embedded on the homepage of a web site. Example: { "@context": "https://schema.org", "@type": "WebSite", "url": "https://www.example.com/",...
### Please give us a description of what happened. I am seeing violations of content security policies (activated in v12.4 via the feature flag for backend): Blocked inline script attribute...
On the page: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/Tutorials/Tea/Controller.html the "tea" extension is used. However, the injectTeaRepository method is not available anymore with the 3.1.0 release, therefore the generating of the API fails: Cannot extract...