Christopher Darling

Results 13 issues of Christopher Darling

When new files are uploaded and attached via the 'From your computer' button the new files were pushed to the top of the stack resulting in the sort order being...

When you start silverstripe from a page that doesn't have any KickAssets fields included and then go to edit another page that does have a MultipleFileAttachmentField with the ManyManySortable extension...

We have a number of entry files A.scss and B.scss both A + B make use of a mixin called 'sass-mq' for handling breakpoints. When compiling through webpack and including...

When previewing a black SVG it's hard to see on the current background choice. Some SVG previewers on VS Code allow you to choose the background, I think this would...

### Pages affected https://docs.silverstripe.org/en/5/developer_guides/customising_the_admin_interface/how_tos/cms_formfield_help_text/ ### Description The linked document examples no longer seem to have any effect ![image](https://github.com/silverstripe/developer-docs/assets/178039/810ebc5f-6b8c-49bf-bf2e-7c703acaf4df) ### Validations - [X] Check that there isn't already an issue that...

type/bug
impact/low
affects/v5

For example; `Model A` and `Model B` are both versioned. `Model A` contains a `GridField` to manage `Model B` currently the VersionedGridFieldDetailForm isn't applied to the nested GridField

Given ?start=0 should always be the first page, I think it's better UX to redirect to the parameterless URL rather than showing a 404 page.

Install SilverStripe Blog Create a few blog posts Create a category, with enough posts in to trigger pagination Browse on the frontend `/blog/category-slug/` look at page source and you'll see...