Andreas Schempp
Andreas Schempp
Fixes https://github.com/contao/contao/issues/6572
It was always possible in the HTML5 templates to use HTML in form labels. In my case, I have a `tl_member` field created in the DCA that I use in...
Fixes https://github.com/contao/contao/issues/9075 @ausi can you verify this works in your setup?
Fixes https://github.com/contao/contao/issues/8973 also see https://github.com/contao/contao/issues/8973
This superseeds https://github.com/contao/contao/pull/7591 and https://github.com/contao/contao/pull/6036. Implements https://github.com/contao/contao/issues/6693. Would love to get some feedback @bezin @leofeyer ## DCA access permissions This PR adds a new `cud` configuration (taken from https://github.com/contao/contao/pull/7591), which...
https://github.com/contao/contao/pull/8907 automatically adds a drag handle for mode 4 if `label_callback` is used. However, the button is not separated from the label content, causing overflow of the content to the...
Fixes https://github.com/contao/contao/issues/8932 This adds a readonly mode to `DC_Table` to finally allow new instances without having to use reflections. What do you think about this approach?
### Affected version(s) 5.* ### Description While implementing #9030, I noticed that DCA filters for date columns do not seem to work. To reproduce, you can change `tl_member.lastLogin` by adding...
### Description we currently have a `PHP nightly` test for the upcoming PHP version in our CI chain. It would make sense to also test the snapshot version of Composer,...
### Affected version(s) 5.6 ### Description Creating a collection of various Twig layout issues (https://github.com/contao/contao/pull/8006) ## Issues - [ ] The `RegularPageController` is not a real page controller (`#[AsPage]`) -...