Martin Auswöger
Martin Auswöger
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | #6299 #### Summary Makes column and index rename detection of the `Comparator` configurable, as suggested...
### Bug Report | Q | A |------------ | ------ | Version | 4.0.0 #### Summary With doctrine 3.x we use the `onSchemaAlterTableRenameColumn` event in order to disable automatic column...
I’m using Apache 2.4.57 with PHP 8.1.21 loaded as mod_php (PHP SAPI `apache2handler`). Using vips via the command line works as expected, but running the same code on the webserver...
Some edge cases were not yet supported for `style=""` in our `HtmlAttributes` class, especially the use of `/*` comments. This PR changes the style parser implementation a little bit. It...
Fixes #7051 @stefanheimes can you verify if these changes fix your issue?
Similar to https://github.com/contao/contao/pull/7027 for 4.13
The idea is that the service can retrieve information from a request object about the current entity the DCA handles. This makes it possible to create (stable) breadcrumbs that can...
This PR makes it possible to reload a DCA. AFAIK this is the last obstacle that prevented us from simulating DCA actions, as we can reload language files as we...
We once tried to tackle the `1118 (42000): Row size too large` issue in https://github.com/contao/contao/pull/4179 but it seems that this error still occurs quite often. Today I was able to...
Many of our customers struggle with the green “{version} available” box. It seems to many as something they have to fix. This causes problems in cases where they cannot get...