James Cocker
James Cocker
Better Navigator doesn't currently seem to work on `UserDefinedForm` pages. Looks like the `instance of DBHTMLText` check is failing on these pages, so the HTML isn't getting injected: https://github.com/jonom/silverstripe-betternavigator/blob/master/src/Extension/BetterNavigatorExtension.php#L54 That's...
When editing a page in the CMS, if you open "Preview mode" and then click a link to navigate to another page, the new page loads, but then immediately reloads...
The site tree has quite minimal padding between its items, but now that most of the other CMS elements have had their padding increased, this makes the site tree look...
After clicking the **Batch Actions** button to display the page selection checkboxes, it would be really useful if it was possible to select multiple adjacent pages by holding the shift...
I'm trying to add simple file type validation to the BulkUploader, but can't get it to work. I've tried: `$bulkUpload->setUfSetup('setAllowedFileCategories', 'image/supported');` and also: `$bulkUpload->setUfSetup('setAllowedExtensions', ['jpg', 'jpeg', 'png', 'gif']);` But despite...
By lazy loading the dropdown, authors cannot see the list of existing categories to pick from and have to think of one from memory and start typing it. This only...
When uploading multiple files, the new UploadField appears to upload 2 files simultaneously. But there is no way to disable this behaviour and have sequential uploads instead. In SilverStripe 3,...
Bug: Insert Images: Images just uploaded to a folder, appear in the root if you close/re-open modal
To reproduce: 1. From the WYSIWYG, click **Insert Images** 2. Click into a folder, such as **Uploads** 3. **Upload** one or more images, they correctly appear in the Uploads folder....
_Initially reported in original PR: https://github.com/silverstripe/silverstripe-asset-admin/pull/1038_ New in Silverstripe 4.6 is the ability to edit file information directly in the modal. When adjusting an image in an UploadField, the _Details_...
Issue: https://github.com/silverstripe/silverstripe-asset-admin/issues/1228 This PR corrects thumbnail image sizes to ensure they are crisp and not blurry. Thumbnails are typically displayed at a consistent size, yet, `ThumbnailGenerator` currently uses the `FitMax`...