Hannes Bochmann
Hannes Bochmann
fixes #64
When a cache entry is written to the database the crdate field is populated with the value of time(). This is inappropriate as it's not possible to track down requests...
Errors/warnings of functions which are suppressed with "@" (for example `@array_keys_exist('test', new \stdClass())` in PHP 7.4) are not ignored by the error handling. In `Respect\Rest\Request::prepareForErrorForwards()` all errors are collected and...
When clicking on a thumbnail of a PDF file, the following error occurs: Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to undefined method TYPO3\CMS\Core\Resource\ResourceStorage::dumpFileContents() | Error thrown in file...
The methods of this service are used often. For example the media extension makes wide usage in the backend. The DataHandlerHook of the media extension might query the sys_file_reference table...
## Bug Report **Current Behavior** When the path_segment of a news record inside a non-live workspace is edited, the changes are not published to live. This is due to the...
As the PR #174 does not contain PHP 8.2 support which is essential for TYPO3 12, I added it. Furthermore I fixed some minor issues in the BE module and...
The recently added sudo mode verification aka step-up authentication in the TYPO3 core for various actions like creating a new BE group does not work with LDAP accounts. The problem...