Nico Hoffmann ෴.
Nico Hoffmann ෴.
@afbora Good catch. This was actually its own bug where `$file->changeName()` would apply `F::safeName()` even though passing the name string without extension. So when that name contained a `.`, `F::safeName()`...
@silllli have you tried it with `file.create:after`?
But in the after hook the original file should now be the actual file, shouldn't it? Or what else are you getting from `$upload`? The problem here is that our...
@bastianallgeier have you already an idea how to solve the cloning of model objects with these? I remember last year this was one of the hard walls we hit with...
@afbora I think the culprit is rather https://github.com/getkirby/kirby/blob/c1e6ff77b056774543f201035f5dab6a02bfdb3b/panel/src/components/Layout/Table.vue#L480
> How does it look like when the image is not cropped? I think fine. > How does it look if one item in the list is wrapping, but the...
@bastianallgeier I looked into `grid-auto-rows` but I don't understand (or could make it happen when trying) how this should work.
I think this will be a no until Plausible might change their stance:
@bastianallgeier This is caused by the change that we moved the `parent::__construct()` in the `File` class constructor to the end: https://github.com/getkirby/kirby/blob/v5/develop/src/Cms/File.php#L103 - when on top it works fine (even though...
The hard thing here is changing the behavior while keeping the breaking change small. As it is used in various places where people currently are including the `assets/` part (e.g....