LB (Ben Johnston)

Results 1056 comments of LB (Ben Johnston)

Looks like this could be a duplicate of https://github.com/wagtail/wagtail/issues/11051

I now have access to the wagtailmath repo, looks like you also have it @zerolab Thank you @JamesRamm

@minusf Thanks for the PR #13360 | Setting | Result | |-|-| | `WAGTAILREDIRECTS_AUTO_CREATE = False` | **Never** create redirects for pages (and their descendants) when they are moved or...

Good call @minusf we should probably use lower case strings. Similar to https://docs.wagtail.org/en/stable/reference/settings.html#wagtailadmin-external-link-conversion `WAGTAILADMIN_EXTERNAL_LINK_CONVERSION` & https://docs.wagtail.org/en/stable/reference/settings.html#wagtaildocs-serve-method `WAGTAILDOCS_SERVE_METHOD` & `WAGTAIL_REDIRECTS_FILE_STORAGE`. Although `WAGTAILDOCS_PRIVATE_COLLECTION_OPTIONS` & `WAGTAIL_PRIVATE_PAGE_OPTIONS` use upper case as dict keys, those...

Would there be any way to tag a Page version against a Page revision? Here's my thinking, we go with simpler locales (vanilla translations with locales only). Then when we...

I was thinking of using RoutableMixin and the documented approach to allow for custom workflow models. But haven't really dug further into a poc.