Sunny Side Up
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') ???
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:  TO: 
## Affected Version SS4 ## Description  There seems to be too much spacing here in places where things should be tight (e.g. too much spacing between headers and rows)...

…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.
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();...