Nico Hoffmann ෴.

Results 819 comments of Nico Hoffmann ෴.

I would think that the current user language has the higher chances to match the language of uploaded file names.

I would think this is the line where we would need to add the change: https://github.com/getkirby/kirby/blob/main/src/Cms/FileActions.php#L183 However, I am wondering whether it would make sense to use `File\Filename` here as...

Something like this for `File\Filename::sanitizeName()`: ```php // temporarily store language rules $rules = Str::$language; $kirby = App::instance(null, true); // if current user with language, use those rules for `Str` class...

Harmonizing methods: https://github.com/getkirby/kirby/pull/5760

I keep trying this again and again but always some other unit tests go completely riot then. I'll try again another day soon.

I've tried to turn your comment into an enhancement suggestion. Not all what you write can directly be applied. For performance reasons, Kirby's media generation is async. The CMS only...

@bastianallgeier This is really tricky indeed. `novalidate` on form would be the easy solution. But then title and slug are also not required, which is bad. But we also cannot...

@bastianallgeier Moved them into a `FieldMethod` trait.

@bastianallgeier I think there would be a way but not sure that's actually more helpful for developers: `HasMethods` could support class names for its static `$methods` prop as well. And...

@bnomei @plain-solutions-gmbh Is this a v5 regression for you or also not working in v4?