Peter Linzenkirchner
Peter Linzenkirchner
The javascript validation of a valid url allows url with or without protocol: all the following urls are valid: - http://www.domain.de - https://www.domain.de - www.domain.de But the validation via php...
## Bug Report **Current Behavior** Thausends of warnings in the TYPO3 log (typical php 8 warning of missing array key): ` Core: Error handler (BE): PHP Warning: Undefined array key...
When i do not set the timeRestriction (time limit (LOW)) in the plugin all events are shown, wether they are older or newer then the actual date. When i use...
in function override this code should override the settings from the flexform: if (((!isset($previousData[$fieldName]) || (string)$previousData[$fieldName] === '') || (strlen($previousData[$fieldName]) === 0)) && isset($tsData['settings'][$fieldName]) ) { hidePagination from the flexform...