Sunny Side Up

Results 38 issues of Sunny Side Up

It is almost impossible to delete folders, even if they are empty.

When I set a folder for an upload field then everything works a treat, EXCEPT, if I browse to another folder to select a file then it does not work...

long folder titles are unworkable because they end up with ... in the middle, making them unreadable

self::$runCMSFieldsExtensions needs to be changed to $this->config()->get('run_cms_fields_extensions') ???

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

Hi I added this ```css .bulkManagerOptions.form--no-dividers label.form-check-label input { margin-left: 3px; } .bulkManagerOptions.form--no-dividers label.form-check-label { display: block; padding-bottom: 35px; } ``` to change this: ![image](https://user-images.githubusercontent.com/167154/129466161-ddd55295-c425-437c-8dff-1719dfd35f0f.png) TO: ![image](https://user-images.githubusercontent.com/167154/129466168-8ddcf887-b47b-458c-af34-8513f7c8347c.png)

type/enhancement

## Affected Version SS4 ## Description ![image](https://user-images.githubusercontent.com/167154/43051829-4ccd46e0-8e73-11e8-9b25-e5e80c80f708.png) There seems to be too much spacing here in places where things should be tight (e.g. too much spacing between headers and rows)...

type/enhancement
affects/v4
change/minor
effort/easy
impact/low

![image](https://user-images.githubusercontent.com/167154/193472109-631a9dc0-c936-438d-b8ef-513dc171d118.png)

…an be an author which causes big slowdowns for edge case only see: https://github.com/silverstripe/silverstripe-blog/issues/640

We had a site with 5k Members and the CMS kept running out of memory when we load a blog post.

type/bug
affects/v4
impact/medium

can we add this to blog object: ```php function LinkingMode() : string { $request = Controller::curr()->getRequest(); $test1 = $request->param('Action') && $request->param('Action') === $this->owner->getListUrlSegment(); $test2 = $request->param('ID') && $request->param('ID') === $this->owner->generateURLSegment();...

affects/v4
complexity/low
impact/low
type/enhancement