Florian Thoma

Results 6 issues of Florian Thoma

This makes sure that the original submit event is passed on and the submit button name is submitted to the backend.

This change helps normalising and canonicalisation of URLs. This picks up https://github.com/silverstripe/silverstripe-cms/pull/2631 again for SS5. `SiteTree::RelativeLink()` is currently the only place in SS where a trailing slash is added to...

I have created a sub group called "Special Viewers" with a parent group "Viewers". ![image](https://user-images.githubusercontent.com/1152403/216454546-4ee6fe27-04e5-479b-8426-76bd4c097753.png) I have then created an assets folder that I would like to protect, but the...

complexity/medium
impact/low
type/bug
affects/v4
affects/v5

Hallo Frank, I have fixed some of the problems editing the images after upload. These errors came from GalleryUploadField.php and GalleryUploadField.ss still using old v3.0 code. And I have added...

ListBoxField complains in https://github.com/silverstripe/silverstripe-framework/blob/3.4/forms/ListboxField.php#L138 and https://github.com/silverstripe/silverstripe-framework/blob/3.4/forms/ListboxField.php#L139 about having an object given instead of an array. I know this worked once. I can't figure out what changed. the above lines were...