Alex Orosciuc
Alex Orosciuc
Backend users can be redirected to an pre-defined URL instead if the hardcoded one. Can be useful with SSO mechanisms when logging out of a session in a Winter-based app...
### Winter CMS Build dev-develop ### PHP Version 8.0 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description When a revisionable model gets deleted (physically from the...
This line `$tableRelations = array_keys($tableInfo['referenceMap']);` produces a warning `Warning: array_keys() expects parameter 1 to be array, null given in C:\Users\Gilles\IpFix\library\Zend\Controller\Scaffolding.php on line 270`
At the moment only ol > li HTML structure is supported if one needs to implement reordering of sortable items. Having support for tbody > tr structure would came at...
### Package targeted Storm Library ### Description The wrapper around the standard ZipArchive utility doesn't return a proper error code in case of a failure when extracting the archive. It...
### Winter CMS Build dev-develop ### PHP Version 8.1 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description In certain setups that rely on a frontend web...
Fixes https://github.com/wintercms/winter/issues/1225
### Package targeted Winter CMS ### Description By definition, soft-delete enabled models are not expected to be permanently deleted. There's an exception to this rule, when developers rely on soft-delete...
### Winter CMS Build dev-develop ### PHP Version 8.1 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description Laravel's console `Command` implementation allows commands to run in...