Nate Lampton
Nate Lampton
Thanks @klonos. I'm not sure if this warrants making another release immediately. If the form still works, we can address the regression in 1.28.2 and just try to get another...
Release notes draft: --- Maintenance release for Backdrop CMS. This update contains bug fixes and usability improvements only. **Notes for Updating** - No changes have been made to the `.htaccess`,...
Thanks @herbdool for the clarification on this PR's purpose. I merged https://github.com/backdrop/backdrop/pull/4674 into 1.x and 1.28.x. Thanks @herbdool, @izmeez, and @argiepiano for working on this small follow-up.
> Could it be simple PR? If so I can take few. We have a docs page at https://backdropcms.org/develop/pull-requests on an intro to contribution. That said, I don't think many...
I think the only relevant portion of the HTML5/picture business that is relevant to Backdrop is the use of srcset (http://css-tricks.com/responsive-images-youre-just-changing-resolutions-use-srcset/), which I'd love to see built directly into Image...
> you'll need to output a picture tag and use the polyfill, if you only use srcset you ran into problems: > - browser without srcset support will prefetch the...
Thanks @argiepiano and @indigoxela! I merged https://github.com/backdrop/backdrop/pull/4686 into 1.x and 1.27.x. I did slightly reword the the description on the field from `If you need more fields than the uid...
Wow, this is a pretty big potential issue. Thanks @indigoxela for the fix and @herbdool for reviewing! I tested and confirmed the problem and that the PR fixes it. Merged...
This may be an issue with our code formatter that we apply to saved content coming out of CKEditor, rather than a CKEditor 5 specific issue. When switching back and...
Looks like CKEditor 5 made a similar correction to their HTML formatter in this commit: https://github.com/ckeditor/ckeditor5/commit/14c02db1a80562bae455ca8ed7ed900fe18b8798 The Backdrop code formatter is essentially a copy of the internal code formatter used...