Sebastian Mendel
Sebastian Mendel
## Description Fixes #301 Images inserted via RTE CKEditor were displayed at full size in the TYPO3 backend Page module, causing them to overflow the preview area. This PR adds...
## Description Backports the fix from commit 56e64f8 (originally for #199) that was accidentally removed during TYPO3 v12 migration. ## Problem After TYPO3upgrades from v11 to v12, processed images are...
## Summary - add `ProcessedImageSrcUpgradeWizard` to rewrite stored image URLs - register the new upgrade wizard - document running the wizard - fix compatibility with PHP 7.4 by removing `str_contains`...
## 🎯 Summary This PR achieves **complete PHPStan Level 10 compliance** for the timetracker codebase, eliminating all static analysis errors in production code and establishing the highest standard of PHP...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? DDEV refuses to start with:...
## Summary The mock server provided by `testing.NewServer()` doesn't implement the Docker `/events` endpoint, causing tests that use `AddEventListener` / `AddEventListenerWithOptions` to hang forever. ## Reproduction ```go package main import...
## Summary This PR addresses GitHub Actions security alerts by pinning all third-party actions to their full commit SHAs instead of version tags. ## Changes ### Actions Pinned to Commit...
The CI templates trigger on tag push rather than release creation: **GitHub Actions:** ```yaml on: push: tags: - '*' ``` **GitLab CI:** ```yaml rules: - if: $CI_COMMIT_TAG ``` *(Note: [`only:...
## Summary This PR changes the extension key resolution order to prioritize `composer.json` over the `TYPO3_EXTENSION_KEY` environment variable. **New precedence:** 1. CLI argument (highest priority) 2. `composer.json` at `[extra][typo3/cms][extension-key]` (recommended)...