Karl Hobley
Karl Hobley
Wand (one of our image backends) supports SVG. I'm not sure how good it is though.
@davecranwell maybe we should rasterise SVGs to PNGs if a crop operation is performed (instead of not cropping at all). At least then all images will behave consistently (and aspect...
@laymonage I feel like we should deprecate ``.page_locked()`` method on ``UserPagePermissionsProxy`` and always use the new ``Page.get_lock()`` API instead. This is because I think locking should be treated as a...
Closing as too out of date
This will be fixed by https://github.com/wagtail/wagtail/pull/7564
Thanks @specialunderwear The default Locale should be created by [the migrations](https://github.com/wagtail/wagtail/blob/main/wagtail/migrations/0054_initial_locale.py) and it should pick this up when you load your fixtures. This may not be the case if you've...
Thanks! There's definitely a UX issue here with the tab not displaying warnings I'm actually considering making the slug synchronised rather than translatable. What do you think? (anyone else, feel...
@zerolab I think this one needs a rebase then some tests and docs. Let me know if you'd like me to do this.
Implementation started in https://github.com/wagtail/wagtail/pull/6230 Just needs tests!
I think it would be good to support this, and other data block types like integer/float/date, etc as overridable fields. Thanks for the suggestion!